carcinocron

Results 62 issues of carcinocron

It would be nice if this worked as expected ``` }, { "version": ["3.3.7", "3.3.1"], "component": "bootstrap", "justification" : "We use version 4+" }, { ``` or: ``` "version": "3.3.7|3.3.1",...

http://stackoverflow.com/questions/1759956/curl-error-18-transfer-closed-with-outstanding-read-data-remaining The stackoverflow says that I might be able to work around this by forcing HTTP1.0 Assuming this error is the server's fault, I'm not sure how to do this...

Can the README file be updated to clarify whether the pug -> html translation occurs at which of the following: - compile time - application initiation - first render -...

It looks like they're removed all ways to install tensorflow v1 (unless you just happen to already be a seasoned python archaeologist). ``` pip3 install tensorflow==1.4.0 ERROR: Could not find...

``` ✗ python3 download.py --download_dir ./download2 --data_dir ./download_data2 --datasets vcc2016 Attempting to download: vcc2016_training.zip Traceback (most recent call last): File "/Users/iomcr/code/gan/download.py", line 93, in download_vcc2016(download_dir = download_dir, data_dir = data_dir)...

According to https://github.com/mewebstudio/Purifier/blob/master/src/Mews/Purifier/Purifier.php#L126 it looks like if you wanted to pass an array and to use a custom option, the custom option would be ignored in that specific circumstance.

enhancement

How would you verify and read a JWT signed by a JWKS? Here are some reference libs from other languages: https://github.com/auth0/node-jwks-rsa https://github.com/nov/json-jwt/wiki#decode--verify

Does this library support reading the YAML as a stream? I think that was one of the hypothetical advantages of YAML's design.

I installed via the docker method: https://hub.docker.com/_/nextcloud based on the apache docker-compose.yaml ``` version: '2' volumes: nextcloud: db: services: db: image: mariadb:10.5.11 restart: always command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW volumes: - db:/var/lib/mysql...