Tobi

Results 162 comments of Tobi
trafficstars

We could support this. There just needs to be someone who is motivated enough to implement this feature.

@tombh There is also the problem of the property Event.isTrusted existing. With it JS applications can check whether or not events were generated by a real user or programmatically. Unless...

See my comment for a possible solution for local files: https://github.com/browsh-org/browsh/issues/71#issuecomment-403728478

@taranjlu The brew tap most probably wasn't created with Linux/linuxbrew in mind. It's the install method for people who want Browsh on a Mac. I assume the "Exec format" error...

If someone wants to make a Formula for linuxbrew, they could look at https://github.com/Linuxbrew/homebrew-core/blob/master/Formula/micro.rb as an example.

@Noskcaj19 I'm looking forward to your pull request. :D Welcome!

I like the idea of adding a configuration mode to moe ([Add Configuration mode #205](https://github.com/fox0430/moe/issues/205)), and this would definitely more easily be implemented, if the **predictability** of the TOML formatted...

@unihernandez22 With my suggested solution you could have your way, by simply using the onConfigLoaded hook. And everyone who prefers to use a simple configuration mode (that will hopefully be...

https://fedoraproject.org/wiki/Changes/UseNanoByDefault Quote: ``` Let's make Fedora more approachable, by having a default editor that doesn't require specialist knowledge to use. ``` https://www.phoronix.com/forums/forum/software/distributions/1193105-fedora-approves-of-making-nano-the-default-terminal-text-editor-other-features-accepted In the discussion thread above there are differing...

> ``` > OnConfigLoadedScript = ~/.config/moe/onConfigLoaded.nim > ``` > > Is by all means a hardcoded callback, thats duplicating Nims `include` all over again, DRY. It's not the same thing....