Miguel Aranha Baldi Horlle

Results 9 comments of Miguel Aranha Baldi Horlle

Same thing for me, on Fedora 32. I've tested the AppImage version, and seems to work fine: https://updates.insomnia.rest/downloads/linux/latest Problem only occurs on Snap version.

Log runnig with AppImage (works fine): ``` [fix] Running database repairs [db] Initialized DB at /home/miguel/.config/Insomnia/insomnia.$TYPE.db Init responses DB [localstorage] Initialized at /home/miguel/.config/Insomnia/localStorage [main] Loading file:///tmp/.mount_Insomn1GpvxB/resources/app.asar/renderer.html [ga] Non-interactive General, First...

@laughedelic excellent idea! Config that would be good to globalize: sublimeExternalSourceDirectoryParent sublimeFolderExcludePatterns

Same issue in Fedora 35. Doing @zakame workaround, solved for me: `sudo ln -sf /etc/ssl/certs/ca-{bundle,certificates}.crt`

1.5.0 RPM package is still broken, as pointed by @LeoniePhiline . ``` sudo rpm -vvvvU ./expresslrs-configurator-1.5.0.x86_64.rpm 09/30/22 12:35 AM D: ============== ./expresslrs-configurator-1.5.0.x86_64.rpm D: loading keyring from rpmdb D: PRAGMA secure_delete...

Works for me pretty well. Example configuration: ```yaml kouncil: clusters: - name: localhost kafka: properties: security: protocol: SASL_PLAINTEXT sasl: mechanism: SCRAM-SHA-256 jaas: config: org.apache.kafka.common.security.scram.ScramLoginModule required username="username" password="password"; brokers: - host:...

Works for me pretty well. Example configuration: ```yaml kouncil: clusters: - name: localhost kafka: properties: security: protocol: SASL_PLAINTEXT sasl: mechanism: SCRAM-SHA-256 jaas: config: org.apache.kafka.common.security.scram.ScramLoginModule required username="username" password="password"; brokers: - host:...

@almothafar Did you sent a pull request?

> You unfortunately have to serialize them yourself. For example: https://github.com/kivutar/lutro-bobble/blob/master/main.lua#L200-L344 Thanks, @RobLoach ! I've already implemented serialization hooks, but when I trigger a save state within RetroArch, I'm receiving...