chill-cod3r

Results 6 issues of chill-cod3r

I probably missed it in the docs, but I was curious about how the library would handle an added or removed field on a model. Does db.sync always make sure...

Is this package under active development? I see a fork or two out there and also some old issues. I'm interesting in using this potentially.

question

I was a bit surprised to find this code here: https://github.com/MariusAlch/vscode-json-to-ts/blob/master/src/lib.ts#L45 You’re actually logging out the first 250 characters of whatever JSON someone is using this extension for. Sure, anyone...

I only see support for the basic user:pass in the url auth mechanism. Is there an example showing how to use an apikey auth mechanism instead? For example, getting this...

Are there certain considerations / concessions you would make with a data model in a situation where every single event is 100% mission critical? Specifically regarding this code: ```js self.events.insertMany(events,...

I would like to see the documentation expanded around the following: ![image](https://user-images.githubusercontent.com/22133869/63861675-5113f900-c979-11e9-8dbc-705abed5b560.png) It makes it sound like there being no fallback to polling is such a horrible thing, however I...