MrGrenouille
MrGrenouille
Just tested the super-simple Hello World example from Readme.md and the following command: `curl -H "Connection:close" localhost:8080/hello -i -vvv1` returns: `* Connection #0 to host ... left intact` It keeps...
Hi. I have an issue I would like to resolve. When I explicitly use a string: **concat([..], "path/to/destinatin");** ..then the _concat_ works. But when I: **let path = "path/to/destinatin"; concat([..],...
Hi. Your example works fine, but there is an issue when rendering the list rows. I´ve supplied a list of 24 items. But they are not rendered all. Sometimes only...
Hi. Thx for this great project. I have a question relating to inserting docs. When two users synced to the same collection insert a record to an array field at...
Hi. I am diving into a simple test. Despite the content match of both the input and output files, the test results do differ in content due to the presence...
Hi. There is a **createUploadSession** fn to upload large files in chunks. Is there a solution for the opposite case, i.e. for downloading large files in chunks, i.e. something like...
Hello. Discovered the following issue using firebase admin v10. I can successfully enroll a user for the MFA process by calling admin.auth().updateUser(...) with multiFactor/enrolledFactors provided. But removing enrolled factors is...
Hi. I just ran into an issue when trying to delete nested data.   Properly resolving the import from Firestore resolved the issue. Thx beforehand for taking a look...
In case of DB connection troubles, the following appears: ``` [vuex-easy-firestore] Error! Something went wrong while trying to synchronise data to Cloud Firestore. The data is kept in queue, so...
Hi. I have spotted an issue relating to the usage of the _accounting sign_. It is a case when you focus a field using the **TAB** key. Whenever you TAB...