Adrian Imfeld

Results 9 comments of Adrian Imfeld

I have a similar problem: PHP Warning: require(Mutagenesis/FUTException.php): failed to open stream: No such file or directory in /usr/local/lib/php/Mutagenesis/Loader.php on line 135 PHP Fatal error: require(): Failed opening required 'Mutagenesis/FUTException.php'...

@dveleztx I had the same problem, and in my case the different cache keys where caused by enum parameters and a DB session parameter. I wrote a custom key builder...

The [setup for ASGI](https://docs.sentry.io/platforms/python/guides/asgi/) in the documentation didn't work for me, but this worked: https://issueexplorer.com/issue/getsentry/sentry-python/1215

I set up a jsFiddle to test this: http://jsfiddle.net/aZLSA/2/ If you put the cursor on the input field and then tab through the elements, you'll see that the tab sequence...

We have experienced a variety of problems with pretty checkable. We needed to introduce quite a few javascript and css special cases for pretty checkable in our codebase. We are...

@DanielRuf Thanks for your quick response 👍 . From looking at your linked code, I'm not sure how to configure the date picker to prevent these styles from being applied....

@DanielRuf I realized it's a little tricky, since the `padding-right` property is calculated dynamically. I'm not really a frontend expert, so I'm not sure what the best option here..

Same problem, restarting with `sudo systemctl restart logid` and turning off/on mouse fixes it. I have to do this after every reboot which is annoying. I have this in my...

@oker1 Great plugin! +1 for using the IDE's color scheme, I have a hard time reading the text with the dark theme enabled (Darcula)