Dave Tapley
Dave Tapley
Got close here https://github.com/JEFuller/features/commit/92c72dee3c8beb611f6a28cf33f2a0e4dd1010dc, But get stuck with `error while loading shared libraries: ...` when trying `python` 😞 Hoped `LD_RUN_PATH="${INSTALL_PATH}/lib"` before `./configure` would resolve [per here](https://stackoverflow.com/a/37757695/21115). But no.
... although I suppose this does depend on the file being available at build time, and I'm not sure if it would be?
@samruddhikhandale thanks! As I now understand: I wasn't getting Oryx behavior because I'm on Python 3.11.4, which isn't supported by Oryx. So, I feel like similar to ⬇️ this is...
If #18 is merged, then FYI it will have to be updated if we move away from `elm-ast`.
Just saw the same, `PollingObserver` and SMB mount as @narkefrakt 😑
Happy for a PR? I owe one for ⬇️ anyway - https://github.com/dask/fastparquet/issues/365#issuecomment-1570587965
@kaylai did you get anywhere with this? 🙏🏻
@mina86 I was previously using multiple `StringTrie` instances but I realized I should just merge them all in to one... ... but all my unit tests assume separate instances, so...
@mina86 so I think we can either put them inline (which would mean making the library require Python >3.5), or add a `py.typed` file along with the `.pyi` per: https://peps.python.org/pep-0561/#packaging-type-information...
Great! I'll open a PR with the types I added for my purposes, then I'll leave it up to you whether you want to merge as is or collaborate on...