Eric Hiller

Results 25 comments of Eric Hiller

Ok, thanks! Any idea on an eta? Depending on the difficulty of the modifications, I could try to help out, if it is just a matter of converting the same...

Same issue here, and I am using webpack, not parcel. Error is: ``` WARNING in ../node_modules/jsoneditor/dist/jsoneditor.min.js Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from 'node_modules\jsoneditor\dist\0' file: Error: ENOENT:...

@josdejong Looks like all that has to be done is to change the `main` field in your `package.json` to `./dist/jsoneditor.js` See my [fix](https://github.com/erichiller/inventory-manager-server/blob/ea18531ff24b06387a97b2ed565608b170ca4261/client/fix-jsoneditor-sourcemap.ps1#L3)

Just checking, is the plan for this fix to be in .net7-rc2 ? I just spent a long time trying to figure this out before coming across this issue. It...

> No, its too late for this to get into 7.0, the plan is for this to go into 8.0. Just to confirm what you are seeing on 7.0, a...

Hopefully this helps someone else, because it took me a little bit to track down: My issue was as [posted above](https://github.com/dotnet/roslyn/issues/61333#issuecomment-1126933120) my SDK version was too old for _Microsoft.CodeAnalysis_. I...

Yes same here, I use shortcuts to share the DB with my wife and this doesn't work with kp2a.

@twotree I am using it with TypeScript, here is a [gist](https://gist.github.com/variab1e/fe0ca29c946cd46c7bccdab56ceaff0e)

> > Is there any workaround? > > Most containers do not need tty or interactive mode- it's there for demo purposes during container setup. The only containers that need...

Actually I don't have it as the router either, shouldn't need to be at all. I will definitely be taking a look at that. Any chance you could drop your...