David Dal Busco

Results 237 comments of David Dal Busco

@jacobweber I didn't faced any problem building your project, no error. After unzip in the project I did npm install cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME=x-com-sample-cordovatest cordova platform add android...

@jacobweber oki doki, I did and could confirm that I faced the same error as the last one you displayed don't know why I don't face it with my main...

Excellent, that would be awesome 🤟 Let me know if you need anything from my side.

@renatolousan for the launch I am thinking on a creating a playlist and adding manually the entries so that I can already add a link to the playlist on the...

Hi Renato, Thanks for digging into this and for your answer! Not a late reply at all, actually you answered super quickly, I literally just posted the question one hour...

Thx for the workaround @mmoczulski 👍 The same approach, but with dayjs, did the job for me too: ``` const myDateLocalTime = dayjs(myDateUTC).add(dayjs().utcOffset(), 'minute').toDate(); ```

Maybe a dumb idea, have you try allowing gap://\* in your CSP? Something like following in your index.html ```

@manucorporat thx for the plugin version 2! the really neat tricks you described above to do not index images with file:// but without shouldn't be documented in the README? I...

I'm curious about that question too, wish I could have a feedback for someone using it already in production. Started a thread on the ionic forum, so far no answer...

Will be solved once the asset canister support modern routes uri. According my info this should be improved within https://github.com/dfinity/agent-rs/pull/352