duckboy81

Results 23 comments of duckboy81

Perfect timing -- You can fix this **without** disabling SELINUX. We just need to update the context of the directory from `var_t` to `httpd_sys_content_t`: `# Add our pattern to the...

After setting everything up, my recommendation for a few extra commands/configurations on a CentOS install: ### Allow dovecot, dkim, and antivirus through Selinux ##### modoboa.te ```bash module modoboa 1.0; require...

@buzzra awesome! I will say I don't know much about the modoboa-installer process and, more specifically, at which point the OpenDKIM setup is initiated. I would guess you could run...

**Workaround** May have to install direct from git until the next release, see https://github.com/TypeStrong/ts-node/pull/1958 From https://github.com/TypeStrong/ts-node/discussions/1977#discussion-5014427 > ``` > npm install -D TypeStrong/ts-node#main > ```

For future readers, you may consider registering your transformers on the `evalsha` command. It will still be a pretty hacky setup though.

> I am willing to share that code with you by creating a pull request for it. Without a unit or integration test unfortunately. I find the testsuites in keycloak...

@krrishdholakia I could probably do that. Is there a doc on setting up the test environment for this repo? (I'll admit, I don't typically dev in python.)

Sorry, tried your instructions in a codespaces VM and it didn't like. Haven't had the time at home, maybe tomorrow 🤞🏼

@krrishdholakia Curious, does the test pass for you in the repo's current state? I cloned and I'm getting a couple of errors: ```py ====================================== test session starts ======================================= platform linux...

@krrishdholakia Alright, getting that all setup was a doozy. Turns out I was wrong, so I've instead expanded the existing array of options to include the other supported RS and...