Vincent Agnano

Results 68 issues of Vincent Agnano

``` npm run build > [email protected] build /Users/vinyll/Projects/protonmail-export > flow && rm -Rf dist/* && babel src -d dist sh: flow: command not found npm ERR! file sh npm ERR!...

Hey there! I'm very curious about the work you're doing and even though I'm not a native English, I would appreciate to access your website so I can understand the...

Similarly to #64 the [implementation of `'Access-Control-Allow-Headers': '*'`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers#Compatibility_notes) does not work on Firefox rejecting with a preflight error. Example sending `Access-Control-Request-Headers: authorization` in Firefox: ``` Cross-Origin Request Blocked: The Same...

When following the instructions for [upgrading the app](https://github.com/badsyntax/dokku-discourse#upgrade-a-discourse-app) I lose all previous data, threads and accounts. Is there a way to upgrade the app in prod mode and preserving data,...

enhancement

In non rare cases a regex pattern has a parameter that must match a specific length. In which case it needs the curly brackets. Eg.: `http :3579/user/{id{24}}` vs `http :3579/user/{username}`

enhancement

This reposity seems to be a great resource for Grist! However it's not so obvious to be aware of all the work done here and which component does what. Some...

Some other tools like Grist allow a formula column to be written in a programming language (Python in the case of Grist). That is a game changer as it allows...

feature
roadmap

I have an idea for this project. ## Why? When exporting a document or downloading a report, we need attachments ## What? A user should be able to download all...

enhancement