Glenn Matthys

Results 15 issues of Glenn Matthys

When a network error occurs, HTTP failure gets logged but after a while the program stops sending events altogether. Example: ``` 2020-11-01 01:00:39.679 -04:00 [ERR] Failed to handle an event...

The nodes overview doesn't tell you when a device had its configuration updated. You have to click on "versions" of each device to see if it has changed or not....

enhancement

I'm submitting a ... * [X] bug report PostGraphile version: 4.5.5 Minimal SQL file that can be loaded into a clean database: ```sql CREATE TABLE public.users ( user_id integer NOT...

🌿 live-queries

## Feature Request When clients connect via TLS with client side certificate validation, no information about the client is available in the HTTP monitoring endpoints. This is what the data...

🎉 enhancement

When a datasource query returns multiple fields, even though all fields are visible in the table view, you cannot select them from the "Apply to metrics" box. Even if you...

When drawing a cylinder in draw.io, they render as a rectangle: ![flowcharting_cylinder_squares](https://user-images.githubusercontent.com/3098010/108233172-cbbf6e00-7143-11eb-84ce-895b45628c25.png) Flowcharting version: 0.9.0 Grafana version: 7.3.7 Browser: Chrome Version 88.0.4324.182 (Official Build) (64-bit) OS: Windows 10 Version 1909

Some objects in diagrams have properties in their style, like the gauge: ![image](https://user-images.githubusercontent.com/3098010/97673720-855adc00-1a8c-11eb-89e9-c603eaa8236e.png) Right now these properties cannot be manipulated through rules. Perhaps a freeform field with the name of...

enhancement

Right now filtering on primary and foreign keys work with the actual values from the database. This leaks an implementation detail and might be cumbersome to deal with if the...

enhancement

Code here: https://gist.github.com/RedShift1/cb60eb8fc67fbfc7cd823e907dd445d9 Database from https://github.com/acarl005/join-monster-graphql-tools-adapter/tree/master/db The only change I made compared to the example was in the user resolver, wrapping the "return joinMonster" in a Promise.then(), because require('sqlite').open(...) returns...

If a query is configured, you can't send that data to the configured HTTP endpoint. This feature request asks for the possibility to do just that. The endpoint can then,...