swills1

Results 15 comments of swills1

I believe I reported this in the wrong place. This can be closed.

Version 1.11 is already in the devel branch. It works with 5.18. https://github.com/displaylink-rpm/displaylink-rpm/releases See here: https://github.com/displaylink-rpm/displaylink-rpm/issues/218

It looks like the code needed was added to the master branch. Glancing at fields.py it uses, ``` if django.VERSION < (4, 0): from django.utils.encoding import force_text as force_str else:...

I had the same problem on Fedora 37 beta. Poetry had been working until I updated to latest. I was trying to do `poetry add`. I was having a problem...

@tnajun, I'm absolutely brand new to this package / app. I am reading through it all to see it it will fit my project. If you search the code, you...

I am not affiliated with Poetry but I use it daily. This doesn't feel like a Poetry issue. I am also a little curious about the order you've ran your...

From what I gather - you want to create a new Poetry environment and install torch. Which should install numpy and set the library path. I don't understand your order...

I am not trying to step on toes, but there hasn't been a response from the person who opened this in three weeks. It's hard to convey tone online. I...

> Have you tried this? > > https://pytest-xdist.readthedocs.io/en/latest/how-to.html#making-session-scoped-fixtures-execute-only-once > > I have it working in a project I maintain -- run an expensive computational job once, runs all tests in...

Can you please explain your overall reasoning? Maybe I am misunderstanding, but couldn't you do this - ```import click @click.command() @click.option('--color', multiple=True, metavar='', help='Specify a color') @click.option('--size', multiple=True, metavar='', help='Specify...