Tako Schotanus

Results 614 comments of Tako Schotanus

Or we don't set the main class in the JAR file when we use `-m`? That way running the JAR would use the default main while using any other would...

I've added this as a Maybe to the 1.0 roadmap. Not essential but I think it would be good to have a proper User-Agent from 1.0 onwards.

There's a new discussion about this goin on here: https://github.com/jbangdev/jbang/discussions/1092 The idea that has come out of this is that we could provide a feature where a user could supply...

This seems similar to the problems with proxies mentioned in #1010 and #447. It's related to the Shrinkwrap library not using all the information in settings.xml to set up the...

@prakharmishra there's a PR (#1456) that should fix your issue, you want to help us by trying it out and telling us if it works? You can download the specific...

Just noticed: ``` jbang cache clear --help Unknown option: '--help' Usage: jbang cache clear -o [--all] [--[no-]deps] [--fresh] [--[no-]jar] [-- [no-]jdk] [--[no-]kotlinc] [--[no-]project] --quiet [-- [no-]script] [--[no-]stdin] [--[no-]url] --verbose Clear...

That sounds like a code page problem, could you perhaps open a PowerShell window and execute this command: ``` [System.Text.Encoding]::Default.BodyName ``` And leave a comment with the result? Thanks!

Thanks for all the work you're doing, it's really helpful :-) So just to explain a bit: it's not the script that does it wrong, but the Java code. In...

God do I hate Windows! In CMD: ``` C:> chcp Active code page: 437 C:> echo téstïng > x C:> type x téstïng ``` In Powershell (5.1 - default on...