Rubin Simons

Results 117 comments of Rubin Simons

Hi @gschier; when I change the body type from XML to Other, syntax coloring remains in effect. Thus I'm not sure that in that case I'm actually turning off something...

Hi, I'm not sure if I'm running into this, I just installed `fsautocomplete` v0.80.0 and am using it with sublime-text. But: Every hover has that "Open the documentation" link, which...

@ksss does the above output signify that it should work? When I run that command locally, I get the same output as you, including the `safe_dump` function.. Or does this...

Yes, that seems to be the case: the gems that trip up solargraph are installed as part of the `ruby` package, which apparently are (sometimes?) installed under `/usr/lib/ruby/3.4.0`. But `gems...

I filed this on the `ruby` package in Arch Linux here: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby/-/issues/11

Sure, but you should then definitely log an error, so it doesn't silently skip them. Another intermediate option is to check that other directory, but then that directory should be...

I'm not sure it is correct, but adding ```python ExInfo("ImageFetchError", False, "Error fetching or processing images") ``` to `EXCEPTIONS` in `exceptions.py` causes this error to (silently?!) disappear. I note that...

I created #320 to fix this and a couple of other errors/warnings; build and test pass and give me a working executable now at least.

Alright, so should I file a bug on RBS? I'm not sure how the ruby ecosystem handles this normally..

> Following recent commits, mapOf now seems to work, but imports from `kotlin.test` all fail. Maybe it's unrelated. This is exactly right; I've tested this with both vscode and emacs,...