ohemelaar

Results 8 comments of ohemelaar

I could work around this issue by running `sudo apt install python3-distutils` before running `./scancode --help` for the first time. So maybe this dependency should be documented in the README?

Sorry for the delay! > What is the default Python version on Ubuntu 21? The python version is 3.9.7. > @ohemelaar based on https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1940705 ... can you try without python3-distutils...

I have this issue too, and I've found a PR that is supposed to allow for multi byte delimiters on the consumer side (https://github.com/edenhill/kafkacat/pull/150). However, it hasn't been merged yet...

I faced the same issue while trying to deploy it locally. The problem was a misconfigured `NEXTAUTH_URL`. I wanted a "real" domain name for snoopForms while testing so I edited...

I should add though that doing so breaks the redirect links during auth if snoopForms is only accessible at `https://snoopforms.local` and not at `http://localhost:3000`

Could there be a way to provide an icon with different shapes (base icon, transparent in square, transparent in circle)? This could allow the user to have a more unified...

I just ran into this issue too. I was passing values with something like this: ```hcl values = [

Hello, I've been lurking at this PR for a while now, I'm quite interested in using this. I see the PR is approved, is there a specific release schedule that's...