-
This is proposal for a small feature, local and isolated. Could improve code readability.
------------
Linux kernel uses macros `likely` and `unlikely` :
```
if (likely(x > 0)) { ... }
...
i…
-
Possible improvements have been discussed for the reminder command:
- Repeating reminders
e.g. `!remind "@Admins meeting in 5 minutes" every Sunday at 20:55`
- More natural time parsing
- DM r…
-
*Issue originally created by @asdrub*
*This issue was created on gitlab and then migrated here. Only the original post was migrated, not the comments. Please take a look at the discussions on the o…
-
Hi, while I was trying to implement the specification, I ran into some existential questions about security requirements!
It's unclear to me if an empty security array (`[]`) is equivalent to a sec…
-
# Global Sprint Planning
## 3 things that might take us down
1. MSK Kafka -> someone shipping something that writes a lot to kafka, b/c we use shared kafka. Could we monitor/alert?
2.
3.
…
-
We periodically get concerns about the story behind the lesson (Wolfman and Dracula research planets), [the most recent is discussed in this thread](http://lists.software-carpentry.org/pipermail/discu…
-
It seems likely that we'll want the ability to write fast numeric code in a low-level-ish language. There are a few options:
1. Cython
2. Numba
3. C/C++, wrapped with a variety of other opti…
-
Hat tip @simontegg
http://www.wsj.com/articles/the-future-of-the-internet-is-flow-1443796858
I maybe 10% believe it, I believe some of the comments more. But it certainly fits the theme here...
-
When 3.0 lands I'd like to hit the ground running, but to really make use of it I need at least a minimal set of extensions to be compatible.
I've found understanding which extensions are compatib…
-
Similar to the [analysis for parser rules](https://github.com/antlr/grammars-v4/issues/3358), one can perform an analysis of unused lexer rules. However, the analysis needs to remove from consideratio…