-
Inspired by the discussion here:
https://github.com/dotnet/corefxlab/issues/1751
One of the challenges that .NET faces with its Unicode support is that it is rooted on a design that is nowadays …
-
I have Cmd+Tab set up as a trigger key. With moderate system load, many times when I press the trigger key combination and hold the modifier key, the trigger key is registered as if it was still held …
-
Submitting Author: Name (@wlandau)
Repository:
* `targets`: https://github.com/wlandau/targets
* `tarchetypes`: https://github.com/wlandau/tarchetypes. (`tarchetypes` is a small companion package…
-
I have a question on undefined behavior in conditions regarding P4. Assuming I have a block like this.
```p4
control ingress(inout Headers hdr, ...) {
apply {
bit undef;
if…
-
I propose adding a new class to CoreFx, which will contain many common bit manipulation techniques.
Part of having a class like this is that the Jit can target these methods class for intrinsics, si…
-
The latest version of the 'default' google analyser settings emit the warning:
Omit type annotations for local variables (omit_local_variables_types).
In many cases this improves the readability…
-
Current design of the peer protocol handshake limits alternative implementations in languages other than C/C++ as described in [this article][2]. Indeed, `src/ripple/overlay/README.md` refers to the c…
-
This proposal adds intrinsics that allow programmers to use managed code (C#) to leverage Intel® SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, FMA, LZCNT, POPCNT, BMI1/2, PCLMULQDQ, and AES instr…
-
Original issue: https://github.com/gnosis/dex-price-estimator/issues/52
Looking into other stablecoin swaps I noticed that spreads are extremely competitive. E.g., at the moment our price estimator…
-
_[Note: the main approach I presented here uses explicit notation requiring introducing an additional operator(s). An alternative approach that applies code analysis instead is also discussed in the c…