Jean Baptiste Favre

Results 11 issues of Jean Baptiste Favre

Hello, Today, I tried the new `pagerduty_slack_connection` resource. Thanks for implementing it, it looks very promising. Here are however few points I noted: * **PAGERDUTY_USER_TOKEN**: while I understand you need...

Hello, I experienced a provider crasah while trying to import a `pagerduty_service_dependency` resource. What I declared in Terraform: ``` resource "pagerduty_service_dependency" "grafana_uses_uberproxy" { dependency { dependent_service { id = "PHSCZD5"...

- Check and fix Zabbix 4.0 compatibility - Implement compression

hacktoberfest

" If sending many values from an input file, Zabbix sender will batch them at 250 values in one go (all values will be processed)" https://www.zabbix.com/documentation/2.4/manual/concepts/sender

Hello, In order to simplify development & separate scripts from module itself, I'll move module code to another, already active, repository: https://github.com/jbfavre/python-protobix Thanks to report future issues against python-protobix repo...

Hello, Just figure out that Selfoss-Android has an encoding issue with UTF-8. `app/src/main/java/fr/ydelouis/selfoss/util/ArticleContentParser.java` assume that article encoding is ISO-8859-1. If you want to display UTF-8 encoded article, UTF-8 specific characters...

bug

Hello, Selfoss-android displays articles with wrong hour. I guess it's somewhat related to timezones. You'll find 2 screenshots, first from selfoss-web interface, second from android. Web interface displays coherents hours...

bug

Currently, same variable `$REPOS` is used in `/usr/bin/generate-reprepro-codename` for both repo name and distribution codename in `conf/distribution`. We should use `$distribution` if provided or the one used to generate package....

wishlist

Hello, Got this error with lastest version of Dashkiosk. I'm running it on Debian Wheezy and nodejs 0.10.33 from Joyent. That does not prevent Dashkiosk to run, but maybe it...

Hello, I'm working on cm_api python client package for Debian. I already have good results, but I would like to use git tags to ease packaging operations. Could you please...