Tom Wimmenhove
Tom Wimmenhove
The OSFXSR was corrected from bit 8 to 9.
Whenever a packet is 'retried', it seems to fail too often. This might be a timing problem (Maybe the phase is different the second transmission?)
__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. 1. Send a fairly simple Influx query to "http://XXXXXXXX/api/v2/write?org=XXXXXXXX&bucket=XXXXXXXX&precision=ms": @"from(bucket: ""logger"")|> range(start: 2022-02-03T00:18:50.9290000Z, stop: 2022-02-03T00:21:26.7130000Z)|> filter(fn: (r) =>...
Instructions: replace text surrounded by '*' with your case, please delete this line. #### How to reproduce? Use example at https://lvcharts.net/App/examples/v1/wf/Zooming%20and%20panning and use to scroll wheel to zoom. #### Extra...
Fixes issue #285 where external triggering DSO2090 does not work. The hardware ID of the trigger channel was set incorrectly. This pull request seems to do the trick.
This is a combination of 2 issues. I can't check if this only relates to the DSO2090. Neither EXT or EXT/10 is triggering seems to work at all on the...
__Steps to reproduce:__ 1. Create a WriteApi instance with either a FlushInterval, or occasionally flush manually 2. Write a few hundred thousand/million records using WriteApi.WriteRecord() __Expected behavior:__ Occasional flushing, especially...
It would be nice to be able to get the timestamp of a row in the nanosecond format, so that we can use it in subsequent queries.
The Zillow API returns extended data with a GetDeepComps call, python-zillow does not.
**Describe the bug** Unable to compile the project due to missing header files. Googling these header files turns up with zero results, as if they never existed. **To Reproduce** Try...