Raphaël Droz

Results 251 issues of Raphaël Droz

- As a user experiencing varying (but somehow predictable) traffic patterns, - I want to be able to detach my root volume from my instance, - In order to decrease...

functionnal and UX
Compute

Using py3-pinterest==1.2.2 ``` pinterest = Pinterest(cred_root='.session') x = pinterest.load_pin(pin_id='415668240589074484') ``` ``` Traceback (most recent call last): File "./script.py", line 10, in x = pinterest.load_pin(pin_id='415668240589074484') File "/home/xxx/local/lib/python3.8/site-packages/py3pin/Pinterest.py", line 527, in load_pin...

By default, the instanciation of a `Pinterest()` empties any `data/` directory present in the current directory. I happened to actually have a directory named `data/` in the same folder where...

`insert_comment` hooks may come withouut `$_POST` being defined

https://github.com/getgrav/grav-learn/blob/develop/pages/08.advanced/05.multisite-setup/docs.17.md indicates that `user/setup.php` could do something like: ```php return [ 'plugins' => [] ]; ``` I tried: ```php return [ 'plugins' => [ 'problems' => [ 'enabled' => 'false'...

This could be seen as a documentation issue : when using (php-show-arglist) on a PHP core function I'd expect to see it's prototype (what could be quicker than C-C C-F...

##### SUMMARY Once a SNS topic is set for a domain's notification, there no known way to remove it. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME aws_ses_identity #####...

bug
module
affects_2.10

##### ISSUE TYPE - Bug Report ##### container.yml ``` version: "2" settings: conductor: base: alpine:latest wpdb: from: mariadb:latest roles: - { role: mysql, mysql: "{% raw %} {{ site.mysql }}...

question
stale-communication

##### ISSUE TYPE - Documentation Report ##### container.yml ``` { role: mysql, db: "{% raw %} {{ site.mysql }} {% endraw %}" } ``` ##### OS / ENVIRONMENT ``` Ansible...

help wanted
documentation