Bruno Medici

Results 9 issues of Bruno Medici

Hello, For now, we can specify one `-o filename.format` parameter. It would be useful to be able to passe multiple `-o` parameters, or a filename base and a list of...

Let's say we have Book, Shelf and Author models. We can generate Authors and Books inside the loop, but how could we link Shelves? Shelf.populate 20 do |shelf| shelf.name =...

#### General informations - system/distribution (with version): MacOS 10.15 - offlineimap version (`offlineimap -V`): offlineimap v7.3.2, imaplib2 v2.101 (bundled), Python v2.7.16, OpenSSL 1.1.1g 21 Apr 2020 - Python version: -...

feature

The most used case is of course, to serve static files from a SPIFFS filesystem. This is great and works fine, for example with ``` server.serveStatic("/", SPIFFS, "/www/"); ``` In...

Hi, From my understanding, it's easy to serve static files (with great handling for gz content), with the --public flag, or public: "local_dir". For my use case, I'd like to...

feature request

Hi, I'm using this library in version 1.4.1 and identified an unexpected behaviour with server callbacks. Here is the init code I'm using: ``` class ServerCallbacks: public NimBLEServerCallbacks { void...

The execution order is: 1) Building FS image from 'data' directory to .pio/build/ser/spiffs.bin 2) before_buildfs(["buildfs"], [".pio/build/ser/spiffs.bin"]) 3) after_buildfs(["buildfs"], [".pio/build/ser/spiffs.bin"]) Where I would have expected before_buildfs first, then "Building FS image",...

When I put a file named "source/The File.pdf" in my local source directory, it is built by middleman and then pushed to s3 but any link pointing to it breaks....

As this implementation of Victron BLE access seems to be the first one really working, it would be really great if we could use it even outside of the ESPHome...