-
## The Problem
The Deparse (highlighter) output heuristics for brackets `{}` need some TLC.
Below are given the Rakudoc source, then the highlighted result. (The full source is given to ensure the R…
-
NOTE: Current response by @dsyme is here: https://github.com/fsharp/fslang-suggestions/issues/243#issuecomment-916079347
-----
**Submitted by exercitus vir on 4/12/2014 12:00:00 AM**
**392 …
-
Sometimes, it would be very convenient to implement a parser using left recursion, like in this example:
```python
number = digit.at_least(1).map(''.join).map(int)
@generate
def expr():
l…
-
With some time passing and some experience gained, I see that we could review some of the original design decisions for .ksy format. In this topic, I'll try to gather a pretty radical ideas (=breaking…
-
# This PR is for a major rehaul of how Terminal.Gui deals with non-Tiled view arrangements and "runnable" views.
@bdisp, @tznind, @dodexahedron, and @migueldeicaza - PLEASE READ AND TURN ON YOUR BR…
-
Something I've seen elsewhere is the concept of piping data to functions, which can drastically increase readability in cases where someone would either use intermediate variables or call functions as…
-
## Planning for Cobalt 2.0 is underway!
Many wonderful people have put Cobalt through the ringer. While I’ve gotten lots of confirmation Cobalt is on the right track working with DTCG tokens, there…
-
The Evoked object only has methods to return peak amplitude and latency at present. Is there any interest in the development of additional amplitude and latency measures (e.g., average amplitude in a …
-
# Summary
Problem: we don't have any conventions or standards on writing TLA+ code. A quick web search does not reveal any existing resource either.
We should try to define a minimal set of conv…
-
### Share your progress and tweet link:
- Day 1 tweet
- [https://twitter.com/jpzs444/status/1421785590798852102](https://twitter.com/jpzs444/status/1421785590798852102)
- Description
- I jus…