Nasr Galal

Results 12 issues of Nasr Galal

This PR should do the following: - [x] setup jest for the framework - [x] Add some test cases as well as TDD cases for missing features - [x] Add...

I do love the idea of adding a vue support for p5 framework! I noticed that there is a ton of work required, I have setup unit testing for the...

**Bug story** When I import the library inside my test file: ```ts // example.spec.ts import { .... } from 'vue-babylonjs'; //OR import vb from 'vue-babylonjs'; ``` the following bug prevents...

Playing around with textures let me search alot, here is an example that should be added in the API of the docs (I can contribute): turning on wireframe on a...

**Error: too much recursion!** This bug generates when splitting the code into separate components for organizing code **Minimally Reproducible Example** just a basic example: ```vue ``` I would like to...

Looking for a way to do this animation with Vue.. here is an example using vanilla js: https://www.babylonjs-playground.com/#2SN4VZ#6 or this one: https://www.babylonjs-playground.com/#IW99H0#7 I think there is a way to use...

This is just a workflow that adds a label depending on the pr commits and changes refer to: https://github.com/sniperadmin/vue-native-core/pull/1

I would like to access `@nuxtjs/firebase` as some of the components as long as vuex are using `$fire`. Any ideas?

question
v4

### Issue details: When enabling the functions module in `firebase staging environment`, the following error appears in a trigger: console errors ```go FirebaseAuthError: There is no user record corresponding to...

### Clear and concise description of the problem Could we cover branching in the following working example in unit testing? ```vue {{ $t('auth.subtitle', { status: isRegister ? $t('auth.status.create') : $t('auth.status.login')...

Status: Proposal