Marshall Roch
Marshall Roch
i'm trying to use this behind a firewall using a cache of the mirror, but `install.sh` hits github to make sure `curl` works and to calculate the mirror scheme. when...
I'd like to bundle all of the dependencies of my local opam file, without actually including that package, to generate a bundle that can be cached by CI and used...
Flow version: 0.179.0 ## Expected behavior The `value` prop of a `BigIntLiteral` in ESTree should be a BigInt when using `flow_parser.js` in an environment that supports BigInt. ## Actual behavior...
We're considering having [flow-for-vscode](https://github.com/flowtype/flow-for-vscode) register a separate VSCode language for "flow" and it'd be great if this extension supported it too. https://github.com/michaelgmcd/vscode-language-babel/blob/6679732b20d969dcf3ccb634d860c3f37312efc2/package.json#L14-L21 As long as there are no objections I'll...
Every 2 seconds, my Frame TV (LS03, 2018) is sending out a broadcast that looks like this: ``` {"data":{"v1":{"uri":"http://192.168.1.40:8001/ms/1.0/"},"v2":{"uri":"http://192.168.1.40:8001/api/v2/"}},"remote":"1.0","sid":"uuid:0f459c5c-c976-4275-ab67-d6bbe34ebf42","ttl":8000,"type":"alive"} ``` UDP, 224.0.0.7 port 8001 googling "samsung 224.0.0.7" led me to...
https://github.com/returntocorp/ocaml-tree-sitter-core/commit/03ad9c8985bce5efaf2a3b3ced034dc236fc451a changed the license to LGPL but this still refers to GPL3 https://github.com/returntocorp/ocaml-tree-sitter-core/blob/da62d00e5286eed339b8df29f6d4e2289a50b30c/README.md?plain=1#L78-L79
https://github.com/ocaml/ocamlbuild/blob/4ef4b18223383f79819ae123f6dff2a7b969fa7a/src/shell.ml#L62-L64 If another process creates the directory after the `sys_file_exists` call but before the `mkdir`, then `mkdir` raises. This has been happening in the wild for Flow (https://github.com/facebook/flow/issues/8027). I suspect...
When in `--ip-mode=server`, if a rogue client connects, it causes the server to go into an infinite loop trying to "retry" reading in `_blockingread`: https://github.com/matthewwall/mtools/blob/fa488f98b48bb734c2be94ef4ad4f24c56790443/bin/btmon.py#L2324-L2347 `READ_RETRIES == 0`. for each...
I'd like to write directly to InfluxDB and log with grafana. I think the format should look like (in InfluxDB line format): ``` measurement_name XXXX123_ch1_aws=1234.0,XXXX123_ch2_aws=345.0 123456789000000000 measurement_name XXXX789_ch1_aws=1.0,XXXX789_ch2_aws=2.0 123456789000000000 ```...
in Markdown, a newline in a paragraph is a "soft break", unless it is preceded by two spaces or a backslash to make it a "hard break". soft breaks are...