Samuel Marks
Samuel Marks
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [x] Tests for the changes have been added...
1.39
Based on #49 then upgraded to latest (1.39) release. @octaltree PS: @tmahmood happy to merge this into your PR if you want
```sh $ git clone --depth=1 https://github.com/stripe/openapi stripe-openapi $ python main.py ``` Where `main.py` is: ```py #!/usr/bin/env python from os import path from json import load, dump from jsonref import replace_refs...
I created a vcpkg port for you. https://github.com/microsoft/vcpkg/pull/35143 The dependent library that uses your project needs some stuff from `fe.h`, `fixedint.h`, and `ge.h`. Any chance these can be put under...
Your project looks interesting. What's the purpose of it? - Normal cross-platform application development, like [Qt](https://www.qt.io), [wxWidgets](https://www.wxwidgets.org), [IUP](https://www.tecgraf.puc-rio.br/iup/), [NappGUI](https://nappgui.com) and friends? - Or a super lightweight wrapper over the OS...
### Checks - [X] I have read the troubleshooting section and still think this is a bug. ### Describe the bug you encountered: thread 'test_type_empty' panicked at 'working directory: Os...
WiP Can finish if you like. Can also send you a PR on your own website, just make me an account
WiP but it currently builds fine on Windows (no warning). PS: In terms of `strncat_s` I suppose I can guard that rather than include an implementation (if you prefer).
Using your library to batch insert data from Parquet files into PostgreSQL, prepared like so: ```py schema = pa.schema( [ pa.field("timestamp_col", pa.timestamp("ms", tz="UTC")), pa.field("json_col", pa.struct([("can", pa.string())])), pa.field("array_str_col", pa.list_(pa.string())), pa.field("array_bigint_col", pa.list_(pa.int64())),...