Yukihiro Okada (Yuki)
Yukihiro Okada (Yuki)
[Sentinel Language Specification \| Sentinel by HashiCorp](https://docs.hashicorp.com/sentinel/language/spec) This is a new grammar request. As far as I investigate, no one provides ANTLR grammar files or parser libraries in any language....
https://github.com/wvlet/airframe/blob/090f88e3dd2f2d629133a6da41cb1a444bda082b/airspec/src/main/scala/wvlet/airspec/AirSpecLauncher.scala#L69-L74 When I run `AirSpecLauncher` with the following setting on Intellij, it throws an `IllegalArgumentException`.  ```sbt 2022-08-17 18:22:50.838+0900 info [AirSpecLauncher] Run tests in wvlet.airframe.http.grpc.GrpcContextTest - (AirSpecLauncher.scala:66) 2022-08-17 18:22:54.279+0900 warn...
A RE isn't reflected to the `format` key in the auto-generated configuration code as it is when a RE has multiple spaces like below. Here is my regular expression. In...
Follow up #39822 / Close #45615
## Description orjson is a fast JSON library in Python. https://github.com/ijl/orjson?tab=readme-ov-file#performance In my usage, `json.loads()` is one of the bottlenecks in performance when fetching a large result from a query....