Szymon Wygnański

Results 14 issues of Szymon Wygnański

**Describe the bug** Compiling to ARM does not work **To Reproduce** ``` $ GOARCH=arm go build ``` **Expected behavior** Compilation works fine **Actual behaviour** This error is displayed: ``` #...

fixes https://github.com/Automattic/kue/issues/1204

kue version: 0.11.6 I'm experiencing a weird phenomena with some of our jobs. I have jobs in `{q}:jobs:active` ZSET that have their `state` set to `failed`. I've tried to figure...

In my app something weird started to happen. I got this error message: ``` index.js:613 Uncaught TypeError: Cannot read property 'props' of undefined at HTMLElement.get (index.js:27) (redacted) ``` This have...

```markdown floaterm: health#floaterm#check ======================================================================== ## common - INFO: Platform: linux - INFO: Nvim: NVIM v0.7.2 - INFO: Plugin: d3ac089 ## terminal - OK: Terminal emulator is available ## floating -...

What I'm looking for is a validator that would ensure that I have a function of acertain return type and arguments. In zod there is something like this: ``` z.function().args([z.string(),...

Fixing References are messed up on (d.ts) #40

I have a keybing set for some custom function for `or` however this does not work in `orgmode`. Even if I set the keybinding directly in an org file it's...

First of all thanks for the great plugin. I found it very useful. However I'm using it without the "kill" (or yank) but just for selecting text. What is great...

I have this minimal init.el file (I stripped everything to be sure that I'm not doing anything wrong): ``` (use-package markdown-mode :ensure t) (use-package yasnippet :ensure t) (add-to-list 'load-path "/home/sel/.emacs.d/lsp-bridge")...