James Clark
James Clark
In version 0.9.1 in WebStorm 131.202, the Fill Paragraph command (on the Edit menu) always appears greyed out. This is like Alt-Q in Emacs, and it would be really useful...
I ordered one from here: https://www.aliexpress.com/item/33060439389.html This is nice source in that it has a bunch of options, including a choice of "CD Driver" or "Free Driver". I'm guessing "CD...
I came across another MT7612U adapter http://chenyu-wifi.com/product/en/Product-20190905-123313-2020030713510249-2020060911115183-2020060916194860.html Available on AliExpress https://www.aliexpress.com/item/1005004313413963.html I ordered one.
I followed the steps from the repo's README.md to build on Windows. I'm using latest version of JDK 8. I get three test failures all in ballerina-toml-parser-test-suite: 1. ManifestProcessorTest. testMultipleDependencies...
In the future we will likely want allow nested character classes (not in ECMAScript currently); grammar should be stricter so that this can be done without compatibility problems _Originally posted...
We should aim make processing of CSV-like data as smooth as processing JSON data. For example, given a record type R, it should be possible to construct a value of...
This is to collect issues in using named workers to represent a dataflow graph. Most important are * #1273 * #1277 Also * #45 * #525 * #784 (and then...
The message send action is currently restricted to values of type Cloneable. It should also work on isolated objects, which should be passed through without cloning.
With conditional sends #1273, we maybe need the concept of an optional receive action. The idea would be that if there is no message to receive, instead of the result...
It would be useful to be able to have a named worker that is guaranteed not to outlive the function that created it. This is not currently possible: even if...