Maarten Sijm

Results 28 comments of Maarten Sijm

How does this issue relate to #2405? Based on the response there, I'd say this issue could be closed as well, right?

If I remember correctly, this is mostly to make the parsing of the personal config file more consistent. It's mostly a code cleanup that doesn't really have high priority, but...

Implemented in #256 :tada:

@mohitkota2003 (and others): it looks like PR #1426 implements this feature :smile: It should be possible to use it already, if you don't mind fiddling a bit with Git forks...

I just installed Emote from the AUR. It took some manual work to apply the patch, ugly but works :joy: In case this helps anyone, I performed these steps: -...

Thanks, I learned something today! :smile: I only ever used standard shebangs with things like `/bin/bash` and `/usr/bin/python3`, didn't know that you could also pass extra arguments there :slightly_smiling_face: In...

Again, learned something new, thanks! :smile: For the code golf, we also accept files in non-scripting languages, e.g. C++ and Java, which do not require the shebang.

This is exactly what I needed :smile: Referencing #187 here, since it looks like this PR fixes that issue :slightly_smiling_face: I've tested this in the [Calendar widget](https://github.com/gristlabs/grist-widget/tree/master/calendar) in [Grist](https://www.getgrist.com/). My...