Michael Bradley

Results 19 issues of Michael Bradley

Avoid a situation where the `--coverage` option is not working (to an extent that `embark test --coverage` can't run successfully) but the problem goes undetected prior to the next stable...

I'm experiencing runtime crashes from unhandled exceptions re: nim-chronos, with [L1436](https://github.com/status-im/nim-chronos/blob/master/chronos/transports/stream.nim#L1436-L1437) in `transports/stream.nim` reported as the culprit: ``` /Users/michael/repos/nim-dagger/experiments/localstore.nim(117) localstore /Users/michael/.nimble/pkgs/chronos-#export-selector-field/chronos/asyncloop.nim(1091) waitFor /Users/michael/.nimble/pkgs/chronos-#export-selector-field/chronos/asyncloop.nim(279) poll /Users/michael/repos/nim-dagger/experiments/localstore.nim(114) main /Users/michael/.nimble/pkgs/chronos-#export-selector-field/chronos/asyncloop.nim(279) poll /Users/michael/.nimble/pkgs/chronos-#export-selector-field/chronos/transports/stream.nim(1436) readStreamLoop...

While working on the `nim-task-runner` repo, which imports `nim-chronos`, it was found that the `selector` and `handles` fields on `PDispatcher` needed to be exported so that objects returned from `getThreadDispatcher()`...

I've seen this in v3.0.5, but earlier versions may have the same problem. Try changing [L20 in src/poc/cjkscroll.c](https://github.com/dankamongmen/notcurses/blob/master/src/poc/cjkscroll.c#L20) like this: ```diff diff --git a/src/poc/cjkscroll.c b/src/poc/cjkscroll.c index cc2fe8bb3..871bb7a8b 100644 --- a/src/poc/cjkscroll.c...

bug

This issue is possibly related to #284, but it seemed to me like a distinct issue and I was still poking at the problem, so I waited to raise it....

Any `customLaunchers:` I specify with a `Chrome` base (or `ChromeCanary` or `Chromium`) results in two instances of that browser running the tests when the tests are being run continuously (autowatch),...

needs: investigation

`nimble build` prior to ad8ef187c69e7a4fb76c5d52839482f0a1b4b47b works correctly with Nim v1.2, but after the changes in #125 were merged the build fails with Nim v1.2 ``` $ nim --version Nim Compiler...

Earlier this year I made a [request for clarification](https://github.com/zloirock/core-js/issues/765) to the [core-js](https://github.com/zloirock/core-js) project re: the behavior of that project's implementation of `AsyncIterator` and the helper APIs. What it boiled down...

**IxJS version:** 2.5.3 *(RxJS version: 6.5.2, Node.js version: 10.16.3)* **Code to reproduce:** [debouncePipe.js](https://gist.github.com/michaelsbradleyjr/5abf097e9c2b99d101003d6c2cafb1ed) **Expected behavior:** When the script is run as-is: ``` $ node debouncePipe.js from: 3 batched: [ 3...

I did an experiment trying to understand the green/red/grey visualization behavior in relation to null events and their guards: https://xstate.js.org/viz/?gist=fbbd5dab67c92587cd726648ad1fa212 I was attempting to use a pure `state.matches(...)` approach but...