Nelson
Nelson
@amacfie a use case (for me) is as follows, say I want bandit to ignore use of asserts in the tests folder. I configured `.bandit` to ignore that folder but...
I was looking for an answer too. While we lack better answers, you can use [inotifywait](https://askubuntu.com/questions/819265/bash-script-to-monitor-file-change-and-execute-command). [Here is a wrapper script](https://exyr.org/2011/inotify-run/), place this in say `monitor.sh`: ```bash #!/bin/sh FORMAT=$(echo -e...
Thank you. I see it interprets the string, allow me to extend your example for those wanting to point to a relative dir. E.g. in the current dir we have...
This kind of feature would help with https://github.com/oleeskild/obsidian-digital-garden/issues/563
Seems like this is possible on the hosting side? E.g. on Vercel https://vercel.com/docs/security/deployment-protection/methods-to-protect-deployments/password-protection
> Seems like this is possible on the hosting side? E.g. on Vercel https://vercel.com/docs/security/deployment-protection/methods-to-protect-deployments/password-protection In case it's handy to anyone, I've tested this in Netlify and it works well, no...
Another use case is a render side by side of different themes in storybook.  https://storybook.js.org/blog/how-to-add-a-theme-switcher-to-storybook/ I suspected the shared theme setting might be due to the use of localstorage...
> Please try #14999 and post the log here after the crash you can see mine in https://github.com/RPCS3/rpcs3/issues/15254 @AniLeo thanks for finding dupe, I missed it
> Please try again I tested in the latest release (v0.0.31-16170-d3936170 Alpha) and the issue is gone, thank you!
> Sorry for long answer. Just tested v0.0.31-16172-8e15de5c Alpha, same issue. Games crashes again. I see there was an update today, so I retested with that same version too. Still...