Sebastian Silva
Sebastian Silva
Please advice how to avoid artifacts between tiles:  This happens to me on Chromium + WebGL but not so much on Firefox 57 Beta + Canvas. Thanks! Here's a...
Hi, Docs say this exists, but it's commented out in the code: https://github.com/kittykatattack/hexi/blob/1de3223415b2150e0b5556195c10e3004990b3ad/src/core.js#L697 Would be nice to have, IMHO. Regards, Sebastian
I'm using python components and can't seem to trigger BEFOREDESTROY? It should trigger before hiding an element (with v-show), I believe. I can trigger DESTROYED but not BEFOREDESTROY maybe I'm...
Hi, I know it may be a thing of taste, but I'm frequently writing like this: ```python def MOUNTED(self): self.dark = window.matchMedia("(prefers-color-scheme: dark)").matches self['$emit']('input', self.current) self['$root'].dark = self.dark def WATCH_dark(self,...
It is mentioned in VueJS's docs that this is possible: https://vue-loader.vuejs.org/guide/scoped-css.html#mixing-local-and-global-styles But trying it didn't work as it seemed to only render the scoped style.
The effect is very similar to what can be seen in #48 - but it can be triggered from the Playground by: - First removing _every_ slide. - Add slides....
### What happened just before the problem occurred The site was down briefly because of heavy load. "joyofsoy" on #publiclab reported believing his spam moderation was the culprit, as he...
Quoting @jywarren : "come up with a rubric for max # of versions created PER PERIOD" (...) this would require some planning and policy discussion. Not sure how this relates...
### What happened just before the problem occurred I attempted to deploy container in Google Cloud and it became stuck trying to compile nokogiri on the final container. This really...
- Setup by env vars - Disable Puma Fixes #0000 ( We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be...