Etienne Maheu

Results 32 comments of Etienne Maheu

@stken2050 Well... based on what @mAAdhaTTah just said, maybe `1 |> (^ = ^) |> log(^)` would be valid? Or I guess it cannot be assigned either? That code definitely...

@stken2050 No, they don't override `=`. The pipeline operator only requires that the placeholder `^` is present somewhere in the expression. Its absence is the SyntaxError, not the use of...

> I think if we were to go as far as having a pre-rendered set of symbols it would be best to do this not at render time but at...

@robmadole I come from the same place as the OP here. I like to keep my components self contained and reusable. Having the library like this means that I cannot...

@dwieeb Those two issues are about build steps like `sync` and `add platform` though. With serve, we actually need the assets to make it to the device via `ng serve`....

@preetamjakhmola The whole point of `ionic run` is that you should not need a `www` folder. It isn't used by `ng serve` in a livereload environment.

> > Just use **ionic cap sync**, then, use **ionic cap build**, work´s for me!!! > > This worked for me too. Thanks! @caegomezda @TxusBlack The workaround have already been...

@donhmorris Even though the new binaries are available, they will only install with 0.28 and up. I tried installing this specific version in my project but the install script still...

I noticed the same on iOS 12

I have noticed the same issue. It appears the types of `this` in a MutationAction still includes the state properties so there is a mismatch between what the decorator is...