Dana Marcuse

Results 108 comments of Dana Marcuse

Hmm, that used to work, seems like it doesn't any more.

I mean, the only person who has access to fix this (@dan200) has completely abandoned this repo since March, and this issue originally started at least in April. Supposedly some...

I agree with squid with regards to the Lua 5.3 `utf8` library. I think it would be a much better idea to implement a new API for UTF-8 rather than...

A `utf8_paste` event or similar could be added and used when utf8 content is pasted.

I like the idea of CurseGradle, but as it's something that would only be used by Dan it should be up to him as you said.

The point of this PR is two things mostly: 1 - no more need for separate scripts to build things, you can do it all from gradle easily which eliminates...

Would you be opposed to me rewriting the scripts as Gradle tasks? This eliminates compatibility issues and makes them work properly across operating systems - e.g. `./gradlew deploy`, `./gradlew ideSetup`,...

@dan200 I've added back the functionality from the scripts (as Gradle tasks) and added wrappers for the tasks, could you review this again and let me know if anything else...

Yeah, I should have rebased instead of merging, didn't realize it was that many commits behind... Either way, as stated before, if you use the `Files Changed` button at the...

This won't work for anything involving scope or tables, and the pattern will also match things like newlines which could lead to all sorts of strange things, especially with anonymous...