Michael Pilosov

Results 86 comments of Michael Pilosov

I'm starting to encounter the same issues as I started to test my app against some light traffic (image uploading is a core part of it - specifically for the...

thank you! I tried out the R2 component and coded in eager deletions. That worked beautifully, and the migrations component has been helpful in switching storage without breaking links.

tests failed after latest merge of main. were passing before. appears unrelated.

cc: @ysolanky - I'm done editing, this implementation now supports a lot more types of embedding models. should be good to merge now after the most recent update.

@benglewis I wanted to give this a proper [test](https://github.com/mathematicalmichael/annoy/actions/workflows/publish.yml) with (trusted) publishing, and noticed that while everything built for macos and windows, the final step of "publish package" fails because...

quick update: - ~~windows build issues handled by removing an image that's currently not working the README.rst anyway~~ - ~~windows build issues handled by a bit of regex cleanup of...

thanks. yes, I know the new version has auth, which is exactly what I want / need (in fact). So I do not want to disable it (though it's no...

@jkhenning thank you! so it sounds like my suspicion might have been directionally correct and that the cookie's scope is missing our URLs. The networking set up I am constrained...

that all said... take a look at my logs again. Notice that the Debug Images load just fine from the web app, and they're served behind the same backend fileserver...

ooh Ill try that env var! thank you! but I'm not sure that explains why Debug Images work while Plotly image embeds do not. Is it because the two structure...