Marc Rousavy

Results 191 issues of Marc Rousavy

Implement `ReceiveProgressChanged` and `SendProgressChanged` events OR `IProgress` parameter in `IClient` and `IServer`

Implement [BinaryUplink](https://github.com/mrousavy/GenericProtocol/blob/master/GenericProtocol/Implementation/BinaryUplink.cs) and [BinaryDownlink](https://github.com/mrousavy/GenericProtocol/blob/master/GenericProtocol/Implementation/BinaryDownlink.cs) once [ProtoClient](https://github.com/mrousavy/GenericProtocol/blob/master/GenericProtocol/Implementation/ProtoClient.cs) and [ProtoServer](https://github.com/mrousavy/GenericProtocol/blob/master/GenericProtocol/Implementation/ProtoServer.cs) are tested thoroughly. ## Model: Same concept as [ProtoClient](https://github.com/mrousavy/GenericProtocol/blob/master/GenericProtocol/Implementation/ProtoClient.cs) and [ProtoServer](https://github.com/mrousavy/GenericProtocol/blob/master/GenericProtocol/Implementation/ProtoServer.cs), but without **(De-) Serialization** for faster binary transfer. ### Implements: [IClient](https://github.com/mrousavy/GenericProtocol/blob/master/GenericProtocol/IClient.cs)/[IServer](https://github.com/mrousavy/GenericProtocol/blob/master/GenericProtocol/IServer.cs)...

https://github.com/mrousavy/react-native-vision-camera

# Bug When rendering large Blurhashes on Android the blurhash sometimes fails to load. This: ```jsx return ( ); ``` Looks like this: a b and I have no idea...

bug
help wanted
Android

Currently, no border radius property is supported. You can achieve the same behaviour in react by setting `overflow: hidden` and then applying your borderRadius. To natively support borderRadius the property...

enhancement
help wanted

# Problem Currently there is no support for [react-native-web](https://github.com/necolas/react-native-web). # Solution A web implementation. 1. Create `web/` folder 2. Create project 3. Export React Methods 4. Add Blurhash Encoder/Decoder 1....

enhancement

# Problem Currently there is no support for [react-native-windows](https://github.com/microsoft/react-native-windows). # Solution A Windows implementation. 1. Create `windows/` folder 2. Create VS Solution 3. Export React Methods 4. Add Blurhash Encoder/Decoder...

enhancement
help wanted

# Problem Currently there is no support for [react-native-macos](https://github.com/microsoft/react-native-macos). # Solution A macOS implementation. 1. Create `macos/` folder 2. Create Xcode Project 3. Export React Methods 4. Add Blurhash Encoder/Decoder...

enhancement
help wanted