I use to work with VS Code and the Atlassian plugin for Jira. It have been working quite well since few months on.
Right now I'm not able to create a new issue, neither open an existing (assignated) issue, and create a branch from there.
did you experienced similar issue? how can I solve.
i've been searching everywhere but nothing cames out.
Any help apreciated.
Related
I have tried to connect to TFS on my VSCode 1.17.2 by installing Visual studio team services.
Please help me to solve the problem
I test the latest VS Code Version 1.22.2 and everything works as expected.
There is a thread talking about the issue here : https://github.com/Microsoft/vsts-vscode/issues/245
It seems an environment issue based on BrianFarnhill's conclusion:
So based on that I've come to the conclusion that the issue I have
here is nothing related to you guys or your extension, but something
to do with this environment for my customer and it impacting on all
extensions.
So, you can try to troubleshoot the issue based on the discussion in that thread.
If that still not work, you can download the latest VS Code Version 1.22.2, then configure it following the guide here, then check if it works for you.
You can also reference my answer in another thread to do that.
So if i’m using a Bower package (specifically, this one: https://github.com/DmitryBaranovskiy/raphael/ ) and there’s a tiny bug in it. It’s not really a big deal, and there’s a PR for it: https://github.com/DmitryBaranovskiy/raphael/pull/645 but it seems like the PR won't be merged anytime soon... Is there a way to incorporate this fix into (at least) my local version of the package without theoretically losing all the Bower-goodness? I’m a Bower newbie. I guess I’m asking is there a way to ‘customize’ a Bower package?
(For context, I’m using Bower hooked into the Rails asset pipeline as described here: http://dotwell.io/taking-advantage-of-bower-in-your-rails-4-app/ )
Thanks!
I feel your pain in regards to pull-requested patches :) Unfortunately, there's not really a clean way to do this.
One way to do this would be to:
Fork Raphel
Incorporate the fix you need
Update your bower.json to point raphel to your personal github fork"raphael": "yourusername/rapheal#branch_name"
Switch back to the "cannonical" raphel once the fix is merged
Edit
My original answer was given without realizing the original PR was 3 years old. I've updated to advocate for forking Raphel.
I'm using Vaadin 6.8.9. Recently, I come across a issue. The table doesn't present properly as follow image. The headers are not able to appear. I tried to re-install tomcat7,and compile widgets couple times. The issue is still there. The issue only occur on my machine. I couldn't figure out the problem.
Could anybody have this issue ever? Give me some clues. Thanks very much.
I have found some relevant modules on Github but they do not work.
Does anyone know of some other available solutions?
Those are the three I have tried:
https://github.com/bobby/node-neo4j
https://github.com/gasi/node-neo4j
https://github.com/neo4j/neo4js
Go with the repo made by the people who make Neo4J: https://github.com/neo4j/neo4js
Like I mentioned, it is created and maintained by the people behind Neo4J and is constantly updated. I am using this currently in a project and it works fantastically well. Only thing to know is that you need to be running Node.JS 1.6 or better for the modules to work.
If you have any questions drop me a line or you can also ask in their discussion forum here: http://neo4j.org/nabble/
I'm one of the authors/maintainers of #gasi's node-neo4j (npm install neo4j). We have admittedly not upgraded it for 1.6 (we're still on 1.4 here but plan on upgrading soon), but it works entirely well -- we've been using it on our production site for many months now!
Can I ask what the issue is? Btw, we moved the repo to our formal organization's repo: https://github.com/thingdom/node-neo4j
Take a look at: https://github.com/philippkueng/node-neo4j
npm install node-neo4j
We're currently working on an upgrade to Neo4j 2.0.
It will support insert node with label, indexes on labels, CRUD for labels, constraints and streaming.
My work in progress (fork): https://github.com/Stofkn/node-neo4j
I am currently looking for a way to integrate detail views of selected Jira Issues into a Conflluennce page. It seems it is not a problem at all to embed a list of Issues into confluence, but I am looking for a way to integrate the detail-view of a single Jira Issue into a Conflluence page.
The reason I need this, is that I am currently defining a workflow for formmally planning a Project. Currently I export the Issues of a Project version to Word and then update the resulting document to become a formal specification document. I would now like to do this in Confuence.
Any help greatly appreciated.
Chris
This is available in the latest Confluence version, 3.5. Here's the documentation.
Well I solved my problem by creating my own confluence macro that accesses Jira using the REST interface. Works like a charm. If I find the time, I'll try to make it generally available (currently It's extremely tied to our configuration (hard-coded urls and credentials) Will be looking forward to utilizing the trusted communication features in the future.