Colin Armstrong

Results 13 issues of 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

help wanted

### 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()`...

feature request

### 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...

type: bug :beetle:

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

type: bug :beetle:

Would be fantastic to add options functionality. Specifically: - get options order history - place 1 leg option orders - place multi-leg option orders

enhancement
help wanted

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...

type: bug
api: cloudtrace
priority: p3

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.

priority: p2
type: feature request
api: cloudtrace

### 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...

kind: bug
area: app

### 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...

Type: Bug
Package: otel-node

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...

priority: p3
type: feature request
api: firestore