Jakub Hampl
Jakub Hampl
One thing to note and I'm not sure how important it is, but generally shader code doesn't get minified by external tooling particularly well (since it's just a string), so...
### Translation I built a thing that downloaded JSON files at build time from a translation service and generated elm files full of strings. An environment variable was used to...
Typically you can use a simple regexp to parse that stuff for yourself, which is typically super easy to do because both of the standards on meta-data require meta-data to...
Sorry the documentation is fairly misleading at the moment. You need to cd into the examples directory and run `elm-example-publisher . ../docs`. Also note that the example elm modules have...
It seems like it's not finding the examples for some reason. Do you have the examples on GitHub?
See https://api.slack.com/reference/messaging/link-unfurling. You can do this with a Slack App and perhaps this would be a nice thing to do once you have teams all in on using Unison, but...
It would be nice if this allowed real hashbangs: ``` markdown #!/usr/bin/env ruby puts ARGF[1] ```
I think that a simple heuristic for figuring this out is this: 1. If 1 word, then split on `/` and take last token. 2. If 2 words: - If...
Also to address more the whole issue rather than this specific point, I would be in favor of this proposal if the hashbang line was rendered as well; that is,...
Kind of. But then you still have the problem of code fences having the one up, what if you actually want a shebang at the top of the code? (Quite...