Guillaume "Elektordi" Genty

Results 11 issues of Guillaume "Elektordi" Genty

In this page: https://influxdb-python.readthedocs.io/en/latest/api-documentation.html The "timeout" argument of InfluxDBClient are documented as: `number of seconds Requests will wait for your client to establish a connection, defaults to None` But in...

And maybe remove the need to generate classes...

enhancement

Now that the lib have a common codebase for python 2 and 3, I should add unit tests to prevent any break of one python version while working on the...

enhancement
confirmed

Hello, Just tried your script on Lightdm (XFCE on Ubuntu 18.04) but when transparency (also called "compositing" sometimes) is disabled you just get a fullscreen black area and no way...

wontfix

- Updated fields order as on https://developers.google.com/transit/gtfs/reference/ - Added sql import script (Tested with latest French "RATP" dataset)

The keycloak_oidc provider uses the access_token instead of the id_token. ## Description I had 500 errors when using keycloak_oidc provider out of the box, and logs where indicating a problem...

bug
provider

Hello, I'm unable to add a PagerDuty integration to a freshly installed self-hosted Sentry server. After logging on pagerduty, I get this error: `App not found.` The url at this...

Component: Documentation
Component: Integrations
Product Area: Settings - Integrations

### Description Currently, roles can only be targeted by their name (and the name of their client for client roles), but I have a case on one of the Keycloak...

In fastping_test.go the address 127.0.0.100 is used to test non-response, but it is a valid loopback IP, and answer to pings (at least on Linux). I replaced it with 198.51.100.100...