Amar Paul
Amar Paul
Came up with a bit of a hacky two-liner to find all packages safe to upgrade: ```bash # takes more time if you have more things dependent on glib (~1min...
@cipri-tom that makes sense: `deluge-meta` should be marked as unsafe to upgrade since it depends on `glib`. Besides, there are no upgrades for it yet - if you've done the...
@acuD1 at least for the install commands for this formula, yes (and i think i just set `HOMEBREW_NO_AUTO_UPDATE=1` globally anyway).
Happily, I think the updated glib does fix the issue. Waiting on linked PR to close this as it doesn't technically build right now.
*couple leftover comments, fixed + squashed.
Interestingly, if you have `tox` installed with python3.8-.11 vs python3.12, `flake8-misc` will give slightly different results complaining about `ISC001` in `visitor_helper` (implicitly-concatenated string on older versions, but not 3.12). fixed...
~~ah darn, did the visitor walking a bit naively and am not quite getting the right value (`OSError`) from a testcase like below. will update.~~ fixed, updating main description. ```python...
@jsh9 no worries, I get it. thanks for coming back around to it!
Yeah, this error came up when i was working on a fix to #32 . fix to this particular error is simple, i'll just have to remove it from the...
@joshdunk98 @bsplosion - do you have sample data from your database and examples of outputs you are expecting (e.g. `geopandas.GeoDataFrame`)? I might be interested in working on the implementation for...