nickcox
nickcox
``` const Collection = require('marsdb').Collection const db = new Collection('test') db.find() .catch(error => console.log(error)) ``` Fails with: > TypeError: db.find(...).catch is not a function It seems I have a CursorObservable...
Would you consider adding support for the full set of annotation attributes [supported by JSON.Net Schema](http://www.newtonsoft.com/jsonschema/help/html/GeneratingSchemas.htm)? From the page: - [x] RequiredAttribute | Property will be required. - [x] MinLengthAttribute...
Would you consider including the [Kinesis exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awskinesisexporter)? This seems like a good option for people looking for a low latency buffer for telemetry before further processing it or exporting downstream.
- [ ] Break up docs - [ ] Implement pluggable freceny providers - [ ] Document pluggable frecency providers - [x] Check for regressions in startup perf - [...
Any chance you could add a NuGet package?
- Update docs - PS 7 requirement - Describe status of Mac/Linux - Gracefully handle case where git not on path - Display username and host over SSH
It would be great if callouts supported [folding](https://help.obsidian.md/Editing+and+formatting/Callouts#Foldable+callouts) using `+`/`-`.