Tim Officer
Tim Officer
I was able to get this error fixed and now I can use `react-jsx-parser` server side with NextJS. It requires pulling the parser out of `JsxParser.tsx` so we can use...
maybe try changing the order, since it expects CSS and not Sass: ``` const path = require('path'); module.exports = { // other configs... module: { rules: [ { test: /\.scss$/,...
Example of connecting to mongo using [tunnel-ssh](https://github.com/Finanzchef24-GmbH/tunnel-ssh) http://pythonhackers.com/p/FBSENDER/tunnel-ssh
@harangue yea a Windows installer would be great. I've thought about this for the other platforms too because when a new release comes out if there are any changes to...
Re-opening this because the functionality is actually for refreshing the list of databases. The code submitted was refreshing collections. Closed this issue instead https://github.com/officert/mongotron/issues/96.
@imaustink did you delete the db and the UI just didn't refresh?
Sounds like an issue with the user credentials you have entered for this connection. Could you check those and see if that's the issue?
Sounds like a duplicate of this issue: https://github.com/officert/mongotron/issues/146 @SerkanDayicik if you have a fix for Windows could you submit a PR? 👍
@SpencerSharkey fixes for this will in the next release, but for now you can use the inline edit or use the query editor and run an `updateMany` or `updateOne` command....
Are you downloading from the Github release page? https://github.com/officert/mongotron/releases