⭐️NINIKA⭐️

Results 157 comments of ⭐️NINIKA⭐️
trafficstars

It may have to do with [startup-with-shell](https://sourceware.org/gdb/onlinedocs/gdb/Starting.html) variable and [this patch](https://sourceware.org/pipermail/gdb-patches/2017-May/140419.html). My `gdbserver` actually supports the `--startup-with-shell` flag added along with this patch, so I have no idea why this...

It seems that it has nothing to do with google patches, as this works with (mainline) gdb 9.2, but does not work with gdb 10.2

bisecting the gdb yielded this commit: ``` commit bea571ebd78ee29cb94adf648fbcda1e109e1be6 Author: Michael Weghorn Date: Mon May 25 11:39:43 2020 -0400 Use construct_inferior_arguments which handles special chars Use the construct_inferior_arguments function instead...

Reported as https://sourceware.org/bugzilla/show_bug.cgi?id=28392

gdb compiled with this (quite dirty) patch fixes the issue: https://gist.github.com/DCNick3/d12cb304282d226b57af1fc512c0e24f

Well, looks like this work around is not good enough. While the wasm module does instantiate fine, it still raises an error `TypeError: 'clearTimeout' called on an object that does...

Now this should work. Instead of using `window` object to refer to the function I make wasm-bindgen generate a wrapper around the desired function by marking it with `catch`. This...

> @briansmith My use case is verifying the ECDSA signature on a JWT with jsonwebtoken in a browser. The tokens come from an issuer that mandates use of ECDSA. It...

Well, it seems that now Mesosphère is close to being unconditionally enabled.. Can you please look at this? It seems that it might break a lot of stuff... Heap overrides...

Even though `linguist-documentation` is github-specific, I think it would be nice to support this attribute (along with `linguist-generated` and `linguist-vendored`, documented [here](https://github.com/github/linguist/blob/master/docs/overrides.md) As for the `.gitattributes` parsing crate, one could...