Curran Kelleher

Results 378 comments of 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 ![image](https://user-images.githubusercontent.com/68416/169820121-5b68e92b-2840-4da3-a5b6-54e31d882e9d.png)

You can change your "watching" settings in GitHub. I cannot do it for you. ![image](https://user-images.githubusercontent.com/68416/151412411-56b0cef9-9aed-4764-a21c-8760b254eb2d.png)

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...