-
Hi @maypok86,
First of all, thank you for making this amazing library. I didn't know S3FIFO before until now. I learned a lot from your work.
Then this issue is not a feature request because I g…
-
I'd like to propose that enum be added to Go as a special kind of `type`. The examples below are borrowed from the protobuf example.
### Enums in Go today
```
type SearchRequest int
var (
Sear…
-
See Daniel Lemire's (@lemire) blogpost: https://lemire.me/blog/2021/02/22/parsing-floating-point-numbers-really-fast-in-c - a super fast floating-point parsing algorithm which is up to 6 times faster…
-
I have started making a GUI in javascript named Silk. You can find the github repository [here](https://github.com/zodern/Silk).
#### 4 main goals:
- Fast and Lightweight
- Designed with developers i…
-
I'm trying to load this with an Angular app. TS is happy and the app compiles fine, but at runtime I'm getting an error:
`zone.js:1518 Not allowed to load local resource: file:///C:/**/**/node_mod…
-
Feature Request / Minor –
The w32 executable binary is ~1,385 KB. While this seems small by contemporary standards, it is far larger than equivalent programs. e.g. `optipng` is ~ 209 KB (~15% the s…
-
This works perfectly fine in dev, but does not seem to work in production build.
```
const genshindbBase = require('./genshindb-nodata.js');
console.log(genshindbBase, 'genshindbBase')
console.l…
-
The original thread where adding this was discussed #1010 was closed with a decision by the iojs TC to rather implement [lower level buffer methods](https://github.com/nodejs/node/pull/1202), but tha…
-
UPDATED 1/22/2024 by @stephentoub
**Option 1 (recommended)**
```diff
namespace System.Collections.Generic
{
public static class CollectionExtensions
{
+ public static Dictionary…
-