Seph Reed

Results 61 comments of Seph Reed

I'm unable to get this working: https://github.com/AllToMP3/alltomp3/issues/11

This also effects android. Is anyone else getting these issues? Am I the only person who uses nativecsript without using vue, angular, or xml?

Number #3 sounds like exactly the amount of control I want to have over this situation. What is a livesync handler, and where can I register them. Also, is there...

Hmmmm... no dice. ``` app.on("livesync", (args: EventData) => { for (let i = 0; i < 100; i++) { console.log("------HERE IT IS------"); } }); ``` Tried putting it before app.start()....

Oh, and for this livesync output, I do get: > File change detected. Starting incremental webpack compilation... > Webpack compilation complete. Watching for file changes. > Webpack build done! But...

@NathanaelA So what's this about... > You can simply manually add the glob string to bring the css file over ALSO; and see if that helps with you close/re-open a...

Is there anywhere I should re-post this issue? It's has become a huge blocker for me.

I'll have to try this out. I'm currently using nativescript, so it'll end up being a bit different, but I should still be able to apply a lot of this...

Whatever it was that was wrong, fixed itself. Didn't change anything, just started working. My guess is that it was the `messaging/registration-token-not-registered/apns-invalid` error.

Alright, figured out it's supposed to be `//components/NavBar/navBar.css`, but then that fails to get served. Still looking into it.