Brian Mathews

Results 21 comments of Brian Mathews

Blockitecht, nice.

Custom geometry could fall in with the idea I posted of a plugin architecture, but it wouldn't be a walk in the park. Would be cool to add someone's 'stair'...

lol i can't remember! would have to look into the formidable slack archives to see what prompted it

One problem I had using WebChimera in electron was the rendering performance and cpu usage, due to transferring each frame to JS and then drawing to a canvas using JS....

Removed dist/index.js. Thanks!

@mitchell-bu Don't know what the difference is tbh, but we got around the issue by moving our 3rd party script to `_document.js`'s `head` rather than from a lower level component.

I was having an issue printing a single image with 0 overflow/bleed issues, but got it all worked out. Here's the css that i ended up with: ``` @page {...

Partially implemented. Not really tested. We need to look into svn's auth caching mechanisms.

Related issue: https://github.com/electron/electron/issues/2108

This is ready. Just need a UI mechanism for switching between week/month view!