ObserverOfTime

Results 325 comments of ObserverOfTime

No, it looks like it doesn't work anymore.

@bb010g wanted to port it to Rust at some point but that never went anywhere. See https://github.com/BetterDiscord/Installer/issues/52#issuecomment-813924646 for a basic PowerShell script. It should still work as long as you...

Which no one will use since they'd have to install the shell first.

It would be nice but I've never written bash completion. If @bb010g can't do it, I'll accept a pull request.

See https://github.com/aurieh/discord.nvim/pull/44#pullrequestreview-575184599

> My guess is that this is because there isn't an icon readily available to be displayed when editing an OCaml file, but it would be nice if that wasn't...

It just needs to be added to the assets and the whitelist. Alternatively, you can make your own [RPC app](https://discord.com/developers/applications), add some icons, and replace the client ID and whitelist...

Yes, though it would still have to be added to the assets. Something like this should work: ```diff --- i/rplugin/python3/discord/__init__.py +++ w/rplugin/python3/discord/__init__.py @@ -99,8 +99,10 @@ class DiscordPlugin(object): return ft...

That's because Ubuntu 20.04 doesn't have Python 3.10. Nothing odd about it…

The `[etc]` part is not interesting since it's just the exception Semshi raises *after* the real error. Looking into it, this is caused by [symtable](https://docs.python.org/3.10/library/symtable.html) not exposing annotation symbols when...