Jan T. Sott
Jan T. Sott
Same here. I've already tried launching Atom with various harmony flags (e.g. `atom --js-flags="--harmony-shipping"`), but the problem persists.
More generally: How would you feel about a flag, that allows specifying a custom URL? **Example** ``` fnm install 5.4.1 --from-source https://.../node-5.4.1-win.zip ``` This would be a potentially dangerous action,...
German umlauts (ä, ö, ü) and the letter ß (“sharp s”) are commonly replaced differently: ``` ä -> ae ö -> oe ü -> ue ß -> ss ``` So...
I've been fascinated by ScummC for a while but never used it myself. I have recently created this [Homebrew tap](https://github.com/idleberg/homebrew-scummc) to make installing ScummC on macOS easier. However, at this...
See https://github.com/atom-community/atom-buildium/discussions/8
> Problem seems to be certain warnings that ErrorMatcher matches without assigning a file: field. I can confirm this. Would be great if `build` would use the active file as...
> Use an automatically collapsed object to hide the settings, but they can still be shown Could you explain the motivation for this? If the property is called hidden, why...
> Can we give a test drive to `[email protected]` ? Thanks Thanks for the heads up. I'm currently on paternal leave and won't have a chance to touch company code...
As far as I understand it, builtins are functions that are bundled with a language (see [Python](https://docs.python.org/3/library/functions.html), for example). I'm not sure how this compares to [TextMate scopes](https://manual.macromates.com/en/language_grammars) (which Sublime...
I take it you're talking about single folders inside `__public`, because otherwise you can simply edit the outer `.htaccess` file. Putting seperate `.htaccess` files in folders won't work, I suspect...