Fra R

Results 14 issues of Fra R

just a typo: I see several times a missing opening (or useless closing) quote errata `createuser -h "$POSTGRES_PORT_5432_TCP_ADDR" -p "$POSTGRES_PORT_5432_TCP_PORT" -U postgres" -W -P ` corrige `createuser -h "$POSTGRES_PORT_5432_TCP_ADDR" -p...

I've just tried to subscribe for "Announcements, new features, security advisories" in http://websocketd.com/ but I get a "404: Page not Found" from mailchimp

I've defined this to get untagged entries ``` class TimeEntry < ApplicationRecord ... def self.untagged tagged_with(self.all_tag_names, exclude: true) end ``` which works fine if I want all untagged items: `TimeEntry.untagged`...

my settings for a local rpm file in `files/jdk-8u181-linux-x64.rpm` was not working (Centos 7) ``` # which version? java_version: 8 # which subversion? java_subversion: 181 jdk_tarball_file: jdk-8u181-linux-x64 java_download_path: /tmp java_download_from_oracle:...

interesting and it works can you state what is the relation with Sherlock ? are you using that code?

``` ~/telegram-chatgpt-concierge-bot$ npm start > [email protected] start /home/dante/telegram-chatgpt-concierge-bot > ts-node src/index.ts telegram-chatgpt-concierge-bot/node_modules/axios/index.js:1 import axios from './lib/axios.js'; ^^^^^ SyntaxError: Unexpected identifier at Module._compile (internal/modules/cjs/loader.js:723:23) at Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Object.require.extensions.(anonymous function) [as...

I've just executed ``` docker run -v $(pwd):/data ldez/traefik-certs-dumper:latest file --version v2 --source /data/acme-http.json --dest /data/dump/acme-http ``` (traefik 2.10.7) then if I inspect one of the dumped cert ``` openssl...

question

we use it in docker swarm (6 replicas), and see containers start with 38M RAM, ...while after some time RAM easily reach the limit we set to 3G. We have...

question

**Is your feature request related to a problem? Please describe.** When, with debug enabled I have an error, like ``` The last line of output: /usr/local/bin/magick /var/www/html/var/tmp/original-6389adcca4323fcff74797f28cc46b45 -thumbnail '400'x'400''>' -colorspace...

enhancement