Anthony O.

Results 18 comments of Anthony O.

According to https://stackoverflow.com/a/63599370/535203 , one should now use [`yarn npm audit`](https://yarnpkg.com/cli/npm/audit) command but I didn't check if the output of `yarn npm audit --all --environment production --recursive --json` is the...

Here it is, with unit tests, what do you think about this PR? (I added a TODO inside in order to later on think of a way to boost key...

I don't understand, I think, given the following code: ```js var SO = new SchemaObject({ schema: String }, { keysAutoNormalized: true }); var o = new SO(); o.schéma = 'a...

Thanks to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199 you just have to execute `mkdir -p /usr/share/man/man1` before `apt install -y openjdk-8-jdk` command in order to install Open JDK 8 on Debian Stretch.

We have the same problem here: > Invalid controller specified (index.php) > Trace: > /usr/local/lib/usvn/library/Zend/Controller/Front.php:954 > Zend_Controller_Dispatcher_Standard::dispatch > /usr/local/lib/usvn/public/index.php:5 > Zend_Controller_Front::dispatch with in the logs: > [:error] [pid 5069] [client...

As I said [here](https://stackoverflow.com/a/64338070/535203), the simpliest command I found to `docker exec` into a swarm node (with a swarm manager at `$SWARM_MANAGER_HOST`) running the service `$SERVICE_NAME` (for example `mystack_myservice`) is...

I don't understand this CORS limitation on codeload.github.com: I'm not able to develop a website that should download (AJAX request) a zipball from my GitHub project for its data...

For information, the base documentation for this is [here: "Step 2.3: Configure Your Website Redirect"](https://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html#root-domain-walkthrough-configure-redirect).

If I understand correctly this TODO, it's talking about handling "`FROM`" directives from `Dockerfile`s when building images? In that case, I :+1: ! :)

> See also: [Sylius/Sylius-Standard#242 (comment)](https://github.com/Sylius/Sylius-Standard/pull/242#issuecomment-407333686) I agree with this comment and this is why I want to patch the entrypoint to take into account a given env variable containing the...