johannes
Repos
58
Followers
383
Following
20

Events

Add uploaded:// stream

This adds a new stream wrapper giving direct access to an uplaoded file bypassing open_basedir restrictions.

This is useful if one doesn't want to keep an uplaoded file, but only access the content and tavoids having to use move_uplaoded_file(), which requires a writeable location inside open_basedir.

This can be used like

$fh = fopen($_FILES['some_name']['tmp_uri'], "r");

The file can also be overwritten by using w or a mode. Using stat() on the file is supported as well.

Created at 1 week ago
create branch
johannes create branch uploaded_stream
Created at 1 week ago

Aggregate by Date

Created at 2 weeks ago
issue comment
DocArray wrap ANN libraries

Please mind that "Mentors | @Johannes" does not refer to the GitHub user @johannes, but probably @JohannesMessner. I can encourage you to do great things, but not help with the project. Have fun!

Created at 3 weeks ago
issue comment
Investiate if we can depend on `jaxtyping` for tensor type hints

Sorry, I don't know :)

Created at 1 month ago

Add missing file

Created at 2 months ago
johannes create branch main
Created at 2 months ago