Jesús Leganés-Combarro
Jesús Leganés-Combarro
Since API for inter-window communications is fairly similar to the one of WebSocket and DataChannels (send() instead of postMessage(), and both answering on 'message' events) it would be a simple...
Add Node.js `createReadStream()` and `createWriteStream()` functions, using internally stream APIs to fetch and write files content to Dropbox servers.
Use Dropbox PropertyFields to expand stored metadata, like filesystem permissions.
Similar to https://github.com/chjj/marked/issues/756, I would open a call for maintainers o collaborators on this project. I must to say in advance I'm sure if I would be a good candidate,...
Some widgets like Terminal has dependencies on other modules like pty.js and term.js. Instead of require the user to install them since they are somewhat heavyweight for normal cases, move...
I'm trying to do a list of boxes, so I could be able to insert there other widgets with several rows height. `addItem()` works for simple text, but `pushItem()` don't...
[Transactional-safe FAT filesystem](https://en.wikipedia.org/wiki/Transaction-Safe_FAT_File_System) is a driver-level modification of FAT that implements transactions on a FAT filesystem, increasing stability and reliability of data. The API and the data structures are the...
Add support to exec clangor as a Node.js executable. This could generate a Javascript file from the input C source code, or better than that, allow to exec automatically that...
In addition to current support to `toMatchSnapshot()`, add support for [inline snapshots](https://jestjs.io/docs/expect#tomatchinlinesnapshotpropertymatchers-inlinesnapshot), they are easier to inspect and maintain.
Add support for communications throught DataChannels. Maybe this is related to Issue #1