Adonis
Adonis
It doesn't possible to do these actions in the view pane. I tried to fix that but I don't know if it's because of an atom issue or a bug...
They should not be modified in the example page. The only operation which should be possible is to copy the code of an example and past it into another buffer.
Hello :wave: I think the name meilisearch_host is a little bit confusing and error prone as it is used for an URL and not a real hostname. I've changed the...
Hello :wave: Firstly, we use this configuration : `MeiliSearch::Rails.configuration = {meilisearch_host: 'http://localhost:7700', meilisearch_api_key: "MasterKeySampl" }` Then, after the first successful connection, we want to simulate a connection lost error. We...
Hey, thanks for this nice project! **What is the issue or idea you have?** I was wondering if we could add audio support by using a private api to forward...
Hello, thanks for this amazing project! I've tried to open vim in some of my sessions. When I want to replay these sessions, it crashes immediatly after the vim command...
Hello, thanks for your very cool project! Would it be possible to add a feature for adding an image into the PDF? Like a signature. I guess it can be...
I can't use docker compose and sops together, I don't know why sops exec-file file.env "docker compose --env-file {} up -d" hangs forever, but this works: sops exec-file file.env "cat...