Daniel Marjenburgh
Daniel Marjenburgh
The `java.xml.ws` package (among others) are no longer on the jvm classpath since JDK 9. Workarounds are using java 8 or running with `--add-modules java.xml.ws`
Great! 1. Yes, this was intentional. It's also what all editors do with the tomorrow-night theme. Including the example Ruby code on the authors page: https://github.com/chriskempson/tomorrow-theme 2. I took the...
It's weird how /^event\b/.test('event,') is true, but /^event[\b]/.test('event,') is false. Then again, I don't have too much experience with javascript regexes. Maybe it has to do with the fact that...
Also, I have pushed new changes to my clojure branch. I can't get the number parser to parse negative numbers. Do you have any tips? https://github.com/dmarjenburgh/sunlight/blob/7cf9c5bf72e91e1e3f12036744cc3a7575ddcb6a/src/lang/sunlight.clojure.js#L167-181 2014-05-27 20:23 GMT+02:00 Daniel...
-.5 not matching is fine, since it's not a valid number notation in clojure. The regex works fine (thanks for pointed out the dot escaping), but the problem that negative...
2014-05-28 7:13 GMT+02:00 tmont [email protected]: > Would it be a good idea, and not too much work to add an optional > keywordBoundary to the language definition? Then you can...
Separating on `-` has a number of other problems. Dates, UUIDs and negative numbers naturally have `-` characters which makes it almost impossible to write generic filtering logic using this...
Same, with custom openai compatible provider and any model. Also get this message in the Agent panel on any prompt. ``` ❯ zed --version Zed 0.188.5 17079151fefcb672152c79c03e4efdf7d4d27270 – $HOME/.local/zed.app/libexec/zed-editor ```