personalnadir

Results 9 issues of personalnadir

- [x ] I tried searching [Solar2D forums](https://forums.solar2d.com/) for the solution. **Describe the bug** In the MacOS simulator 3674 I have to introduce a junk display.save call as the first...

**Describe the bug** The following code produces the message 'GPU hang occurred, CoreAnalytics returned false' before causing the simulator to crash on my machine (produced in an attempt to reproduce...

- [ x] I tried searching [Solar2D forums](https://forums.solar2d.com/) for the solution. **Describe the bug** media.playerVideo's listener is not called. **To Reproduce** Steps to reproduce the behavior: 1. Invoke media.play("video file",...

In Lua 5.1 I am in the habit of writing Lua files in the from: ``` local M={} modulename=M local table=table setfenv(1,M) function thatUsesTable() ... end return M ``` Taken...

I am seeing a consistent errors when trying to create or sign in users in the Unity Editor and on iOS device (Android not attempted yet). Both CreateUserWithEmailAndPasswordAsync and SignInWithEmailAndPasswordAsync...

api: auth
type: feature request

When installing via npm: ``` ls node_modules/redux-when CHANGELOG.md README.md index.d.ts package.json ``` Is this similar to #5?

Hi, this is my attempt to add support for #29 I've changed the way pluralisation works to support this. Whereas previously the code always used data.count to determine the pluralisation...

I am interested in adding support for lists of string to i18n.lua. The use case is for in game text where I want to randomly select strings with equivalent meanings...

Myget.org is taking 30 to 40 seconds to respond to the request from Completions.py, which causes the request to timeout and abort. Aside from increasing the timeout, is there a...