Tom McLaughlin
Tom McLaughlin
This is a weird one. It seems if you put `stty sane` in your `.bashrc` file, then the Bash kernel will misbehave. Misbehavior includes 1) Echoing every input line back...
# 🐛 bug report I'm trying to build a package that depends on `@nteract/data-explorer`. When building with optimization, I get an error from Terser. ## 🎛 Configuration (.babelrc, package.json, cli...
### Summary The `react-filepond` component has a flash of unstyled content for me when it first comes up. This happens when I'm using React server-side rendering. It's happened for me...
I see that the SQL kernel outputs its data only as a MIME type `application/vnd.jupyter.widget-view+json`, which corresponds to a Jupyter widget. Jupyter messages from other kernels often appear with multiple...
These props are useful to have to detect more mouse events on the Resizer. I made the changes against the `v0.1.92` tag--they're simpler if you view the diff with that...
The README lists macOS as not supported yet. As far as I understand it's difficult to do because `proot`/`bwrap` don't exist on that platform. But it would be great to...
I'm getting a white flicker that happens when `ReactDOM.hydrate` is called. I've tried my best to follow the documentation but I can't figure out how to fix it. I trimmed...
I'm experiencing several points of confusion over the `whenComponentsReady()` function and how to use it. First of all, the README seems to be out of date. It indicates that a...
Steps to reproduce: 1) Go to the `parcel-react-ssr` folder and run `yarn install && yarn run dev` 2) Click the link to go to `http://localhost:1234/codeSplit` 3) Try editing some text...
There are currently two steps performed in Cling's main function that don't get performed in `xeus-cling`, because `xeus-cling` uses Cling as a library rather than use Cling's normal driver. One...