Paolo Furini
Paolo Furini
@wilmoore I'm glad you appreciated my PR, thank you! Re testing the script after my updates, this is what I haven't tested: - ZSH support: I don't use that shell...
> chrome console error backend.js:4189 Uncaught DOMException: Failed to execute 'postMessage' on 'Window': [object Object] could not be cloned. This is a known issue of using `postMessage`, see: https://stackoverflow.com/questions/52122011/failed-to-execute-postmessage-on-window-googletagmanager/52223341#52223341 The...
Please consider the following scenario (tested and working): - You have an external library with some utility methods that perform standard argument validations (if/then/throw), but preceding that with standard Contract.Require...
@dpinart Hi, I have the same problem you had, with a simple test project with latest polymer components. I cannot get paper-items to work, and I get two errors in...
Hi I found the culprit (maybe).. I was following the article on Polymer in the official Aurelia docs, and, instead of starting from a skeleton on github, I integrated polymer...
It was an aurelia app created from scratch (not based on a skeleton), with the latest beta packages installed with JSPM. In the index.html file I included the webcomponents_lite script...
@nawazdhandala well, a lot of things potentially.. I mean, I'm looking for a no-lock-in alternative of Firebase, but I'm not a newbie dev. I need the freedom to add custom...
I see.. and it was clear navigating through the code, but I wanted to hear an official response ;) Surely it will need a major refactoring, but just to have...
> Just wanted to add above when i use this > > ``` > export const customJsonb = customType({ > dataType() { > return 'jsonb'; > }, > toDriver(val) {...
Any news on this issue? It is a major issue with the router, and renders router events pretty useless now..