Libing Chen
Libing Chen
time flies, and now I use duckdb to convert Parquet to CSV. ```shell $ duckdb -c "COPY (select * from 'family.parquet') TO 'query.csv' (FORMAT CSV)" ``` Now lots of tools...
@chrisseaton I agree your point. For service mesh architecture, for example Envoy & Nginx mesh, these products support to write Lua code as rule or policy and push Lua code...
Now I use https://gist.github.com/maxandersen/f077f1d356c42eeb395a8811d6152f3a to build Hello.java Docker image with Java 17. it's some slow to download JDK 17 by JBang. If you don't setup cache, and JBang will download...
`npm oudated` is good for me. :) ``` npm outdated Package Current Wanted Latest Location Depended by glob 5.0.15 5.0.15 6.0.1 node_modules/glob dependent-package-name nothingness 0.0.3 git git node_modules/nothingness dependent-package-name npm...
Now task-keeper adopts design from [just](https://github.com/casey/just), and use `tk -l` to list tasks. I will think about it.
It's some some hard to fix this problem, and you can use `tk --runner=task hello` to task in `Taskfile.yaml`. I will think about it and find a good solution to...
How about following flow: 
Now I use RustRover to format code, and I will change code format to rustfmt later.
@sgparry Extra toolchains? do you have an example project or document link?
@helpermethod yes, could you check your proxy? The error is from following code, and almost json data problem caused by proxy. ```java String queryUrl = "https://api.foojay.io/disco/v3.0/packages?" + "distribution=" + vendor...