Kyle Wascher

Results 9 comments of Kyle Wascher

When I'm still in the experimental phase and I'm exploring my dataset I only want to annotate certain groups of images. (I'm using fiftyone to explore and filter) I have...

> We improved so that once opened images and annotations folders when the first launch, from the second launch, you can give command line arguments to RectLabel which image files...

Anytime i change other expo libraries dependancies that require a new dev-client, the android compile fails for the above error (`undefined symbol: RNWorklet::JsiWorkletContext::getWorkletRuntime() error when building via npm run react-native...

> this would be awesome! Would be nice if it supported expo sqlite as well. You can use the sqlite-proxy pretty easily. Heres a **quick** and _**dirty**_ example: ```typescript import...

> > I have a directory that contains database migrations. By design of the query builder, it uses `any`, so I need to ignore 'noExplicitAny'. > > Is it possible...

I have a branch that revived #1226 and got all the tests working. Ive intended to make a PR just havent found time yet. Ill see if i can make...

@LarsKemmann libgit2sharp does not have the implementations yet. libgit2 supports pluggable backends all already. My branch adds support for the missing refs backend to libgit2sharp. https://github.com/libgit2/libgit2sharp/compare/master...Zoxive:zoxive/refdb I'll be making a...

@solvingj I have PR #1482 that needs to be approved before I can make the PR for https://github.com/libgit2/libgit2sharp/compare/master...Zoxive:zoxive/refdb

I removed all filters, only put in a `videoAspectRatio` and nothing changes, also tried combinations of just `photoAspectRatio` and flipping their order. It just feels like `resizeMode='contain'` is hard coded...