Results 95 comments of Dirk Roorda

Two problems: 1. Nowadays react components can also return strings and arrays. 2. What about functions that return react components? Like const addProp = Component => props => This is...

@ljharb I thought that a component is a function with the signature ({ props }) => R or a class with a render function of that signature, where R is...

In [pyodide](https://pyodide.org) you can `micropip.install()` a package only if it has a pure python wheel. I want to install a package that requires pyyaml and are stumbling over the fact...

I use yaml for config files mostly. Not performance critical at all. Maybe json is a better choice. And json is in Python's standard library. Added bonus: good documentation. When...

I gave the latest version a try, a couple of days ago. I had some kernel trouble when using my existing Python. Still jupyterlab-vim does not work, don't see clear...

@evolve2k Hi Richie, just did it.

Hoping to explore this somewhere in February/March!

I got to the point that I have tried VSCode for running Jupyter notebooks. It's been a good experience so far. Easy to get vim bindings and black working in...

I'm back with JupyterLab. After a short spell of using VSS code.

I have a big nest of documentation of a Python package. I started with read-the-docs, years later I switched to mkdocs, and finally, blissfully unaware of any controversy I went...