Alex Garcia

Results 158 issues of Alex Garcia

- [ ] 🚧 `sqlite-jsonschema` https://alexgarcia.xyz/sqlite-jsonschema/ - [ ] `sqlite-http` - [ ] `sqlite-html` - [ ] `sqlite-lines` - [ ] `sqlite-path` - [ ] `sqlite-url` - [ ] `sqlite-xsv`...

For `alpine` docker containers and the like. Only if `glibc` functions are used? The rust extensions seem to require glibc, and compiling for musl shared library targets seems difficult, so...

distribution

- [ ] `sqlite-lines` - [ ] `sqlite-path` - [ ] `sqlite-url` - [ ] `sqlite-http` - [ ] `sqlite-html` - [ ] `sqlite-regex` - [ ] `sqlite-xsv` - [...

distribution

Only for 2 + 3 + 4 I believe. Probably a self-hosted Raspberry Pi would work best

distribution

Linux x86_64 builds are made on Github Action runners. [Current Github Action's lowest Ubuntu runner](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources) is `ubuntu-20.04`, which has a GLIBC of `GLIBC_2.28`. Amazon Linux, however, is chaotically on `GLIBC_2.26`....

distribution

Maybe a [$600 devkit](https://www.microsoft.com/en-us/d/windows-dev-kit-2023/94k0p67w7581?activetab=pivot:overviewtab)? or maybe azure?

distribution

[`a1.medium`](https://instances.vantage.sh/aws/ec2/a1.medium?region=us-east-1&os=linux&cost_duration=annually&reserved_term=Standard.noUpfront) is $141 for a year reserved, or $223 on demand. [`t4g.nano`](https://instances.vantage.sh/aws/ec2/t4g.nano?region=us-east-1&os=linux&cost_duration=annually&reserved_term=Standard.noUpfront) is $23 a year reserved, but probably need more ram/cpu?

distribution

I dig how croc does it in `croc_9.6.2_checksums.txt` https://github.com/schollz/croc/releases/tag/v9.6.2

distribution

Include `.a` and `.h` files in separate github release assets per-platform so people can easily statically link these extension in their C/C++/Rust/Go projects Would help close: - https://github.com/asg017/sqlite-regex/issues/10

distribution

Similar to Python support, but distribute Gems with bundled SQLite extensions for every platform https://guides.rubygems.org/specification-reference/ won't be easy, ruby gem packaging seems complex...

distribution