David Dal Busco
David Dal Busco
It need a couple of retry to adjust the code because we have a monorepo, but the CI for the docs is done: https://github.com/deckgo/deckdeckgo/blob/master/.github/workflows/docs.yml P.S.: there was no problem with...
Remote CI also added. Same rules as docs (trigger master push if change happened in subfolder remote following by Firebase deployment)
Thanks for sharing the idea @waidis 👍 In the future, when conference and events will hopefully happen irl again, this would be useful.
I could maybe use a regex, something like https://stackoverflow.com/a/11090301/5404186 ``` var outString = sourceString.replace(/[`~!@#$%^&*()_|+\-=?;:'",.\{\}\[\]\\\/]/gi, ''); ```
@nmattia I think we have to define a new variable for the publishing or does maybe `{{DECKDECKGO_DECKNAME}}` (https://github.com/deckgo/deckdeckgo/blob/2ddb0ee3f6d9c96fc0a8ea0983a9718ff6f40dfa/infra/handler/src/DeckGo/Handler.hs#L1273) already filters special characters and new lines? If not I guess we...
@grantlouisherman this one is a bit tricky as it has to do, I think, with our API written in Haskell and also, some secrets token aren't shared therefore a bit...
It looks like I don't use that much often "tab" ;) Thx for the issue @donroyco 👍 I link this one with https://github.com/deckgo/deckdeckgo/issues/534, kind of the same idea
@donroyco just had a quick test. actually, at least in the next version, the items in the menu are accessible through tabs (see gif) but the things is that the...
@donroyco thx for the feedback! I honestly don't know neither and didn't found anything about it. Therefore I opened a feature request in the Ionic Core as I could reproduce...
This is the related issue of Puppeeteer in Firebase: https://github.com/puppeteer/puppeteer/issues/4086