FilBot3

Results 52 comments of FilBot3

I had the same problem on Fedora 36 Silverblue. However, installing `sudo rpm-ostree install openssl-devel` did not solve the issue. On Ubuntu, you'd have to find the libraries that provide...

Should be solved here: Issue https://github.com/AppFlowy-IO/AppFlowy/issues/112 but the version of OpenSSL I have installed is supposedly much newer? ```bash ➜ AppFlowy > openssl version OpenSSL 3.0.5 5 Jul 2022 (Library:...

Could this also be possibly transitioned into a GitBook? I think it would do really well at that.

I also had the same problem, but I am wondering where should I put the atom-shell-command lines. Here's what my config.cson looks like. ``` cson "*": "*": "atom-terminal": app: "C:\\Program...

For some reason, my cson has two `"*"`'s, and when I put it under the first one and save the file, the `atom-shell-commands` section gets removed and placed under the...

Its still removing all the additions I make when I save the file and just showing `"atom-shell-commands": {}`

For some reason, now its sticking. I restarted Atom before, and the changes never saved properly. Then I had to restart my OS, and now the config file edits are...

Here is a link to generate the reference. * PR: https://github.com/charmbracelet/glow/pull/271

I also experienced this issue when installing `go-server` via Vagrant. I had to `sudo setenforce 0` to set SELinux to PERMISSIVE, then reinstall the program. Once installed, `sudo setenforce 1`...

Other RPM's I've used such as Jenkins, or RunDeck also created users without me having to set permissive mode, then re-enable enforcing.