Matt Oates
Matt Oates
So with Zef and Rakudo available and nothing else it used to be quite easy to bootstrap to having something like Star using Task::Star (https://github.com/tadzik/Task-Star). But this is no longer...
I just wanted to +1 this issue, seeing that the PRs appear to have just stalled. My own use case are UDFs for generating UUIDs. Where this feature is needed...
As someone who just tried to raise a PR with a new container, and just checked out these new docs. Can I point out its not obvious at all on...
> Hey @MattOates sorry for your rough start here, but we really appreciate you contributions 😊 Hopefully the latest additions to the draft should make clear the things you are...
So one thing to be aware of is your code assumes no one would ever do `HttpPath("http://username:password@host/path/file.txt")` for basic auth. `url.netloc` looks like the string `"username:password@host"` in this instance. Im...
This feels like an important feature for post SQLAlchemy 2.0. I just ran into this problem and solved with some logic in env.py looking at dialects for rendering migrations. Im...
This is specifically the case where someone has marked an index with `Index.ddl_if(dialect="some dialect name")` and then with a normal create all in SQLModel/SQLAlchemy if you're not the specified dialect...
For duckdb support at least, this is waiting on this way upstream change https://github.com/duckdb/duckdb-pyodide/issues/7
@pjbull are you interested in a [Paramiko](https://docs.paramiko.org/en/stable/) based SFTP implementation? I need this right now and would prefer to add it to cloudpathlib than use cloudpathlib plus my own code...
@pjbull already got your branch out, thanks. This will be SFTP specifically though, not FTPS so the SSH protocol not FTP over SSL. There should ultimately be almost zero idiosyncrasies...