ad hoc
ad hoc
Sqld already has a mechanism to load dumps from sqlite, but it cannot create dumps. In sqlite, dumps are implemented as part of the slite3 binary. Let's port the dump...
maybe linked to: https://ptb.discord.com/channels/933071162680958986/1175813081717280900/1175813081717280900
I'm working on that
loosely related to that, but while implementing the progress bar for downloads I found that: https://github.com/bytecodealliance/registry/blob/main/src/commands/dependencies.rs#L50-L52 Is it intentional that download is called twice with the exact same args?
I removed the duplicate in my PR.
Hello @tiangolo :) Do you think one will get merged? We're trying to figure out a way forward to be able to bump fastapi somehow, but if this is not...
@quiqueg well I hope we can eventually merge it :)
Same issue here. @JustinBeckwith any proposed workaround? (tagging since you reopened).
I created a new Gmail and signed up with that, and could create an app without any issue. It seems to be linked to the user rather than the app...
SQLite has support for geospatial data with geojson. It should not be too complex to integrate if we go forward with this solution 😊