Chris Rudmin

Results 9 comments of Chris Rudmin

Workaround is to define `` tag in blockRenderMap: ``` const blockRenderMap = DefaultDraftBlockRenderMap.set('br', { element: 'br' }); const blocksFromHTML = convertFromHTML(testString, getSafeBodyFromHTML, blockRenderMap) ```

@altyaper @mohamedBENKHOUYA This: https://github.com/facebook/draft-js/blob/main/src/model/paste/getSafeBodyFromHTML.js

@programazing. Nice! I hope you test this before merging. I can’t vouch for this change as is as I haven’t looked at Hugo for a couple of years.

@lpinca I see that. According to all the Shopify docs I have seen. Mutation queries will have any error in the field `userErrors` Some example doc references: https://shopify.dev/docs/admin-api/graphql/reference/customers/customeraddtaxexemptions https://shopify.dev/docs/admin-api/graphql/reference/customers/customercreate https://shopify.dev/docs/admin-api/graphql/reference/orders/ordereditsetquantity

There is a good discussion including one of the chrome devs here: https://github.com/chris-rudmin/opus-recorder/issues/111

@kbumsik I released a new version of opus-recorder with audio-worklet support (and fallback to scriptProcessor). Check it out if you want a reference.

Check out my fork. https://github.com/chris-rudmin/Recorderjs

@endoplasmic you can always check out the lib from an older commit. It's all there.

@miparnisari workers have been moved inline so `workerPath` is no longer used. Doc is out of date and the project is not being maintained.