Frankie Robertson
Frankie Robertson
Good call! I guess the Context struct would need to have a `extensions` dictionary of type `Dict(Symbol: Any}` for extensions to put data into. This is the simplest solution, but...
This seems to work okay now and seems feature complete. I've tested it manually, but adding some kind of smoke test would be nice. What would you advise? I could...
Actually this isn't ready since it depends upon https://github.com/SimonDanisch/Bonito.jl/pull/253 so first that needs to be merged, a Bonito release made and the Bonito compat updated or this functionality put behind...
I think I was stalled for a couple of reasons. One was dealing with Julia 1.6, but looks like that's dropped now, which is good, but means a bit of...
I see. I understood from your previous comment that smoke tests would be enough. In this case I don't think just chasing coverage with trivial unit tests will do the...
I tried writing these tests but I'm not entirely sure how it should go. (Although this could be because I'm currently recovering from BPPV so not at full capacity.) I...
Should this not be filed at https://github.com/julia-vscode/LanguageServer.jl ?
Looks good. I think you can get this from the man page, but this would have saved me a bit of confusion. It might be also good to refer to...
Looking here https://github.com/search?q=pint+%2F%28%3F-i%29%5Cb_REGISTRY%2F+language%3APython&type=code&l=Python there are a lot of copies of `pint` itself but I definitely spot a few people using this "private" value. I also don't see why it's not...
> maybe some automatic version fixation from the conda-forge build using the feedstock? That's right. As far as there is a problem, it is with conda-forge, but it likely won't...