Florian Didron
Florian Didron
@nicholasamorim Reviving an old thread, but did you find a fix for this ?
@nicholasamorim Nevermind i found the answer after some serious head scratching. On Xcode 11, I had to tick the USB option on in the Project file > Targets > {APP...
@sbilstein @txbrown monthes later I'm back at it and I'm running into the following issue on a M1 Mac. As soon as I add the App Sandbox entitlement to my...
@ganigeorgiev I'd like to take a stab at a PR in the coming weeks. A few questions: I would call the feature MagicLink, so forms, tokens would be named something...
@ganigeorgiev I hadn't seen that refactoring proposal, indeed it's better to wait for it before working on magic links. Will keep an eye on the release and will resume the...
@benbriggs I'm facing the same issue, but I'm not sure I understand your answer can you elaborate ? Thanks !
@benbriggs thanks for the update. I tried using `htmlToBlock` but to no avail. ```javascript const contentState = convertFromHTML({ htmlToBlock: (nodeName, node) => { if (nodeName === 'img') { return {...
Ah thanks, yes should have had a better look before, will move our project to the lib you suggested, thanks! On Tue, Feb 23, 2016 at 23:03 EdwardCodes [email protected] wrote:...
Do you have xwayland installed ? This library interfaces with xcb, Xwayland should give you a compatibility layer there.
Oh and a workaround if anyone wants to use this nice package with snowpack, add an alias in `snowpack.config.js` ``` module.exports = { alias: { "react-svg-spinner": "./node_modules/react-svg-spinner/dist/index.umd.js" } } ```