Jonathan Coates

Results 393 comments of Jonathan Coates

> Your latest comment on that issue mentions though that you're not comfortable with adding that in the core of CC, is that still the case? I don't know :D:!...

Right, this is because `kdp_portable` is an invalid hostname - they can only contain alpha-numeric characters and `.` (see [RFC 952]). ``` jshell> import java.net.URI; jshell> var uri = new...

Because nobody follows internet standards very thoroughly. Apart from the Java stdlib apparently. **Edit:** Apparently the more recent [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) _does_ allow for more flexible host names, but given there's...

So technically this behaviour is working as intended. However, I think it's more useful if we change it.

So would erroring though :p.

Afraid I'm going to close this. I think it's a fun idea, but I don't think justifiable enough to be worth the issues it introduces.

One'd probably would be able to get away with standard hashbangs - the Lua parser is smart enough to skip them. This should be pretty easy to implement - one'd...

Yeah, definitely! Some waffling, because I can't help myself I'm kinda in a place where I don't really know what approach would be best for this all. A bit of...

> I noticed time formatting might nor be completely compatible with strftime(). If you haven't already I could try setting up a fuzzing test to make sure compatibility is correct...

> im not sure what else to add or what logs would help so i guess ask for them and ill deliver. Well, the crash log would be helpful :).