Jean-Marc Le Roux

Results 75 issues of Jean-Marc Le Roux

Hello, I'm trying to use this module to proxy and cache some images coming from external services. It works when I don't set the `cache` option. ``` javascript exports.proxy =...

Hi, to solve the problems in #11 I had to fork your lib and fix it for web3.js 0.15. Here it is: https://github.com/promethe42/ethereumjs-accounts Will you merge a PR? Regards,

Hello, I'm trying to interact with an ethereum node on a private chain/network through RPC. I do not understand the purpose of this library: I can create accounts, but AFAIK...

Hello, First of all this is the first time that I write this kind of issue/proposal. So please excuse my bluntness or anything that might be missing/lacking. I'll gladly complete...

Hi, On Ubuntu 20.04 (and Debian ?), the `wg-quick` requires `resolvconf` to run. But for some reason, `apt` does not install it as a dependency. We're using the following workaround:...

Hello, As of today, the `community.general` collection is required whether `allow_build_from_source` is `true` or `false`. In order to avoid broken dependencies, we download and store the roles/collections in our git...

## How to reproduce ``` keystone build keystone start ``` ## Expected behavior The app is built into a production-ready output dir (ex : `dist`) and `keystone start` runs that...

🐛 bug

### Steps to reproduce 1. Use `/cron.sh` as documented [here](https://github.com/nextcloud/docker/blob/c046638a989032c3fbea02b40b5af8fc1eb3c9d7/.examples/docker-compose/with-nginx-proxy/mariadb/apache/docker-compose.yml#L39) ### Expected behaviour Cron jobs are expected to be executed. ### Actual behaviour 0 cron jobs are ran: `select count(*)...

question

Hello, there is an inconsistency on the default value of the `gitlab_runner.virtualbox_base_snapshot` runner prop. https://github.com/riemers/ansible-gitlab-runner/blob/94083260222b7f0880ccc21d716bc0abf947d866/tasks/update-config-runner.yml#L727 ```yml - name: "{{ runn_name_prefix }} Set virtualbox base snapshot option" lineinfile: dest: "{{ temp_runner_config.path...

Hi, I'm working on Minko (https://github.com/aerys/minko). We're building a cross-platform 3D/VR engine. We're targeting Windows, OSX, Linux, iOS, Android and HTML5 with a single C++11 code base. And we want...