Nejc Habjan

Results 181 comments of Nejc Habjan

Hey @nikolaik, you might see a bit more activity from me in the near future to tackle some of the issues above. It might help our organization avoid maintaining some...

I've just created https://github.com/python-gitlab/python-gitlab/pull/2379 on the python-gitlab side. This will need to wait for that to be released in order to list existing LDAP group links, so will require python-gitlab...

Just chiming in to add one of my colleagues had this issue (Windows host to Linux remote), after switching to the latest prerelease and configurig https://github.com/continuedev/continue/issues/1107#issuecomment-2058037393, this solved the issue...

Hmm my comment in https://github.com/enpaul/tox-poetry-installer/issues/78#issuecomment-1448155756 was incorrect, seems like poetry 1.4 is out with more reasonable constraints on importlib-metadata. Maybe this is unblocked now? /cc @oshmoun from the PR working...

Ahh wow I see @oshmoun. It looks like poetry won't be bumping virtualenv entirely any time soon, `20.16.5` might be the only compatible version if tox was ready to downgrade...

Ah, right @oshmoun I didn't look into the PR history. I guess waiting for 1.5 is the easiest, although that will take a few months judging from the poetry release...

Thanks a lot @enpaul! Works flawlessly for me even with the new poetry 1.4 + tox 3 just FYI ;) sorry for the pings here, appreciate the plugin.

@deser could you elaborate on how you got that to work with `--plaftorm linux/amd64`? Do you mean you were able to run `cypress/included` x64 containers on an ARM host/workstation? I...

I've implemented something like this, although I store the license texts in `ComponentEvidence` since it's more a result of analysis rather than a guaranteed license. Some packages contain multiple license...

Thanks a lot, that's almost exactly what I have now although so far I didn't encode it: ```json "evidence": { "licenses": [ { "license": { "name": "mkdocs-1.5.3.dist-info/licenses/LICENSE", "text": { "contentType":...