Romain

Results 15 issues of Romain

I was hoping calling `createPane` several times with the same URI would create it at first, and then return the existing view, but it seems to always create a new...

It seems that we can set the title of the pane using `opts.title`, but the `README` doesn't mention it.

The README has a great example for Basic auth. Since it uses a convention-based setup (`security [basic: []]` means you need to do `let(:Authorization) { }`), it would be very...

Extracted from #80.

enhancement

For large galleries that keep gowing over time, it would be nice to have a "stats" page generated. It could include interesting data about the total number of photos &...

enhancement

As discussed in #10, this adds a new `Stream` class: ``` js var fileStream = fs.createReadStream('test/bookstore.xml'); var saxParser = sax.createStream(true); // normal usage var streamer = new saxpath.SaXPath(saxParser, '//book', /*...

Maybe a basic question, but is there a reason `saxpath` is a writable stream only, and emits a `match` event? It would be nice if it was a Duplex stream,...

This issue is about whether to switch the official Docker image from Alpine to Debian. What would be the benefits and challenges? I will leave this issue open for a...

needs-design

Thumbsup uses 3 packages for reading the file system: | package | used in | usage complexity | last package version | |---|---|---|---| | [readdir-enhanced](https://www.npmjs.com/package/readdir-enhanced) | the main scanning logic...

enhancement

The following dependencies cannot be updated, because they switched to ESM: - url-join - chalk - boxen ``` Error [ERR_REQUIRE_ESM]: require() of ES Module node_modules/boxen/index.js from src/cli/messages.js not supported. Instead...

dependencies