Le Roux Bodenstein
Le Roux Bodenstein
I'm trying to write a brunch plugin (see http://brunch.io/) to replace my usage of the eco brunch plugin. See here for the implementation of eco-bruch: https://github.com/brunch/eco-brunch/blob/master/lib/index.js (Mainly so that I...
**The following are now using FormModal:** * create-view-modal * duplicate-view-modal * import-pipeline * saving-pipeline-modal * insert-document-dialog * drop-index-modal * edit-item-modal * open-item-modal * save-connection-modal * create-collection-modal * create-database-modal * drop-collection-modal...
I've been getting this problem with all the different vim markdown plugins I tried: If I type a heading, then the line below it add ==== to make it a...
If you don't specify line endings to use, ie. leave it to be auto-detected, then the \r\n seems to only be detected once it reaches the end of the first...
https://github.com/mongodb-js/compass/assets/69737/3e7a69ef-5de7-419b-9546-5338b850733a This doesn't deal with modals and it doesn't look like we can change the leafygreen modal overlay thing that's light gray and takes up space. We have to change...
Alternative to https://github.com/mongodb-js/compass/pull/5527
I should probably change the interface to take all the schemas at once which should make it possible to check references to things other than _id. ie. make _id and...
``` % rm ~/.mongodb/mongosh/mongosh_repl_history % npm start ``` paste in this multi-line command: ``` printjson(db.createUser( { foo, bar } )) ``` then ``` % cat ~/.mongodb/mongosh/mongosh_repl_history ``` Now try it...