Gaspard d'Hautefeuille

Results 76 comments of Gaspard d'Hautefeuille

Since @davidoster the owner of this issue has closed it, @airon90 @ghagerer can you please create a new issue related to this closed issue?

After having this issue and following this workaround, I get the following issue during my upgrade from 2.3.x to 2.4.1: https://github.com/wallabag/wallabag/issues/4979

The workaround with SQL command is the following: > USE wallabag; > ALTER TABLE wallabag_user > DROP COLUMN googleAuthenticatorSecret; I also added twoFactorAuthentication COLUMN with tinyint type and length 1....

Hi. Any milestone assignment?

@aeris You could tag this issue as backlog and feature request until @Angristan or me will do the PR.

@aeris With [execJS](https://github.com/rails/execjs) + Node.js + [OCSP APIs for Node.js](https://github.com/indutny/ocsp), could we do that?

Some Perl code: https://github.com/h2o/h2o/blob/master/share/h2o/fetch-ocsp-response Some Python code: https://github.com/tatsuhiro-t/nghttp2/blob/master/script/fetch-ocsp-response Some other Python code: https://github.com/iSECPartners/sslyze/blob/master/plugins/PluginCertInfo.py Does that help? Or is that off-topic?

@aeris Hello! Are you still working on `cryptcheck-engine`? It does not have usage instructions in the README.

@jfurrow Just a suggestion that works on Transmission for torrent file size limit. With Nginx: ```nginx client_max_body_size 20M; ``` Or with Apache: ```apache LimitRequestBody 20971520 ```

@aeris As stated in the [Docker documentation](https://docs.docker.com/config/daemon/ipv6/): > IPv6 networking is only supported on Docker daemons running on Linux hosts. Docker for Mac [does not support IPv6 networking](https://github.com/docker/for-mac/issues/1432). So I...