David Braun
David Braun
Blanket currently fails with Jasmine 2.0. For example, it expects `getEnv().currentRunner` [which has been removed](https://github.com/pivotal/jasmine/blob/a2a8b5dde234b48f156296b95e9b8c1ba45d1c0c/release_notes/20.md#bug-fixes).
If you add `undefined` to the list of primitives, the ["should serialize primitives" test](https://github.com/nanodeath/HydrateJS/blob/master/spec/HydrateSpec.js#L25-26) fails: ``` Javascript it("should serialize primitives", function() { var inputs = [undefined, 3, "foo", ["a", 3,...
Is there a way to programmatically test types for compliance with the various laws, similar to using [fantasy-laws](https://github.com/fantasyland/fantasy-laws) for Fantasy Land?
## Have you read through available documentation, open Github issues and Github Q&A Discussions? Yes ## System information #### Your moosefs version and its origin (moosefs.com, packaged by distro, built...
### Issue description or question When I try to run my Jest tests in Electron I see the following error message: ``` [Error] Failed to load configuration file: Test framework...
CHAMP (Compressed Hash-Array Mapped Prefix-tree) is an incremental improvement over HAMT that simplifies the code, decreases the memory footprint, and increases performance. [Leveling up Clojure’s Hash Maps](https://bendyworks.com/blog/leveling-clojures-hash-maps) is an easily...
This is an incomplete PR as a basis of discussion. I wanted to be able to query a single camera for its latest thumbnail so I added a `getStatus` request...
Nice library but there's no guarantee it will work properly on all JavaScript implementations. > The mechanics and order of enumerating the properties is not specified ... https://www.ecma-international.org/ecma-262/9.0/index.html#sec-enumerate-object-properties
Load `test/index.js` into Brave and do nothing. Watch memory consumption go up by ~30 MB/s.
TAGG: 0.1.13 Node.js: v6.9.5 Check out this strange code: ```JavaScript 'use strict' const tagg = require('threads_a_gogo') const thread = tagg.create() const promise = new Promise((resolve) => { thread.on('event', resolve) thread.eval(`thread.emit('event',...