Colin Armstrong
Colin Armstrong
Need to use HTML parser to format HTML files: https://github.com/prettier/prettier/issues/1882#issuecomment-437631682 Currently only babylon and flow are supported parsers for coc-prettier
### What problem are you facing? I have a TipTap editor that lets users publish content online, as well as send it via email (similar to Substack). I'm using `editor.getHTML()`...
### Summary When using the `getMarkdown()` helper to get the corresponding markdown ### Steps to reproduce * Enable the callout extension * Insert a callout into your document * Call...
When SSR is enabled, `PositionerExtension` is throwing an exception due to a `document` reference (which does not exist in SSR). It looks like it's due to this line: https://github.com/remirror/remirror/blob/0682c5f7700093ae7181fcb6574cfc49ee5d0746/packages/remirror__extension-positioner/src/positioner-extension.ts#L186
Would be fantastic to add options functionality. Specifically: - get options order history - place 1 leg option orders - place multi-leg option orders
I'm having issues using this library alongside the [nodejs-logging-bunyan](https://github.com/googleapis/nodejs-logging-bunyan) library. In my node.js app, the trace IDs that the middleware is using for the parent request as well as all...
Trace doesn't work with the newest pg major release (v8). It would be great to add support for this, as currently the lib only works with versions 6-7.
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: arm64 Version: Darwin...
### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...
I'm using the new [pre-GA aggregate query](https://cloud.google.com/firestore/docs/query-data/aggregation-queries) functionality. It's great so far. I have a query as such: ```ts db.subscriptions .where("blogId", "==", blogId) .where("status", "==", status) .count() .get() ``` (eg...