Will Hawker

Results 11 issues of Will Hawker

### Description cc @marcoSven please could you provide thoughts on this implementation. Prevent trailing punctuation being included in the the autolink URL. Remove a link, if a URL becomes invalid...

test: unit :white_check_mark:
type: changeset :butterfly:

### Description ### Checklist - [ ] I have read the [**contributing**](https://github.com/remirror/remirror/blob/HEAD/docs/contributing.md) document. - [ ] My code follows the code style of this project and `pnpm fix` completed successfully....

type: support :books:
framework: react :atom_symbol:
type: ui :nail_care:

### Summary `ReactRenderer` does not work with `NodeFormattingExtension`, results in the following error > The `style` prop expects a mapping from style properties to values, not a string. For example,...

type: bug :beetle:

### Summary When using `FloatingWrapper` and a `Toolbar`, selecting text and using command button seems to change the selection. ### Steps to reproduce Using [CodeSandbox reproduction](https://codesandbox.io/s/sharp-wozniak-b20qz?file=/src/App.tsx) 1. Select some text,...

type: bug :beetle:
status: sponsored :sparkling_heart:

This is a question I was once asked in a job interview. Might be appropriate here. http://devlicio.us/blogs/sergio_pereira/archive/2009/02/09/javascript-5-ways-to-call-a-function.aspx

On [AWS I am not able to use binary in WebSocket payloads](https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-develop-binary-media-types.html), this PR adds two backwards compatible options `transformRead` and `transformWrite` to convert the incoming and outgoing data on...

This PR fixes an issue with the sync plugin where `binding === null` leading to issues when calculated relative/absolute positions. Previously `binding` was set via an asynchronous transaction (using `setTimeout`)...

Is it possible to display an error when the rest service you are attempting to call requires a security exception? I.e. When you load a webpage in Firefox, and there...

### Description Experimenting reducing code duplication with polymorphic components ### Checklist - [ ] I have read the [**contributing**](https://github.com/remirror/remirror/blob/HEAD/docs/contributing.md) document. - [ ] My code follows the code style of...

type: support :books:
package: @remirror/cli :pager:
framework: react :atom_symbol:
type: ui :nail_care:

I am using this library as a means to provide a JWT bearer token via the `Authorization` header to my event source endpoint. However I have found that when the...