Sean

Results 39 comments of Sean

Ah, thank you for pointing out that it is on the Boards plugin. I'll try to reproduce as well and may be able to try it out on my Windows...

Everything seems to match between Chrome and Firefox in the plugin as well, at least on MacOS. That said, there are definitely two scrollbars on both Chrome and Firefox --...

Okay, I was able to reproduce this issue on Windows Firefox! I'll spend some time this week trying to track down the root cause. I don't have a Windows dev...

Alright, I've traced this to a behavior (possibly intentional) in the fullcalendar dependency (imported into Focalboard via the `@fullcalendar/react` adapter). I'm sharing this info because I am not sure if...

One last thing I can look into tomorrow (I don't have access to my Windows machine today) is if [applying this CSS](https://stackoverflow.com/questions/17758578/how-to-remove-the-arrows-in-a-scroll-bar-through-css) as an inline style will remove the scrollbar...

I want to add to @shawncplus 's comment that this does not seem to be yarn-related at all, since it deletes files in plain npm as well.

There's no need to be ashamed @mfaheemakhtar, you're in good company based on this thread. I second the idea of a huge warning on the NPM page for this module,...

> I think I will add a warning at runtime that discourages the use of modules starting with `@` . I think that's a good idea! Perhaps even throw an...

I will try to make a minimal reproduction as well, but here is one repo that I have had this trouble on: https://github.com/seanohue/myelin-client I will make a branch that attempts...

Yes -- I was using the dynamic `import()` with Webpack. Plato works fine with any other kind of imports. I'll see if TyphonJS allows for parsing dynamic imports, since swapping...