Carlos Saltos
Carlos Saltos
Thank you Mudit for svelte-materialify, it's very impressive. Regarding the documentation, I think it would be very useful if you help it provide a starter working repo with a Hello...
That's funny !!! ... this is an a11y error -> the icons for those buttons failed to load and with that, they become inexistent in the browser (because the background...
Yes, Firefox indeed ... I check on Safari and it's OK.
GREAT !! ... thank you very much mate, really appreciated !! 👍😎
Another workaround is to use a custom browser with something like: ``` const browserPromise = puppeteer.launch({ args: ['--disable-gpu', '--disable-setuid-sandbox', '--no-sandbox', '--ignore-certificate-errors', '--disable-web-security', '--disable-features=IsolateOrigins', '--disable-site-isolation-trials'], defaultViewport: { width: measures.width, height: measures.height...
Or just run it outside Docker with this script -> ``` wget https://www.dropbox.com/s/zaea4o5cdqlsrk0/zoonavigator-0.1.0.tar.bz2?dl=1 -O zoonavigator-0.1.0.tar.bz2 tar xjf zoonavigator-0.1.0.tar.bz2 zoonavigator-0.1.0/bin/zoonavigator-play \ '-Dplay.http.secret.key=9z34aAn7k?6Z?iarawMxILR1CTF:G2gf:92lmtabG@5142AB:R5W11l2:N:::Cy@' \ -Dplay.server.http.port=9001 ``` NOTE: if you want to update...
By the way, thanks for ZooNavigator, it's a great tool !! ;) :) ... and please don't forget to sponsor the author at -> https://www.paypal.me/elkozmon
Please find a proposed solution at https://github.com/matyunya/smelte/pull/164
just in case -> if you overwrite the `whitelistPatterns` parameter, ensure you did not remove accidentally the date picker part. The original `whitelistPatterns` parameter is as follows: ```js const defaultWhitelistPatterns...
I realize the whole simpleView code just require an update to the new version with Elm UI with context ... here the pull request fixing that -> https://github.com/rakutentech/r10/pull/12 Once again,...