Alex Bigelow

Results 38 comments of Alex Bigelow

I remember seeing some odd bugs filed under the core repository that are probably relevant, but as this seems to only be affecting markdown files, I figured the problem lived...

Yes, the problem does go away if I switch and disable `language-markdown`. I don't think I have any other markdown-related packages other than `markdown-preview` (and disabling it doesn't seem to...

In case it's useful to reproduce, I hit this with React Router, navigating between two components on the same page that had different Mosaic instances. Not rendering Mosaic until each...

@gjvoosten any clues as to which versions of those libraries are working? I'm currently attempting: ``` "rdndmb-html5-to-touch": "^7.0.0-alpha.1", "react-dnd-multi-backend": "^7.0.0-alpha.2", "react-mosaic-component": "^5.1.0", ``` and hitting the ["Could not find the...

Thanks; after fighting this for a few days, ended up just importing the version that installs with Mosaic, without adding it (or `@types/react-dnd-multi-backend`) to `package.json`. For posterity: index.tsx ``` /*...

They have some pro features that they want you to pay for... but nothing we'd really need. I think someone in their marketing department sneakily decided to hide that you...

Of course, I'm happy to worry about this when / after I do the matching interface overhaul

I think at one point I had this, but then scrapped it for some reason (I think I just didn't have time to figure out the CSS). There should even...

Yeah, I've definitely done the `cursor: url(...)` thing before—there's also something else with specifying the size and hot spot of the cursor, and I thought there were some cross-browser issues,...

This actually came up in a different context as I presented Resonant Lab the other day—right now, we're arbitrarily paging by dataset order, but, in the absence of more advanced...