Sergey Smyshlyaev
Sergey Smyshlyaev
Section 4 includes Basic authentication scheme, but doesn't include Digest authentication scheme, which is described in the same RFC as Basic ([RFC 2617](https://tools.ietf.org/html/rfc2617)) Also, it would be great to add...
This PR fixes https://github.com/react-native-webrtc/react-native-webrtc/issues/679 by adding `onFirstFrame` callback, which fires when first video frame is received. Note, however, that audio stream can start playing earlier.
This line of code in `ErrorAbstract` is freezing Hermes JS engine in React Native applications: https://github.com/GetStream/stream-js/blob/main/src/errors.ts#L21 Please see minimal example React Native app here: https://github.com/sesm/rn-gestream-freeze Related Hermes issue: https://github.com/facebook/hermes/issues/928
**Please make sure your question is within the scope of this plugin.** - [x] I know this plugin is about *persisting changes* to the Vim support built into Obsidian, plus...
**Please make sure your question is within the scope of this plugin.** - [x] I know this plugin is about *persisting changes* to the Vim support built into Obsidian, plus...
## Expected Behavior I should be able to run `example` app ## Current Behavior I can't run `example` app, getting the following error: `Error: Cannot find module 'metro-bundler/build/blacklist'` ## Steps...
Font Awesome icons are used in web via importing a font. In theory, the same can done in react-native (see https://github.com/oblador/react-native-vector-icons). But this implementation uses SVG via `react-native-svg` to render...
`redux-thunk` async actions can show duration in hundreds of milliseconds, while directly benchmarking the reducer functions for this actions shows ~1-2 milliseconds. How is duration measured for actions generated from...
I want to sort actions by duration to highlight the slowest ones, but instead they are sorted alphabetically
If no SLF4J providers are found, SLF4J defaults to no-op logger, which results in all logs, including errors and exceptions being hidden. IMO this is not a sane default, a...