Levi Roberts
Levi Roberts
Singletons should also be allowed to be instances when it's fitting. Maybe perhaps determined by initializer. For example a Storage adapter may be a singleton for a specific connection/directory, but...
Allowing blueprints to export themselves as a single function decreases the friction of development. Use case: ``` Blueprint = function(...) { } ``` Internally: ``` if (typeof Blueprint === 'function')...
If anyone has any suggestions for Creative Commons works of art that would be ideal for Gravatar usage, this issue is open to collaborate on that and other marketing materials.
Array destructing allows multiple blueprints to be included with minimal amount of syntax. ``` const [Mesh, HAM] = Frame(['Mesh', 'HAM']) ``` And multi-line ``` const [ Movie, Song, HTML, React,...
Trying to use `jc` to parse the output from the following command and the command just hangs with no output. Not sure what's going on. Command: `rsync --timeout=60 --progress --bwlimit=2000...
Without catching the promise chain HERE, even with proper user-land exception handling, there is no way to catch errors. This results in an uncaught exception that crashes node. See here...
### Explain what happens Changing mount point on one partition, changes it on a completely other device. I'm not quite sure how else to explain it. See images for clarity....