Erik Ostrom
                                            Erik Ostrom
                                        
                                    This seems to work, if inelegantly: ``` // Ruby.Object.require("base64"); content = Ruby.eval("Object.require('base64'); lambda { |fn| Base64.encode64(File.read(fn)) }").call(array[i].filename); ```
I can't get WAVE to work on the home page at all, in Chrome or Firefox. It puts up a loading spinner, logs some console errors, and hangs indefinitely. Bright...
Hi! Would you be open to a PR for this? I added smooth scroll to https://climatechoice.co (also a React app, by way of Gatsby), and I'd like to try adding...
FWIW I played around with tooltips and never found a solution I loved. Some obstacles: - npm modules that were big and drew in dependencies - npm modules that didn't...
Related, 55416 is a zip code that includes portions of both Minneapolis and St. Louis Park, MN. It's not the case that city can always be determined from the zip...
CodeSandbox is still around and has made this even easier, at least for the example I tried: https://codesandbox.io/s/github/eostrom/cyclejs/tree/code-sandbox-demo/examples/advanced/animated-letters This is all I did: 1. Fork this repo on GitHub. 2....
A progress report on this (with links to the sandboxes): - [`advanced/routing-view`](https://codesandbox.io/s/github/eostrom/cyclejs/tree/host-examples-469/examples/advanced/routing-view) is functional but the CSS isn't applied - I think when I set `main` to `src/main.js`, the sandbox...
Hi, I was curious about this bug so I tried to reproduce it. My experience: - There's no `interval: 2000` but I commented out the `interval` line under `generate:`. -...
Ah! So, looking at the inline JS with and without `interval`, I see: - Different minimized parameter names for the `__NUXT__` function – probably not important. - Without `interval`, there's...
If a missing `ssrRef` from `onServerPrefetch` is the symptom, then `git bisect` suggests it was fixed in commit 61a3b550afa1ffbeb285aad69c0cba62234da9be (Dec. 12), "ensure `ssrRef` doesn't share state across requests when used...