Franco Traversaro

Results 3 issues of Franco Traversaro

**Is your feature request related to a problem? Please describe.** I have an Attachment entity that can be related to many other entities; if an Attachment is "used" by someone...

enhancement

### Minimal reproducible example https://github.com/belinde/expo-av-nativeeventemitter-bug ### Summary The project has been generated as per standard procedure, then `expo-av` is added with `expo install` ``` npx create-expo-app expo-av-nativeeventemitter-bug npx expo install...

stale
needs review

In file `typings/models/countryAuthorization.d.ts` there is an untyped property (currently on line 7): ```typescript import { CountryISO } from "../types"; export namespace countryAuthorization { interface AuthorizationData { BlockUserCreation: boolean; BlockBankAccountCreation: boolean;...