Laurent Pellegrino
Laurent Pellegrino
@e111077 @mbleigh Do you know if it is an expected behavior or a bug? do you know a workaround that does not require to reload the full page?
@tjmonsi If I look at the value after the change has been performed using the debug mode or by printing with console.log, I see the new content. However, the content...
@tjmonsi What is your suggestion to propagate the change?
@tjmonsi I tried but I have the same issue as when I use `this.user`. @mbleigh Do you know where I can find the information to force a fetch? I have...
@tjmonsi @mbleigh I have created a minimal example that reproduces the issue: https://polymerfire-issue-246.firebaseapp.com/ You can try by using [email protected]_ as email and _testing_ as password. The source code is available...
@tjmonsi Thanks a lot, this is a solution. However, it looks like against the encapsulation of web components. You need to bind the same property with all components that need...
I suggest trying out [Ipregistry](https://ipregistry.co) since it returns user-agent data along with IP data! Here is an example: https://api.ipregistry.co/?key=tryout
This PR looks very promising. @sgammon @graemerocher Any updates?
@sgammon Thanks for your answer. I would really love to adopt this. Precompiled templates are also something I started to look at but the current micronaut-views documentation looks quite obscure...
@sgammon Thanks for your help (and happy new year!). I was able to generate compiled templates using Gradle and to use them. However, using compiled templates requires to override `SoyFileSetProvider#provideCompiledTemplates`...