Jack Mead
Jack Mead
Extraordinary claims require extraordinary evidence. I have not seen any network requests in the source code or anything that would be... suspicious? Do you have any evidence? I'm highly interested.
Um... yeah I don't think you can do that with this lib. Anyone else can prove me wrong, please do. Try using this library: https://www.npmjs.com/package/proxyquire ``` const myStub = sinon.stub();...
Maybe a bit of an add, but would help if the feature wasn't just limited to string interpretation and we had the ability to pass in an opened buffer to...
> @svaningelgem No kidding? I just reread the documentation. I guess read_parquet() actually does define: ``` string, Path, BinaryIO, BytesIO, bytes ``` In the function... But since this isn't lazy,...
Bump same issue. This seems to be a persistent issue with label-studio 1.8.0
May be related, but developing an app. taking high res images. Worked fine before, but just picked up development after a few weeks and now running into an issue where...
Don't know how I missed it but seems like somehow something changed? The `forceScreenshotSourceSize` setting fixed it for me.
I don't think I will have the time unfortunately! Although I'd really love too. I was looking into these functions, but couldn't figure it out quite right. Do I call...
@macnelly can you give an example of using a texture atlas? I don't see any examples for how to utilize this feature.
https://github.com/heartexlabs/label-studio-tools/blob/62e3dc1cbda8100aef51d77056592927496f9af3/label_studio_tools/core/utils/io.py#L36C5-L36C19 https://github.com/heartexlabs/label-studio-ml-backend/blob/8a1ff0348857657a94bd705f9e0fa12ffe6bca11/label_studio_ml/utils.py#L45C3-L45C3 Looking at the line where the error is being through. The access_token isn't even past in! So this looks like a bug to me.