Thomas Romera
Thomas Romera
Fresh install, `docker pull paintedfox/postgresql` and ``` docker run -d --name="postgresql" \ -p 127.0.0.1:5432:5432 \ -v /tmp/postgresql:/data \ -e USER="super" \ -e DB="database_name" \ -e PASS="$(pwgen -s -1 16)" \...
There is a problem when I try to translate my missing keys. Please find below my command line :). ``` ✗ i18n-tasks translate-missing --from base fr warning: parser/current is loading...
We have a Chrome extension that adds an IFrame on some specific pages to enhance the webpage functionnalities. To notify the Extension that something new happened, the redirect URL HAS...
Hello, I followed the examples in https://github.com/l3mpire/lemverse/tree/master/example/docker-compose-prod to install lemverse on Docker. However, when accessing app.mydomain.com, I always get a 502. Caddy logs: ``` caddy | {"level":"error","ts":1674756848.5171318,"logger":"http.log.error","msg":"dial tcp 172.18.0.6:80: connect:...
 Chrome Version 66.0.3359.117 (Official Build) (64-bit) I specifically authorised the camera on Github (IDK if it changes something). 😭
Privacy/Security concern: make it clear that a report file is uploaded to https://semaphoreci.com/
I was exploring the codebase of this gem, and I noticed the module `InsightsUploader`, which uploads a report file to https://semaphoreci.com. (https://github.com/renderedtext/test-boosters/blob/master/lib/test_boosters/insights_uploader.rb#L20 ) If we focus only on the RSpec...
Postgresql is a really common setup choice for Database, it would be cool to have it in the builder :)
Clarifications for the first example in the readme: - remove unneeded complex hash in comments - update the return value of the `puts` to match what actually would be displayed.
### Enhancement Summary Control many climate entities from the climate page ### Detailed Description In the climate entities page (the one you access when clicking on the home temperature on...