-
This has been discussed periodically both in the issue tracker and in person, but I don't think there's a tracking issue yet. (**EDIT**: Here is the original issue from 2011 - https://github.com/dart-…
-
To everyone who's new here:
If you use RESTful-Style API, router of gin will be a TROUBLEMAKER!
#205
#1681
#136
#2005
The root of the problem is [httprouter](https://github.com/juliensc…
-
This is an idea for how we could parallelize the [labswitch](https://groups.google.com/d/msg/snabb-devel/gdMF5Vmd-YI/J3mkO2apkbIJ) application to give it suitable performance characteristics.
Goals:
…
-
I noticed there have been a few requests for searching for seeds by features/biomes. These requests have generally been pointed to scripts in various forums. I'm not sure if there's a policy reason no…
-
In a comment on this issue, state what you found to be a valuable thing you read from Eloquent JavaScript.
Please use this github issue as a forum to ask and answer questions you came across in th…
-
hello,
i am a developer of [scikit-rf](http://scikit-rf-web.readthedocs.org/en/latest/), an RF/microwave module. within this module i have various VI's that have been written with pyvisa.
i rece…
-
Typeclass objects offer dynamic (i.e. run-time and open modularity1) polymorphism by binding the typeclass bound to the static (compile-time) type of the reference and tagging the data type instances …
-
Updated an older version of fastled - (maybe 3.2.x) and the LEDs stopped working. Only tried on my WS2811 strips. Stepped the library back to 3.2.8 and it worked again. I'm guessing something in PR…
-
[@chochos] Comprehensions are a really cool language feature and they would be even more useful if there was a way to declare and initialize values or variables that were internal to the comprehension…
-
related: https://github.com/neovim/neovim/issues/11312
## Problem
There's no builtin abstraction for:
- Representing a task.
- Example: `vim.system()` returns its own ad-hoc "task" that can be …