Nick Krichevsky

Results 118 comments of Nick Krichevsky

This was mentioned in #723, but this is a major annoyance that makes this feature troublesome > It is working partially for me; The selection does translate to the neovim...

Same error here.

@sergey-safarov's solution _almost_ worked for me. I'm not sure why, but `LDFLAGS=--allow-multiple-definition` didn't do the trick (the compilation failed at the `configure` stage, but `LDFLAGS='-z muldefs'` (which the `ld` man...

@drphil3d Is there support for the Metal Plus Dual Extruder at this point? I have a RevD board, and though I can try to configure it myself, I'd much rather...

I'm still experiencing similar issues on XCOM 2. The game launches fine after running the fix in the linked reddit post.

It looks like I have just an empty `temp` directory in `core/attachments` ``` # tree attachments attachments └── temp ``` 777ing both of these dirs didn't fix the problem, so...

There are actually some CSP issues on page load that I didn't notice previously (before I was only looking at download, not upload :sweat_smile: ) ``` Content Security Policy: The...

I did a bit of digging this afternoon. It looks like if I add `unsafe-eval` to the CSP (which isn't ideal), those CSP errors seem to go away. I don't...

@kslstn > I understand Howler [is supposed to do step 4](https://github.com/goldfire/howler.js#mobilechrome-playback) by default. Maybe it's because I added some stopPropagation()s to my event listeners, but this didn't seem to work...