Vladislav P

Results 21 issues of Vladislav P

Hello, I received App Store notification that I must migrate from Billing client 3x if I want to make any updates to the app. >Reminder: Starting on August 2, 2022,...

Hello, your project is the only one that attempts to render math without WebView. So this is pretty unique and significant. I would like to contribute (I can do react-native-android...

help wanted

Created a simple class ( i ) exactly as described http://lua-users.org/wiki/ObjectOrientationTutorial then local d=serpent.dump(i) local fun, err=loadstring(d) copy=fun() print (copy:get_value()) -- attempt to call method 'get_value' ( a nil value)...

Hello, I apologize in advance -- if this is not the right venue to report the issue and ask for help. I am using your application to teach myself android...

bug

most of my functions are in form function funcName (attr1, attr2) { return attr1; } or var RClassNm = React.CreateClass({ getState: function () { } }); The js-doc module does...

the author does not seem to be responding. I see there are bunch of forks is there a common fork that most are migrating too? RN is now at 0.60,...

Not sure if this is meant to be supported or not. But would appreciate some pointers on where to start debugging. I am using the package with RN (0.58) and...

the demo app relies on alt, however since React-native-18 (or higher) alt conflicts with react-native via fbjs I had submitted a bug report to alt, they had closed it, however...

bug

for folks who use SparkJava. The maintainers of the framework could not , yet prioritize already available pull requests. Therefore perhaps and an example (or an integration module) would help...

hello, thank you for making this example available. It happen to fit almost exactly what I needed (although I am using the new React Context instead of Redux). I tried...