Samuel Marks
Samuel Marks
WiP (works but needs tests) --- Use cases this facilitates: - Logging - Subscriptions - Distributed task execution (more details in #1110) - More isolated tasks (think about when you...
```cmd nanodbc\nanodbc>set PATH="C:%HOMEPATH%\.cargo\bin" nanodbc\nanodbc>set CC="%LIBCLANG_PATH%\clang.exe" nanodbc\nanodbc>set CXX="%LIBCLANG_PATH%\clang++.exe" nanodbc\nanodbc>%CC% --version clang version 18.1.8 Target: x86_64-pc-windows-msvc Thread model: posix InstalledDir: C:\Program Files\LLVM\bin nanodbc\nanodbc>bindgen nanodbc.h -o bindings.rs [omitted most output for brevity] pe...
### Describe the bug ``` EMFILE: too many open files, open '/tmp/output/@firebase/auth/dist/esm2017/src/core/auth/register.d.js' EMFILE: too many open files, open '/tmp/output/@firebase/auth/dist/esm2017/src/core/auth/emulator.d.js' EMFILE: too many open files, open '/tmp/output/@firebase/auth/dist/esm2017/src/api/authentication/custom_token.d.js' […] ``` Outputting them...
Warnings are bad! - Found one in your library deep within another: ``` #17 120.2 In file included from /tmp/wd/postgresml/pgml-extension/target/debug/build/xgboost-sys-a1e545b7b843ddb4/out/xgboost/rabit/include/rabit/internal/socket.h:38, #17 120.2 from /tmp/wd/postgresml/pgml-extension/target/debug/build/xgboost-sys-a1e545b7b843ddb4/out/xgboost/src/collective/loop.cc:15: #17 120.2 /usr/include/sys/poll.h:1:2: warning: #warning redirecting...
Was surprised to see this not working: ```sh echo 'SELECT version();' | usql_static "$DATABASE_URL" -c - error: pq: 42601: syntax error at or near "-" ``` This PR should read...
### Is your feature request related to a problem? Describe it It'd be great to have Alpine support and a Dockerfile and maybe even you upload it officially to your...
### Describe The Bug Quoting for piping into `psql` doesn't work cross-platform. ### To Reproduce For example this works on Windows: ```toml [tasks.init] script_runner = "@shell" script = ''' echo...
https://crates.io/crates/dotenvy goes to https://github.com/allan2/dotenvy/blob/HEAD/dotenv/CHANGELOG.md
WiP Related PRs: - https://github.com/sagiegurari/rust_info/pull/7 - https://github.com/sagiegurari/git_info/pull/6 Took care to make the dependencies optional. I am preparing `cargo-make` to support #1110: asynchronous and distributed task execution. To support this, it...