Florian Hülsmann
Florian Hülsmann
My workaround is to issue the `certonly` command in cron instead of `renew`. I think certbot should differ between _manual_ and _scripted_ certificate issuing, the latter using a handler script...
This _is_ a security issue. Not having any authentication in place, users will need to configure a local firewall or someone can control their nsmd from outside. (Also a friendly...
Well, it is triggered by FL's `TMutex::Lock()` (see `#8` of the backtrace) so my assumption was there might be something wrong with how that is initializing the pthread mutex, but...
On a second system, I'm getting this assertion failure from the same code: ``` FaustLive: pthread_mutex_lock.c:94: ___pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed. Aborted (core dumped) ``` This can mean for...
The issue only seems to happen on Wayland, but with both `wayland` and `xcb` (XWayland) Qt platforms (`QT_QPA_PLATFORM=xcb` environment variable).
No, I was just providing hints to reproduce it. Obviously this may be a big issue for Wayland users. Please reopen 🙏
Didn't work. When I add an Office 365 account with my university email address, I get forwarded to https://wavebox.io/account/register/failure?error=user_denied which says "Page not found". Same if I try it with...
"Any Weblink" is what I'm currently using for the OWA webmail but yea, it's not as convenient as the integrated services, i.e. no background notifications when the tab is sleeping,...
We'd like to use some CJS dependencies (e.g. lodash) and some ESM-only ones (like d3). Now my issue is that neither of the `importType` options work for us. When using...