Chris Simon
Chris Simon
Hi @normj, The SNS SQS idea is interesting - my initial reaction to the concept is around two areas: - latency on lock status updates - in other usage of...
Hey all, We found another factor recently that can be related to this situation - session size. We found a bug in our app that was causing some sessions to...
As the original raiser of this ticket, I agree with @afinzel - the project is unusable - for at least moderate volume or production workloads. I appreciate the difficulty of...
Fleet plugin support is emerging, but this looks like it will become a place to go for guidance on plugin dev: https://github.com/JetBrains/fleet-plugin-template
Hi @erikjuhani - in theory, the language server should already be agnostic - it does rely on the LSP configuration methods, which may have mixed support in different IDEs. Specifically,...
Hi @erikjuhani , ok, I can see the rationale now. That `Project Local Config` page seems to offer 4 options, one of which is [Use native server file configs](https://github.com/neovim/nvim-lspconfig/wiki/Project-local-settings#use-native-server-file-configs), which...
@erikjuhani, thanks again for this suggestion - having thought about this further, I do like this idea of a file in each folder that effectively contains a 'pointer' to the...
Thinking further about the above, I'd like to propose the following approach: * Any folder can contain one or more `%contextName%.contextive.yml` definitions files which will contain only one context *...
This issue has some discussion about getting omnisharp based language servers to work in webassembly (or not) - it's not easy, but there is some guidance in there that might...
Thanks for the info @bluecitylights - can you share a few more details on how/where you are publishing the files? And are you pulling them down into other repositories so...