Miguel Sánchez Villafán

Results 33 issues of Miguel Sánchez Villafán

Add support for STDIN by receiving file descriptor 0 as a valid argument and ignoring the position when reading from it as STDIN cannot be seeked (Perhaps we should prevent...

This library does not support reading from STDIN. My use case is to use it in piped inputs

When I try to import a binary STL file that I exported from the demo application It outputs an error to the console and stops loading the model. Besides, ASCII...

The app should be able to detect the OS theme and offer white icon versions

Tested with homebrew blackbox version **1.20181219** (macOS 10.14.4, GPG 2.1) for a file that has 400 permissions. When decrypting, it stores the file as 644. Even changing the permissions to...

The default backend does not currently implement a destroy method to control the lifecycle

This is to make it easier to control the lifecycle of the filesystem

The FS should be able to tell what is the current name with which it was initialized the last time (And maybe the options). Right now the only way to...

When trying to add a new rule in Firefox (Mac or Windows) the buttons and checkboxes below the editor are cut off and the "Add" blue button is not shown...

The default function is incomplete ```js function ($parent, $children, parentIsContainer) { var result = $.extend({}, $parent.data()) if(parentIsContainer) return [$children] else if ($children[0]){ result.children = $children } ```