Coding Friend

Results 5 issues of Coding Friend

Checks for key fields in schema and runs collection.createIndex({fieldName: 1}, {unique: true}); for each. Runs collection.dropIndexes(); before hand to clear any previous keys.

Here is an example ``` later.date.UTC(); var s = later.parse.text('at 1:15 am on tues, thur every 1st week'); console.log('s', s); var newEvents = later .schedule(s) .next( 100, new Date('Wed Feb...

Adds an optional ability to develop your app in a docker container using the default 8080 port. `quasar dev --play` isn't working in this configuration, you must manually add your...

How can you enable and disable the grid in real time with angular. Perhaps a boolean that toggles whether dragging and resizing is enabled?

**Describe the solution you'd like** It would be useful to have a component that works like a mix between a Multi-Image Slide Carousel and Q-Tabs https://quasar.dev/vue-components/carousel#Example--Multi-image-slides that will contain HTML...

kind/feature 💡