bearsh

Results 17 comments of bearsh

I also faced the same problem but found a solution. While _create react application_ supports reloading, it does not support writing the generated files to a directory. Fortunately the underlying...

same problem here: ``` Distributor ID: Neon Description: KDE neon User - 5.24 Release: 20.04 Codename: focal ``` ``` XCA - X Certificate and Key management Kennung: io.github.chris2511.xca Ref: app/io.github.chris2511.xca/x86_64/stable...

instead of a name option, maybe a more generic solution regarding .dektop files can used which would also solve #1130

@ron819 sure you can. one easy way is to override max-with in custom css. create a css file with following content: ```css .wy-nav-content { max-width: none; } ``` make sure...

@agjohnson while sharing your opinion on readability in general, every human has different feeling of what is the best way for him (this doesn't mean it really _is_ the best...

I have no strong opinion which backend should be the preferred one as long as both backends are available by the pypi package as one of my applications relies on...

> > one of my applications relies on libusb related feature. > > Can you be more specific? What libusb related feature you need which is not provided by hidraw...

just my 2 cents as a cython-hidapi user: I see no real advantage in doing so. I think wrapping everything just makes it more fragil... > Documentation can be generated...

@Teslafly regarding Docker, you shouldn't need a privileged container or full access to `/dev` to have it working, all you need is something like this: ``` echo 'c 189:* rwm'...

I agree with you. maybe it's worth to collect such api breaking improvements and release them together in major version bump...