A L Manning
A L Manning
I propose we allow unused parameters in type abbreviations. As it stands, `type t = 'a` gives an error: ``` FS0035: This construct is deprecated: This type abbreviation has one...
Consider the case in which Alice creates and broadcasts a transaction `tx_a` for inclusion in block `n`, in which she makes a market order against an exchange, or perhaps trades...
It seems that google docs occasionally changes a VexTab image into an ordinary image.
".face.size.style" should be replaced with ".face.size.style.colour" where colour supports css colour codes (can be parsed as "Red" or as "#ff0000").
As it stands, initialising a tabstave by default generates a 6-string stave with standard guitar tuning. To get a bass tab, one has to use tabstave.setNumLines(4) , and also set...
`MutableSignalRef`, `MutableSignal`, and `MutableSignalCloned` all attempt to obtain a read lock on the underlying `RwLock` when polled. This can block the thread that is polling the signal, if the `RwLock`...
`StopIf` should drop the underlying signal once the stop condition is fulfilled, instead of just not polling it any more.
Suppose I am part of 2 teams, A and B. I am looking at a channel in A, and somebody posts a message in a channel in B. That message...