Daniel Steigerwald

Results 107 comments of Daniel Steigerwald

This is a temp fix I made for https://github.com/rofrischmann/fela which have the same problem. Hope this will help. https://github.com/este/este/blob/f1d25590e363eb6b7822295ad3318e2a898ccba8/src/browser/felaPluginPlaceholderPrefixer.js

@gut4 There is a problem with such an implementation. It will break the window scroll occasionally. It's probably much harder to implement with fake height placeholder etc. I had to...

@Freddy03h RNfW is: awesome CSS-in-JS, improved "DOM" components, fixed interactions for mobile&touch devices, and a lot more. I would ask them how to solve the "hover on touch" issue, key...

@vlimag Check readme https://github.com/necolas/react-native-web#modules

@ept Does authorization belong to Automerge? Isn't it solvable by public/private key cryptography outside of the Automerge? What is the current vision? Thank you.

Thank you for the explanation. As I see it, if someone gets access to Automerge data, they can do whatever they want. The only thing we need to know is...

And a related question, Because modern cryptography uses byte arrays instead of strings, it would be useful if Automerge could store byte arrays directly.

> it's not clear to me why you think you can't store encrypted text in Automerge By text (rich text) I mean Automerge.Text CRDT type. `doc.text.insertAt(0, here can not be...