Curran Kelleher
Curran Kelleher
It appears this could be implemented entirely within the `updateIFrame()` function in renderer.js: https://github.com/enjalot/blockbuilder/blob/master/public/js/components/renderer.js#L89
Here's the React implementation we're using in [Datavis.tech](https://datavis.tech): ```js import React, { Component } from 'react' import magicSandbox from 'magic-sandbox' // Z Indices for layering iframe buffers. const BACK =...
I'm noticing Blockbuilder handles the rendering if the iFrame a bit differently, using a Blob source URL rather than setting `srcDoc`. It looks like a bit of refactoring will be...
Here's my experience trying to install it in Ubuntu 22.04. I tried the installation steps here https://github.com/MiKTeX/miktex/discussions/680 The final step `sudo apt-get install miktex` resulted in the following error: ```...
Hooray! Thank you so much.
I agree that scrolling should be a separate concern. Related to #11
Here's a rough prototype https://vizhub.com/curran/4793a473188e4ade8e2c8129c4dd298a 
You can change your "watching" settings in GitHub. I cannot do it for you. 
Awesome related work https://roadtolarissa.com/hot-reload/ https://github.com/1wheel/hot-server/blob/master/index.js
Here's an example that might help http://bl.ocks.org/curran/015d34d6d3d562877e51 . Also, here's "when" formulated as an extension to Backbone (called "wire" in this example) https://github.com/curran/phd/blob/dac07e2e8c38da7343645d7a07ec17a762120ea0/prototype/src/wire.js . Good luck with this work, looking...