Bastien Vial-Collet

Results 30 comments of Bastien Vial-Collet

Yes this is exactly what I mean. The steps to deploy a self-hosted editor instance would look like so: - Create a developper project in firebase - Execute a command...

Well proxy should be managed separately to make it more flexible: ``` docker run --name my-deckdeckgo \ -e FIREBASE_ID='project-54654' \ -e FIREBASE_KEY='654654654654' \ -p 'xxxx:3333' -d \ deckdeckgo-docker-image ``` Where...

How does it work for google fonts? They are downloaded locally or referenced? Yes PWAs would be built locally and exposed on the host.

How does it work on you editor instance to build PWAs? Is it separate from Editor?

Oh I see... Well we need to start somewhere so let's exclude PWA build process and publication :) If you give me instructions to setup an instance, I could go...

Hi This is still an issue. For example if a user type th full name of th country an clicks enter then everthing aborts. Is there any other solution than...

On precision: the error happens during "preparing app" stage when clearing the cache.

downgrading to 1.0.4 solves this issue. Any idea?

Hi all This seems very intersting. Anyone made some progress with this? I'd also be interested to see how publishing can come into play with such an all-in-one setup.