-
`ANSIBLE_PYTHON_INTERPRETER="/usr/bin/python"`
* Botha docker & vagrant
* Avoid related warnings in vagrant
* Understand why no warnings are thrown in docker...
nervo updated
2 years ago
-
What about a jenkins parameter to manually trigger a build AND don't kill the container ?
We could find a way to easily log into this container for debug purposes.
A ttl (2 hours ?) should also be s…
nervo updated
2 years ago
-
When performing a `make release@staging` for instance, if it's the first time since a while, the docker container will be entirely built, which can take some times.
Improving this time is another iss…
-
My wiki text contains something like `__TOC__`. And When I call `.text()`, I got HTML tag like `...`.
Here's my `index.mjs`
```javascript
import parser from 'wtf_wikipedia';
// wiki text from …
-
In osx, no file permissions issues, but what about on linux when both `root` & `docker` user will access to the same file ?
nervo updated
2 years ago
-
Hello everyone,
is there any need for the support of ``Symfony\Component\Serializer\Annotation\Groups`` for an enum ?
With this it is possible to reduce or expand the enum based on the (de)serializa…
-
Similar to `FlagBag::NONE = 0` wouldn't it be good to have `FlagBag::ALL = -1` ?
I would actually make a new enum:
```php
enum FlagBagValue: int
{
case None = 0;
case All = -1;…
-
Hi,
I use Elao\Enum\Bridge\Doctrine\DBAL\Types\AbstractIntegerEnumType like this:
```
use Elao\Enum\Bridge\Doctrine\DBAL\Types\AbstractIntegerEnumType;
/**
* @extends AbstractIntegerEnumTyp…
-
`ANSIBLE_STDOUT_CALLBACK="skippy"` -> `ANSIBLE_DISPLAY_SKIPPED_HOSTS="0"`
* Both docker & vagrant part
* Skippy stdout callback is deprecated (see: https://docs.ansible.com/ansible/latest/plugins/…
nervo updated
2 years ago
-
Quelle est la licence du projet ? MIT ?