Jonathan Dumaine

Results 51 comments of Jonathan Dumaine

> Or is there some complication that I'm missing? This assumes, of course, > that you know Python. I know this is old, but seriously, wtf. It annoys me to...

I understand you are busy, we all are. Ideas are cheap, implementing them is not. You are misreading my comment about Python. My qualm with you bringing up python is...

Definitely +1. I don't ever see myself upgrading to 10.10, so your work on this is much appreciated.

> Could you try these steps and see if it solves your problem, #276? Note: Closing preview app might help. Macos's Preview app is interfering with MTP. > > Let...

It sounds like `CONTAINS` would be more difficult, but in the meantime it would be a huge win to have `STARTS WITH` and `ENDS WITH`, even if it's semantic sugar...

This would be a killer addition to this library. Shouldn't need `ts-node` or any polyfills since Bun can handle the compilation itself.

Having a similar issue with Ableton 12 on Mac. Whenever I add spectral compressor to the it seems like Ableton can't keep up with the redraws (mouse input scrolling around...

Best way of handling it would be a `classes` prop that allows you to pass in what css class you want. ``` ``` This works really well with css-modules too....

no no not a dumb question at all. Right now you have to manually import the the core- and paper- elements with link tags: ``` ``` I wanted to use...