Jonathan Baldwin

Results 16 comments of Jonathan Baldwin

@zbanks Can you do me and yourself a favour and delete the instructions link? It points to an older release which no longer works. To your credit, wasn't expecting so...

Not working for me either. gopasspw/gopass's implementation likewise doesn't seem to work.

That means it's probably something Linux specific. @viion Prepare yourself, you're probably going to get a bunch of tickets from Linux users because the new patch broke the launcher in...

Confirming it happens for me in 0.30.0 in FFXIV.

I have a similar issue with a monitor name when it is in KVM mode, and it causes some tools such as nwg-panel to crash :/ ``` [jbal@mercury ~]$ hyprctl...

Wait, what? This is going to break things horribly for anyone using anything from modern JavaScript on Karate. Modern JS semantics were a huge selling point for the framework for...

With all due respect, having something like do-while which is a JS feature that has been there since before JS even became a standard only implemented last week isn't something...

Graal isn't perfect, but how is creating a brand new intentionally incomplete JS engine a better solution than picking one of the other mature JS engines on JVM and maintaining...

OT: Personally, my stake in this is that I have a large amount of utility functions dependent on modern JS features (some including pulling in third-party JS libraries like fakerjs...

karate-js doesn't seem to have any of the JS built-in prototype methods, even for eg. Array or Object eg. for all of the below: ```{.js} [1,2,3].forEach(i => {}) Object.fromEntries(Object.entries({k: 'v'}).map(([k,v])...