Samuel Fiedler

Results 21 comments of Samuel Fiedler

It is possible that you have the QuickEdit mode enabled. I have programmed with VIM on Windows and I had the same problem. Then I right clicked on the "Title...

You can see in [https://github.com/codota/TabNine/blob/master/dl_binaries.sh](https://github.com/codota/TabNine/blob/master/dl_binaries.sh) that Android is not supported by tabnine. Then it's clear that coc-tabnine also doesn't work. Perhaps cloud-completions may work, but then coc-tabnine has to ask...

As you can see in [dl_binaries.sh](https://github.com/codota/TabNine/blob/master/dl_binaries.sh) (TabNine was Codota earlier, so this is *official*), aarch64-unknown-linux-musl is not available. You could ask TabNine to provide this target, but coc-tabnine would have...

> I'm running into this problem as well. I've tried both the two-argument and one-argument forms for the error code and it doesn't like it. Me too. Currently I'm writing...

See my answer in [issue 78](https://github.com/neoclide/coc-tabnine/issues/78#issuecomment-1295796238). Hope that helps.

The problem in Firefox is that IndexedDB experimental isn't enabled. To enable it, go to about:config, search for indexeddb and set all results to "true". I hope it helps!

Well, I ran both bootloaders (this one *and* the one in Zig) and both had this error. By the way, the bootloader I wrote is available on . And yes,...

The `EFI_NOT_FOUND` error is fixed now in my ZIG bootloader... I am not so good in writing C code, so you could perhaps translate it to C here...

The cause for that issues is that we can't, as far as I know, assume that any address in the memory is free because of UEFI. Basically, my solution was...

I observed the following behavior: When we start an application using some keybinding in the GNOME Settings (for example, I bound CTRL + Q to a new terminal) or the...