Fernando Medina

Results 7 issues of Fernando Medina

I tried with DXVK 1.6 and #1259 buid. when the graphics are set to high it crashes when loading a map. ![image](https://user-images.githubusercontent.com/3660373/79697986-37068e00-825c-11ea-925c-bfccb228844d.png) If you want to try yourself this is...

I'm trying to make this work: ``` locales(app, { defaultLocale: 'en', localeAlias: { es: 'es_AR', en: 'en_US', } }); ``` Whatever I send in "Accept-Language" header parameter: "es", "es_AR" or...

In the readme this code is provided: ``` locales({ app: app, dirs: [__dirname + '/app/locales'], defaultLocale: 'zh-CN', }); ``` And throws this error: `TypeError: Cannot set property '__' of undefined`...

When there are many lines of code expanding the code area does not reveal more lines, see: ![bug](https://user-images.githubusercontent.com/3660373/89135010-68038980-d500-11ea-99b4-9d806bbdb290.png) A work around is to resize the browser window, after that the...

bug

I would like to have the snapshots in a __snapshots__ folder just like with Jest, is there a setting to configure this? In my opinion folders looks cleaner when the...

The functions of this library works for moving objects when calling them on each frame update as long as you don't set transition to true, so for moving objects there...

The example code is not working with the current three.js version: (0.168.0) The following code: ``` // Generate a yellow torus mesh to voxelize. let geometry = new TorusGeometry(10, 3,...