Libing Chen

Results 75 issues of Libing Chen

My taskell.md code as following: ```md ## To Do - LangChain Spring Project Structure > Maven Modules * [ ] multi module projects - LangChain Spring Tech Stack > Tech...

Pluto is a superset of Lua 5.4 — with unique features, optimizations, and improvements. https://github.com/PlutoLang/Pluto Any plan to integrate Pluto in mula? ``` [dependencies] mlua = { version = "0.9",...

`.env` accepted by lots of frameworks, and easy to be converted to environment variables. For example, pkl as following: ``` name="joe" server { host = "localhost" port =8080 } ```...

I have the schema as following: ``` server: Server class Server { endpoints: Listing } class Endpoint { name: String port: UInt16(isBetween(1024, 65535)) } ``` and configuration: ``` server {...

Routing is built by RSocket by default. https://github.com/rsocket/rsocket/blob/master/Extensions/Routing.md Is it possible to define RSocket router alike [tRPC](https://trpc.io/)? It's really easy for client and server sides. ```typescript const helloRouter = router({...

### What is the problem this feature would solve? Most tools/Libraries use `-c` to specify command to be executed in the shell, such as `bash -c "echo 'bash is executed'"`....

docs
enhancement

ENVIRON, array of environment variables, and support by awk and gawk.

I use volta to manage Node.js versions and tools, and I use `npm-check -g` to check global outdated packages, and I got some warnings as following: ``` warning: Using the...

How about line marker for Zig main method and Zig test? It's very useful for developer to run test. Run Zig main commannd: `zig run src/main.zig` Ru Zig tests command:...

enhancement

GraalVM 1.0 is coming, and any idea to upgrade to last truffle api? ``` com.oracle.truffle truffle-api 1.0.0-rc2 ```