Glenn Matthys

Results 15 issues of Glenn Matthys

Hello I'm interested in doing some maintenance work on this repo, @ae3e can we have a chat about this? Thanks

https://jsfiddle.net/miroshnikov/6tfz9p3z/1/ This line (27) doesn't work: `var res = document.getElementById('test_tpl').innerHTML.fetch(data);` In console: ``` VM78:75 Uncaught TypeError: document.getElementById(...).innerHTML.fetch is not a function at window.onload (VM78:75) ``` When commented out, the demo...

## Describe the feature When trying to use a runOnDemand command in combination with `source: udp://0.0.0.0:1234`, like so: ```yaml paths: test: source: udp://0.0.0.0:1234 runOnDemand: some_command_to_start_streaming_to_port_1234 ``` it doesn't work because...

### Summary When an SQL table has a foreign key column with a default value, in the GraphQL schema this turns into a not-null input. ### Steps to reproduce Use...

💅 enhancement

When drawing a scatter plot with `{ mode: 'lines+markers+text', fill: 'tonexty' }` or `{ mode: 'lines+markers+text', fill: 'tozeroy' }` the text of the first point and the last point is...

feature