Moritz

Results 7 issues of Moritz

This is a: - [X] Bug Report - [ ] Feature Request - [ ] Question - [ ] Other Which concerns: - [ ] flow-runtime - [X] babel-plugin-flow-runtime -...

react-native

Hi, maybe you want to add a d.ts typing file (package.json "typing": "index.d.ts") ``` declare module 'react-native-zeroconf' { import { EventEmitter } from 'events'; export interface PendingService { name: string;...

https://github.com/Dimezis/BlurView supports blurring the view tree behind the view, not requiring the current nasty workaround with the viewRef property. The patch below works fine for me. ``` diff --git a/node_modules/@react-native-community/blur/android/build.gradle...

disabling Explode AAR still modifies AARs after downloading in 1.2.129 (current). to reproduce: 1. uncheck Explode AAR in options, enable verbose 2. start resolve 3. output log contains stuff about...

type: feature request

Getting the following error during reload: ``` *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error when sending event: RNSensorsBarometer with body: { pressure = "1013.959655761719"; timestamp = 1685887033002;...

For typescript design:type metadata to be avaliable in react-native it is required to add some plugins to babel.config.js: ``` module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: [ 'babel-plugin-transform-typescript-metadata', ['@babel/plugin-proposal-decorators', { legacy:...

type: documentation

Hi, not sure but I believe the method `whisper_token_to_str` is missing in the function exports. I'm trying to retrieve word-level timestamps using `whisper_full_get_token_data` and need to convert the token id...