Max Waterman
Max Waterman
Well, I gave up trying Supabase in the end, so this is ok by me. Still, I am little surprised by your decision since it seems to be the objective...
I've been working on OSX and specifying my own browser using `--firefox=/Application/browser.app/Contents/MacOS/binary`, but (obviously) that fails on Linux. On Linux, it is easier since I can just use PATH, and...
I managed to get it working how I want - it went something like this : ``` _routePageChanged(page) { if (page) { // set the page so that the view...
Is there a workaround for this? I keep seeing references to '/undefined' in devtools network panel, and while it doesn't seem to cause any problems, it does ring alarm bells...
+1 this sort of thing is quite irritating
For the record, it seems to be a background-position: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
Yes, I am wondering what 'use child nodes' means here...some example of this would be nice in the docs/demos.
this is still a problem - paper-checkbox#1.4.2 - the label only wraps when it touches the label of the checkbox next to it: 
I tried styling them, but my styles were overridden by the ones in the element. I ended up using ! important. Please add a mixin.
Perhaps I should mention I'm using 1.9. I also notice that other elements that are distributed have mixins, so why not this one?