Results 23 issues of Mark Nadal

Needs tests. I don't know how to write tests, would love some help.

bug

An entirely cache loaded app will fail to validate the socket because no REQ refreshed the session (tryst). Temporary fixes: 1) Force a non-cachable load. 2) Use incognito mode if...

bug

Right now, the flow property for mapping routes allows apps to declare their sorting dynamically. However, this is less useful as of now, because Coalesce will cascade to the lowest...

enhancement

For messages of sensitive pertinence, there should be the option to queue them in case the process it was handed off to crashes. This is important redundancy, fail over, and...

enhancement

onmessage events automagically work with coalesce. however there is nothing that allows a module to be notified when a socket gets disconnected. please add a module API config property that...

bug
enhancement

You should be able to dynamically configure things after the fact. Like explicitly inserting in new maps for routing. Like explicitly list new files to be watched / tracked for...

enhancement

A module gets added to the watch list when it is requested by the browser and if it is a correctly configured module. This means files which are required internally...

bug

Allow people to configure custom builds of Theory, such that they can turn on or off different parts which they like or don't like, need or don't need. This will...

enhancement

inside color.js css hook: if (!value.alpha) { // returns true if value.alpha == 0 value.alpha = 1; // making it not transparent. } should be if (!value.hasOwnProperty('alpha')) { value.alpha =...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Example public repository server with large concurrent traffic ### Description When I run...