sbushmanov
sbushmanov
When on a remote SSHed session as a user SSH status is displayed properly. However, when switched to root SSH status disappears.  Would it make sense to keep on...
`kmcuda` runs well until 12'000 features: ``` from libKMCUDA import kmeans_cuda from time import time X = np.random.rand(10, 12000).astype(dtype=np.float32) start = time() centers_, labels_ = kmeans_cuda(X, 10) print(time() - start)...
I'm trying to run "Test Target" in `nvim`'s `dap` and getting error message: ``` LSP[metals] no tests could be found in build target ``` I've got directory tree like this:...
Собственно вопрос в шапке. Тривиальным ответом, наверное, было бы: конвертировать из исходника: `spacy convert nerus.conllu -t 'jsonl' > nerus.jsonl` Но, непонятно что делать с токенизатором, т.к. правила токенизации для встроенного...
**System Details** Ubuntu 22.04 Thorium Version: v123.x, v124.x **Problem** After upgrade to anything higher than v121.*, I'm getting white blank screens instead of web pages. I do get tab names,...
I've setup `lsp_signature` with the following in my `lsp_signature.lua` (lazy): ```lua return { "ray-x/lsp_signature.nvim", event = "LspAttach", lazy = true, config = function() require("lsp_signature").setup { hint_enable = true } end...
Ubuntu 22.04 ``` rustc -V rustc 1.81.0 (eeb90cda1 2024-09-04) ``` Option 1. ``` curl -fsSL https://apt.fury.io/wez/gpg.key | sudo gpg --yes --dearmor -o /usr/share/keyrings/wezterm-fury.gpg echo 'deb [signed-by=/usr/share/keyrings/wezterm-fury.gpg] https://apt.fury.io/wez/ * *' |...
I'm having an error message like this: ```scala -- [E007] Type Mismatch Error: cmd2.sc:1:22 ------------------------------------ 1 |val res2 = dogHandler(new Animal) | ^^^^^^^^^^ | Found: cmd2.this.cmd1.Animal | Required: cmd2.this.cmd1.Dog |...
The kernel was installed by: ``` git clone https://github.com/almond-sh/almond ./mill dev.launcherFast 2.13.14 out/scala/scala-kernel/2.13.14/unixFastLauncher.dest/launcher --install --force --id scala213 --display-name "Scala (2.13.14)" ``` As the title says, while trying to access a...
I hope I've successfully installed Scala3 kernel: ``` cs launch almond:0.14.0-RC15 --scala 3.3.3 -- --install --id scala313 --display-name "Scala (3.3.3)" ``` but in Jupyter notebook I have: ```scala > scala.util.Properties.versionString...