Taine Zhao
Taine Zhao
Hi, Justin. After several months, [my project](https://github.com/thautwarm/moshmosh) providing the very high performance pattern matching finally got released. I wonder if we could mutually refer the projects in each README, then...
Hi, thanks for making this. I feel like to use ghc-musl to get rid of glibc, however in stack projects this does need some work to integrate: https://docs.haskellstack.org/en/stable/yaml_configuration/#resolver I wonder...
I'd appreciate it for the project's informative and categorical documentations. Unfortunately, some of the docs seem inaccurate. [CppAst.NET type-system](https://github.com/xoofx/CppAst.NET/blob/main/doc/readme.md#type-system) gives a clarified description of the possible variants of `CppType`s, but...
This is an esprima issue and not related to Jint. You might close https://github.com/sebastienros/jint/issues/490
I think it'd be nice to have as a future design.
wheel file published by this project is totally useless, which includes no executable source code, check unzip your `.whl` file and check the contents.
```python from julia import Main as jl jl.seval("1 => 2") # python tuple (1, 2) f = jl.seval(r""" function (p::Pair{Int, Int}) p.first end """) f(jl.seval("1 => 2")) # TypeError: Julia:...
https://github.com/thautwarm/MLStyle.jl/blob/2b7f0a7be19462ea741389266d5c3e04ead21409/src/Record.jl#L41
documentation for active patterns (`@active`) is out-of-date while deprecation warning is up-to-date
https://github.com/thautwarm/MLStyle.jl/blob/2b7f0a7be19462ea741389266d5c3e04ead21409/src/StandardPatterns/Active.jl#L117-L147
```julia help?> @active Simple active pattern implementation. You can give a qualifier in the first argument of @active to customize its visibility in other modules. @active F(x) begin if x...