-
Today, StringBuilder has problem in that the only way to read the characters out of the StringBuilder is to do it a character at a time [] or call the ToString APIs to convert it to a string (and the…
-
### High priority tasks
- [ ] Either make `kind=static-nobundle` stable, or change `kind=static` to behave like `kind=static-nobundle`.
- [ ] Add support for linking the debug CRT.
- [ ] Handle lin…
-
- Version: v10.15.2 (also happens with other v10.x versions)
- Platform: Ubuntu 18.04.1 LTS (GNU/Linux 4.15.0 GCP x86_64)
Since last year I've been having issues switching to 10.x from 6.x becau…
-
Today i noticed that cache logs are displayed twice when I watch the listing with active GClh.
I use Firefox 76.0.1 with Tampermonkey 4.10.6112 and GClh 0.10.6
Screenshot attached:
![shot](http…
-
Go's dead code elimination algorithm is described and implemented [here](https://golang.org/src/cmd/link/internal/ld/deadcode.go).
TLDR is: elimination of unused public methods at link time will be i…
rojer updated
4 years ago
-
This is an issue I found while investigating an issue reported in this thread: https://github.com/dotnet/coreclr/issues/18977
See also: https://github.com/dotnet/docs/issues/6728
On Linux, GetFu…
-
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…
-
##### SUMMARY
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
mysql_query
##### ANSIBLE VERSION
```
ansible 2.10.1
config file = /Users/palea009/gitlab/ansible-cda-too…
-
#### Update (7/15/2018 @ 7:25 PM EST)
Decoupled my Benchmark project from a local project and instead added reference to the NuGet it corresponds to.
In addition to that, I installed 2.302 SDK (`N…
-
In order to improve compatibility with the LUA51 build, it would be very useful to have support for doubles in LUA53. Doubles are essential for storing times since the epoch if you want better than 1 …