Questions tagged [tooling]
77 questions
1
vote
1 answer
Correct way of referencing tools.jar in a cross-platform way
I'm building a JVM diagnostics tool and I'm connecting to the JVMs using JMX, the Issue I'm facing here is that I need to be able to load tools.jar in a way that is compatible throughout unixes and windows, currently I'm using the gradle-generated…

Juan Alberto López Cavallotti
- 4,644
- 3
- 25
- 43
0
votes
0 answers
Auto-implement abstract methods in Java with Visual Studio Code
I have an abstract class which is being extended by 100 classes. I add another abstract method to the abstract class. How can I implement a stub method into all subclasses at once?

e v e r n i t e
- 23
- 1
- 4
0
votes
0 answers
cartesian coordinates of a sphere with angles at vector relative to surface of sphere
}
}
Hi, sorry if this is a simple problem, but I just can't seem to find any articles or information that exactly matches what I'm looking for.
I am coding in Epson robotics language, but I can convert from c# or python, just need to get the…
0
votes
2 answers
Why aren't first-party, language-specific, dependency-managing build tools ubiquitous?
I've only seen this with C# (MSBuild as of 2017, usually invoked through dotnet CLI), Rust (Cargo, technically a "build system" rather than a "build tool"), and Go (go CLI as of v1.11). Swift, D, and Nim also have this according to ChatGPT. NodeJS…
0
votes
0 answers
How to give access to a group of users after refreshing a salesforce sandbox?
I would like a group of users to have access to a sandbox after it has been refreshed without manually activating them.
From my understanding this should be possible after the spring '23 release with the introduction of the field…

Tillema
- 1
- 1
0
votes
1 answer
Automatically format YAML to use dot separator where possible
I am using IntelliJ and want to find a quick way to format a lot of yaml files from this:
something:
some:
thing:
enable: true
a:
b:
c: true
d:
e: false
to this:
something.some.thing.enable: true
a.b:
c: true
d.e:…

TreffnonX
- 2,924
- 15
- 23
0
votes
2 answers
Is there a way to generate TypeScript React components based on templates by API?
I would like to generate Typescript React pages or components by using an API and not a CLI tool (like Plop.js) offers for example. The idea is to generate those components from templates based after a tool is run and it should happen behind the…

Ahmedie-m
- 309
- 1
- 4
- 13
0
votes
0 answers
Jetpack Compose PreviewActivity is not an activity subclass or alias
As I am exploring JetPack Compose and Tooling for it, I came across the wonderful PreView feature of it. Although I can see the preview in Split and Design window, when tried to deploy it in an emulator, I found this…

S Haque
- 6,881
- 5
- 29
- 35
0
votes
1 answer
Mac Install android studio on external ssd
We have a mac with lowest available memory (125 GB). Would like to install/run Android Studio and projects on an external SSD. If possible, Please share steps/guide to do the same.

Ajay
- 4,773
- 3
- 23
- 36
0
votes
1 answer
An unhandled exception occurred: Cannot find module '@angular/compiler-cli/src/tooling'
When ever i try to run the project (npx ng serve -o) i get a error.
An unhandled exception occurred: Cannot find module '@angular/compiler-cli/src/tooling'
{
"name": "LandTransfer",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng…

Dhruv Mistry
- 445
- 1
- 4
- 6
0
votes
0 answers
What tool can I use to label images with True/False?
I have a collection of images, ~10.000. Every image is taken from the same place, with or without birds. I want to label the collection -> True (there is a bird), False (there are no birds)
Is it any tool to do it fast and efficiently, without…

SkyFox
- 1,805
- 4
- 22
- 33
0
votes
1 answer
Obiee 12c - few ldap users fail to sign in analytics
i am using obiee 12c in production and Active Directory ldap server entegrated for authentication. almost all users are able to login analytics but few of these users cannot login. the following error appearing in the screen "The specified…

furkan çelik
- 29
- 8
0
votes
0 answers
How to Write SOQL as GET method using Salesforce Tooling API On Postman?
How to fetch SOQL using Salesforce Tooling API using postman?
How To Use Salesforce Typing API to make SOQL behave like REST API call using POSTMAN to access Salesforce object?
As I understand from the below article, i can use Salesforce Typing API…

Carolyn Cordeiro
- 1,525
- 3
- 11
- 26
0
votes
1 answer
What to do when `go list` doesn't show the newest version of a package?
go list -m -versions gopkg.in/urfave/cli.v1 gives me the following version listing, that has 1.20.0 as the newest version:
gopkg.in/urfave/cli.v1 v1.0.0 v1.1.0 v1.2.0 v1.3.0 v1.3.1 v1.4.0 v1.4.1 v1.5.0 v1.6.0 v1.7.0 v1.7.1 v1.8.0 v1.9.0 v1.10.0…

GolDDranks
- 3,272
- 4
- 22
- 30
0
votes
1 answer
Apex - How can use identify Apex classes that haven't been executed for a while
I am looking for a way to identity Apex classes/VF Pages that haven't been used for a while to clean up.
Any potential ideas are welcome.

Warren W
- 1