Stanislav Prokopov
Stanislav Prokopov
Is it possible to embed SpiceDB as a library inside a service written in Go to handle permissions? If not then would you consider refactoring the code so that this...
# Describe the bug Cannot run maddy with tls.loader.acme in config, getting "unknown config block: local_tls" error on start. # Steps to reproduce - get latest code from git. -...
Craft 5
Any plans for an update to support Craft 5?
CodeMirror JavaScript mode supports additional configuration options, allowing to display json, json-ld and typescript ([doc](https://codemirror.net/5/mode/javascript/)) I need the JSON mode, not sure how this could be configured right now. CodeMirror...
I need to add some custom validation rules for the phone number field, was trying to do it using `EVENT_DEFINE_RULES` model event, but it does not work, because the `PhoneNumberModel`...