Abdulaziz Ghuloum
Abdulaziz Ghuloum
Another proposed fix for the issue is here: https://github.com/azizghuloum/react-native-side-menu
https://github.com/react-native-community/react-native-side-menu/pull/373
I'm not a maintainer so speaking for myself here. Honestly I don't think this can be merged due to breaking compatibility. What needs to be done is: First: *Add* support...
Hopefully 2023 would be the year that bigints make it to protobufjs. https://github.com/protobufjs/protobuf.js/pull/1557
https://github.com/stephenh/ts-proto/pull/742
If somebody else comes here for serde support, this is what I've done: Copy this code into `email_address_serde.rs`: ```rust use std::{fmt, marker::PhantomData}; use email_address_parser::EmailAddress; use serde::{de, Deserializer, Serialize, Serializer}; pub...
There are two issues with the wasm build worth mentioning: 1. Unicode nfkc normalization is skipped because I couldn't figure out how to do it. It doesn't seem to affect...
Yeah. This is pretty bad. I now have to type code character by character otherwise the cursor jumps to the beginning and messes everything up.