Samuel Scheit

Results 111 issues of Samuel Scheit

Plugins should get a custom OPCode so that they can communicate with each other

Module: Gateway
OPCode

![image](https://user-images.githubusercontent.com/34555296/106653685-6beb9380-6597-11eb-93d6-7067071a7551.png) It looks to be OPCode 3, as seen in the image.

Module: Gateway
OPCode

![image](https://user-images.githubusercontent.com/34555296/106653980-d00e5780-6597-11eb-9b61-ad9967e2fab0.png) Looks to be OPCode 6.

Module: Gateway
OPCode

So that instances can finance themselves, they should have the option of specifying paid premium functionality Also if you gift nitro, you should see who claimed it

Enhancement
Module: API
Module: Gateway
Module: Util

The message edit history should be visible and who edited it.

Enhancement
Module: API

Enhancement
Module: API

``` RCTCallableJSModules is not set. This is probably because you've explicitly synthesized the RCTCallableJSModules in RNInCallManager, even though it's inherited from RCTEventEmitter. ( "4 MyApp. 0x0000000105a959b4 _ZL38MSACCrashesUncaughtCXXTerminateHandlerv + 740", "5...

nodejs crypto module provides a [randomInt](https://nodejs.org/api/crypto.html#cryptorandomintmin-max-callback) function, which is missing in the crypto-browserify package. The implementation can be made using the web crypto api and the getRandomValues() function and use...

It is horrible User experience if you have to switch off every single site to disable all cookies. This is also required by the EU GDPR as rejecting all cookies...

Node's generateKeyPairSync function generates a public key of length 44, which then gets sliced down to 33 bytes with the first byte of the sliced down key being the number...