Daniel Erenrich

Results 12 comments of Daniel Erenrich

It seems like implementing this here would entail: 1. support conda packages in pivy importer 2. support conda envs in addition to pip envs (configure which you want) 3. support...

Should be easy to add this. No idea if the maintainers would accept the PR though.

Also, the manifest spec mentions a key called `batchSize` but this is not included in the json schema at the bottom of the spec

Also the definition of `type` in section 2.2 refers to a field of it called `broader` but that appears to never be referenced in the jsonschema? The json schema looks...

I'm getting a similar issue with this https://raw.githubusercontent.com/wikimedia/mediawiki-extensions-Wikibase/e45d4f725e25a95ec2b034238fd3736f19053a16/repo/rest-api/specs/openapi.json (moving this comment from #924). In this case it cries about: ``` Union[Unset, List[str]] is not allowed in header ``` where I'm...

+1 to this. I think it should just parse all the relevant fields in my opinion. I'm willing to dev it but I'm wondering if this project isn't dead/dormant

So for simple feature expansion I agree that's best. Maybe I'll try and code that up (I haven't written a reduction before). However, I can imagine feature expansion rules that...

if you do start on a major refactor I would be interested in trying to share some code (e.g. a js library). we likely have much overlap and i'm also...

I already maintain a different extension that lets you import data from them but this extension is superior (minus chrome support). I'd be willing to support this functionality though you...

I got it to work by downloading a local copy and then running a bundler to condense it into a single file (unsure if support for that is intended). It...