Olav Fosse

Results 25 issues of Olav Fosse

>updated daily this is inaccurate, the mirror is severely out of date. edit: fix markup mistake

**Describe the bug** `{__functor: self: self;}0` causes a segmentation fault. **Steps To Reproduce** ``` % nix repl Welcome to Nix 2.10.3. Type :? for help. nix-repl> {__functor = self: self;}0...

bug

This function is very handy for quickly seeing what is happening inside a Reduce invocation.

```go: downloading gitlab.com/gomidi/midi v1.22.3 go: downloading github.com/micmonay/keybd_event v1.1.0 verifying github.com/micmonay/[email protected]: checksum mismatch downloaded: h1:M9GwE6u6aZTmXMBK9GPXcdaF1Drd6QyBs9cKEEJNs6A= go.sum: h1:fQzkqiG/Siwji1Ju9NDkIb8FSFFlPU76YbJntrXdtQw= SECURITY ERROR This download does NOT match an earlier download recorded in go.sum. The...

Hello, when using this package I found that the latency for making keypresses is much greater on MacOS than on Linux, to the point where it is a problem for...

MacOS

These methods complement the already existing AppendChild and InsertBefore methods in allowing for easy and safe manipulation of Node trees. For example code like oldChild.Parent.InsertBefore(newChild, oldChild.NextSibling) can now be written...

cla: yes

Opening a .drv file with `nix-drv-mode` gives me this error: > error: experimental Nix feature 'nix-command' is disabled; use '--extra-experimental-features nix-command' to override

Adding ``` Shoulda::Matchers.configure do |config| config.integrate do |with| with.test_framework :rspec with.library :rails end end ``` to the end of rails_helper.rb is required to use shoulda_matchers in your code. This is...

The instructions do not work. It displays some systemd logs and then crashes. I have tried updating the firmware.

Hello In normal vscode C-j toggles terminal, but that keybinding is overwritten in the plugin. I would appreciate a way to toggle the terminal with this plugin Thank you. Olav