Ryan Roemer

Results 206 comments of Ryan Roemer

@abrenoch -- Please see my comment on https://github.com/FormidableLabs/webpack-dashboard/issues/295#issuecomment-526716610 and try those experiments, etc. to make sure you're not hitting an issue with blessed. After you've confirmed it's not blessed, if...

What version of `inspectpack` do you have in `node_modules`? (It's a transitive dep of webpack-dashboard). It should be truncating the path names. If you have a quick public repository that...

Hi @slavoroi -- The dashboard relies on `blessed`, which doesn't have universal support in psuedo-terminals. You may want to first peruse: - "Shelljs is incompatible with blessed": https://github.com/FormidableLabs/webpack-dashboard/issues/214 - "Nodemon...

@cihati -- There isn't a "bug" to fix on our end here, just a documentation PR of the limitations for libraries with `blessed`. If you have time to research and...

@JohannLai -- I haven't checked with the upstream projects (where the actual issue lies). If you want to check out if modern versions of `nodemon` or `blessed` have fixed the...

@JohannLai reviewing https://github.com/remy/nodemon/issues/1433#issuecomment-442388647 it looks like @remy (thanks for the comment Remy!) might be willing to investigate more if you could create a minimal reproduction (guessing public minimal github repo...

@giolf -- Can you open up a minimal repository with a dummy TS file and a full webpack config with install + error reproduction steps so that we can clone...

@giolf Thanks. Anything we can clone and immediately see the problem on our machines will ensure we have as rapid response as possible (or CodeSandbox too!)

@ElreyB -- ping me next week and hopefully we can chat! (I'll be back next week)

Could you provide a minimal sample repository showing what you’re trying / would want to work?