-
Hi,
I'm using a DHT22 sensor with an ESP8266-201.
The ESP is a remote sensor, battery supplied and it goes deepsleep every 10 mins.
Sometimes the published data become nan until I reset the esp or th…
-
Hi,
I've implemented a ringless millisecond async sleep using sorted linked list and 1 millisecond timer. Timer queues tasks that are due for execution with async_task_push.
https://github.com/…
urtho updated
5 years ago
-
I would like to detect the amplitudes of the spikes that have been sorted with Klusta. Is there a patch for getting Amplitude View to work in Phy-Contrib with a .kwik file? If not, is that option comi…
-
This will be a quite long one but if you like to solve problems and you want to help me improving LIN_ADVANCE I would be very pleased if you continue reading and dive with me into the details of plann…
-
I'm seeing a crash while running the unit tests:
```
+ LD_LIBRARY_PATH=:./lib/
+ ./bin/unit
[==========] Running 697 tests from 116 test cases.
[----------] Global test environment set-up.
[--…
-
**Phase One: Initial Release**
Given a list of GitHub repositories and corresponding tagged versions (you can use the list from [here](https://github.com/cyberark/conjur/blob/c8a037a77e9baa8ebdd1252a…
-
Sometimes I get clusters which have a high similarity score (eg. 0.9) but the waveforms seem shifted in time in the waveform view as the waveforms are not peak aligned in the display in phy. Now I am …
-
### Expected behavior
Sorting column of large datatable should be quick.
### Actual behavior
On a cohort definition list with ~7000 entries, takes about 2 seconds to sort by 'last updated date'.
…
-
Netty version:4.0.17.Final
``` lang=java
nettyGroup = new NioEventLoopGroup(Runtime.getRuntime().availableProcessors(), serverBossTF);
workerGroup = new NioEventLoopGroup(Runtime.getRuntime…
-
Hi Frido and Bruce,
I am using your great package for some discrete data. Thanks for providing it. I have found a small problem when I use it in my analysis, and I am hoping you may be able to fix …