Charlie Briggs
Charlie Briggs
Thanks! I've tried to use `nightly` and I'm still seeing the same behaviour. Weirdly it fires the notification multiple times during the jack in sequence. Each time I save a...
Aha! I have found the culprit: ```json "editor.codeActionsOnSave": { "source.organizeImports": true } ``` I _think_ I enabled this recently for https://github.com/charliermarsh/ruff-vscode. For now I'll ensure this is off except for...
Yes the popup matched the logs
Clean NS Form doesn't produce any errors. These are the LSP server logs after saving, when the error appears. ``` 2023-04-25T13:19:58.417Z INFO [clojure-lsp.handlers:441] - :code-actions 2ms 2023-04-25T13:19:58.849Z INFO [clojure-lsp.handlers:441] -...
We just started looking at using this project, this feature is a must have though - it'd be great to see this merged and released so we don't have to...
I'm not seeing any index being generated with docosaurus 3.2.1 ``` [INFO] [en] Creating an optimized production build... search-local:info using @easyops-cn/docusaurus-search-local v0.40.1 +0ms search-local:info the index hash is "df00ac10" +1ms...
My mistake was that I had set `noIndex: true` which I didn't realise search-local would respect - this prevented any pages being indexed. Setting `forceIgnoreNoIndex: true` on the search local...
Hey @austinlparker, sorry to bump this thread again - but is there any chance of a release of this? As the project is compiled it's not possible to simply pull...
More resources on these split vocab models would be helpful. I'm also trying to compile these to CTranslate2 and having difficulties due to the split vocabs.
Hey @Bialogs - yes we've written that shim to support AWS SSO credentials using amazonica for most clients by leveraging the AWS V2 SDK, without having to modify amazonica itself...