Questions tagged [tooling]

77 questions
0
votes
1 answer

How to deploy user packages to shared folder "repo"?

I'm new to the Python project tooling and currently finding my ways around it. I'd like to standardize a set of Python projects and to that end I'm doing the following: Using pyscaffold to generate project templates i.e. conda install pyscaffold &&…
SkyWalker
  • 13,729
  • 18
  • 91
  • 187
0
votes
1 answer

Creating notes in Visual Studio 2015+

How would one create various types of notes in Visual Studio? The goal is to not abuse comments or bookmark's names to achieve that. An ideal solution would look like https://marketplace.visualstudio.com/items?itemName=tkrkt.linenote It creates a…
jeromej
  • 10,508
  • 2
  • 43
  • 62
0
votes
1 answer

How do I install ngc as a project specific cli tool?

I am trying to install the angular compiler (ngc) as a project specific dependency for my nativescript plugin. But there is no info on how to install it. I want to be able to run: ./node_modules/.bin/ngc
Paul Weber
  • 6,518
  • 3
  • 43
  • 52
0
votes
1 answer

WSO2 ESB Tooling 380 debug in designtime(eclipse IDE Mars) possible?

Is it possible to test in WSO2 ESB Tooling 380 debug/unit test in designtime(eclipse IDE Mars) ? Or , do we have to export to CAR, deploy to EI611 and test it manually/automated? Please share the config / options to test/debug in designtime of WSO2…
MaMuDragon
  • 95
  • 2
  • 12
0
votes
1 answer

wso2 esb poll files, read data, transform data publish record message

My tech req is the following : Poll CSV Files Read Data line by line Transform data to desired format convert to JSON/XML Publish data thru REST/JMS Deploy in WSO2 EI6.1.1 How is this possible in DS Tooling 3.8.0 of WSO2 ? I know inbound…
0
votes
1 answer

How do I get tanh in jsweet?

I am using JSweet to transpile Java into Javascript and I need to use Math.tanh() but it's not available in the jsweet.lang.Math object, but I see it in the…
Kristopher Ives
  • 5,838
  • 7
  • 42
  • 67
0
votes
1 answer

Tooling that supports correct mapping of bidirectional JPA relations

I have multiple JPA (Hibernate) persisted @OneToMany and @OneToOne relationships in my project that are not held consistent by their setters and adders methods as discussed here. Now I need to refactor these relationships to programmatically keep…
Thorsten
  • 356
  • 4
  • 8
0
votes
1 answer

How to retrieve Page Layout Assignment for a profile using Tooling REST API?

Using Force.com Tooling API(REST),How do I get the page layout-record type assignments for the given profile id? Requesting with /services/data/v36.0/tooling/query?q=Select+Name,+Metadata+From+Profile+where+Id='00eXX000000XXXX'+limit+1 responds…
Sachi
  • 1
  • 1
  • 3
0
votes
1 answer

dynamics crm 2016 use Microsoft.Xrm.Tooling.Connector in plugin

In Dynamics CRM 2016 on-premise, I need to read in a plugin some information from another Dynamics CRM 2016 on-premise. I am trying to use use Microsoft.Xrm.Tooling.Connector to get a CrmServiceClient object for getting information from the remote…
0
votes
2 answers

OpenGL4Net WM_PAINT does not exist?

I'm trying to get OpenGL4Net working with C# in Microsoft Visual Studio Comunity 2015. I've downloaded this file: https://sourceforge.net/projects/ogl4net/files/Rev.%2037/x64/ And followed these…
alan2here
  • 3,223
  • 6
  • 37
  • 62
0
votes
1 answer

Grunt dist commenting out css file

When I run grunt from the terminal to create a dist version of my site, the css link is commented out in the html file of the dist folder. Before running grunt, the … is this:
Alan Dunning
  • 1,341
  • 8
  • 17
0
votes
2 answers

Is there a tool to generate simple CONTRIBUTORS file from a GitHub repository?

I know that there are git commands that could extract and summarize contributors information from a repository such as ones from this link but this is not very useful for a GitHub repository since I'd be getting real names and emails. I'm looking…
chakrit
  • 61,017
  • 25
  • 133
  • 162
0
votes
1 answer

visual studio tooling for mvc in asp.net website project

Can anyone help me. I could not find a solution to enable visual studio mvc templates in a asp.net web site project(not a asp.net web application project). I know that in a asp.net web application project is possible, but for asp.net web site…
0
votes
1 answer

Can I use the gradle connector to get arbitrary configuration information from a build.gradle file?

I'm using the Gradle connector with a Gradle project that is downloaded from a service. I want to do some Gradle operations on that project but need some information from the project. The downloaded project's build.gradle has some properties that I…
loosebazooka
  • 2,363
  • 1
  • 21
  • 32
0
votes
1 answer

Maven higher level tooling, for debugging/visualizing/stepping through complex POM flows

I've recently found that poms I deal with are increasingly complicated, with submodules, multiple steps that can fail due to platform specific (non-java) related bugs, etc... Since maven's functionality is now more sophisticated, has any tooling…
jayunit100
  • 17,388
  • 22
  • 92
  • 167