Max Rydahl Andersen
Max Rydahl Andersen
I have scripts in my project that has nothing to do with the build.gradle but jbang-idea insists on updating the build.gradle. if build.gradle is present coudl provide the option to...
1) cannot select location of the script 2) defaults to agent where it should default to empty or hello 3) the generated script is not opened so tricky to find...
I think https://github.com/jbangdev/jbang-idea/blob/main/src/main/resources/jbang-catalog-schema.json should be in the main repo and published to schemastore.org so it works for other IDE's json editors not just jbang-idea.
I start with afile with: ``` //DEPS info.picocli:picocli:4.6.2 //FILES 5letterwords.txt //JAVA 17 ``` I run sync and get picocli in dependencies. Great! if I then add dependency: ``` //DEPS info.picocli:picocli:4.6.2...
currently jbang create action takes out put of `jbang template list` and show to user (which is great) but should also be possible to enter in template name to allow...
wanted to just add links to the openai model config keys but then saw all the repeated "model" in docs that I was not finding when searching for i.e. "moderation...
I have index.html with {#bundle /} but nothing else. livereload is not included. even tried adding app/test.js - no difference. first when I added this to pom did livereload kick...
I've been trying to use ap-loader-* artifacts from maven but afaics the released jar's from github release page and the maven central jars are NOT the same. Resulting in this...
forgot to add a ',' in a json and I got this: ``` jbang catalog list jbanghub/eclipse [jbang] [ERROR] Unable to download catalog: https://github.com/jbanghub/eclipse/blob/HEAD/jbang-catalog.json via null [jbang] Run with --verbose...
as discussed in #1774 there can be situatons where the classpath contains integrations you dont want to run. we should at a minimum have a global off switch, maybe `--no-integrations`...