Afonso Bordado
Afonso Bordado
It would be nice to have a proxy feature for non public facing databases. My current issue is specifically with ssh. But other proxies would be nice.
Unfortunately I've just ran into this issue with the latest commit 63a40df5203178bbea1ff1a6988e6d30b6f992f4. On my machine it appears to crash on every third run or so. However I'm running on Wayland...
The crash was with `libxcb-1.13-1.fc28.x86_64`, which appears to be the latest minor release published on the xcb website. I've now tested with ef06109d94ddb58e0dbc88663eb01f73d1ec8063. Still the same thing.
An interesting thing to note, this crash, does not happen in my laptop, which is running arch, with the same versions of xcb, gnome and the kernel. It does not...
Changes with the last rebase: * We now query the `use_fma` flag to lower FMA extension instructions * Added some compile tests for both the libcall and inst case
CI failures seem spurious
We've been having performance issues with fuzzgen. So I decided to implement a statistics framework and measure 🔬 a bunch of stuff! Be warned, this comment is really long. These...
> There's a general goal in arbitrary that it shouldn't fail (rust-fuzz/arbitrary@1d2f653). Unstructured::choose may be the only method that ever actually fails, though I haven't checked. If so, we primarily...
> The numbers in #4894 are confusing me though. The number of valid inputs doesn't agree with the number of stack traces. For example, the baseline reported in that PR...
This is related to / a dup of #4568 . @cfallin would you be able to take a look at that issue and provide some input as to how we...