Yihang "Corvo" Liu
Yihang "Corvo" Liu
不好意思 😰
我也不使用群晖,还是麻烦你自己研究下吧,不好意思了
Putting my 1 cent here as zig fmt takes forever to complete on my end. And it's not even done in async.
I tried this, it's not working on my OS as well. I'm on `Linux arch 6.3.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 20:46:20 +0000 x86_64 GNU/Linux` and zig `0.11.0-dev.3898+35a8e8a06`...
This is pretty useful for language reuse. I have something like this: ``` ~[a-z]('([^'\\]|\\['\\])*'|(/([^/\\]|\\[/\\])*)?/([^/\\]|\\[/\\])*/) ``` To tokenize a limited subset of elixir's [sigils](https://elixirschool.com/en/lessons/basics/sigils). And it keeps growing 💀
Okay this can potentially be workarounded by [pomsky](https://pomsky-lang.org/), but it is blocked by https://github.com/rust-lang/rust/issues/52393
Although I'm not requested to review this: This is too big, is it possible to break it down to several smaller PRs?
Background for reviewers: - [Archive Database Schema](https://raw.githubusercontent.com/MinaProtocol/mina/master/src/app/archive/create_schema.sql)
``` $ ./_build/default/src/app/archive/archive.exe help run Run an archive process that can store all of the data of Mina archive.exe run === flags === [--config-file PATH] to the configuration file containing...
We have `logproc` now, I assume it's possible to remove any pretty printing and leave any complexity of log readability to `logproc` when necessary? There's also `jq` but it only...