bilogic
bilogic
Any roadmap to a fix?
@danharrin if you know, mind sharing what that bug was in alpine mousetrap? that will save us from investigating and get a headstart in solving the problem.
Alright thanks, let me find some bandwidth to deal with it.
@dmitry-udod My form has a filament markdown editor 1. If I click the form submit button using mouse, it correctly clears its own content 2. But if I press ctrl+enter,...
I filed https://github.com/filamentphp/filament/issues/12858 for MDE not clearing it's contents when submitting via keyboard
closing since it is being worked on in #2187
I was able to do this now in L10 ```PHP $table->json('settings') ->default(new Expression('(JSON_ARRAY())')); ``` Did someone fix this?
I had a quick look over the source code, seems easy. However, some questions as I'm not familiar with python 1. ~Can the python code already read values from `etc/mailinabox.conf`?~...
I have some commits here https://github.com/mail-in-a-box/mailinabox/compare/main...bilogic:mailinabox:custom-dkim-selector, apologies that it is mixed in with a configurable TTL feature. The main change is on line 792 of `dns_update.py` where I replaced `mail`...