Tako Schotanus

Results 614 comments of Tako Schotanus

> Would it make sense to port to java so could be part of jbang to bootstrap? Then we'd need a different kind of parser. The system is _somewhat_ configurable,...

Not sure how, it's GH that gives the 404s. They might be doing this on purpose so you can't go trying tokens, just like many sites do with passwords, they...

Yeah, but that might mean there just isn't a way to give a more meaningful message I guess. Github won't tell us. Unless you want to give warnings like "couldn't...

Indeed, with `--verbose` it says: ``` [jbang] [0:268] Resolving resource ref: - [jbang] [0:282] Resolved resource ref as: - (cached as: C:\Users\tako\.jbang\cache\stdins\e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.jsh) ``` Which is incorrect.

I also tried to copy the code to a file and name it `test.jsh` and then run `jbang --source-type=java test.jsh`. This also fails. But with a different error: ``` ......

I might be assuming things on behalve of @Turbots but I could imagine that you'd want two different kinds of announcements. The "before" one would only announce to private channels...

@markmckinnon no, there's nothing behind it. Edit: also, you can't right-click and select close on the taskbar icon either, it will just ignore it. You have to manually kill it...

Sure, here you are (lots of exceptions!) [messages.log](https://github.com/user-attachments/files/18157610/messages.log)

@markmckinnon yeah, I'm pretty sure our local JDKs are getting preference over the included JDK. Because my default JDK is 17.0.11, if I switch it to 11.0.23 Autopsy starts correctly...