Yuval Saraf

Results 33 comments of Yuval Saraf

@dianadumbravean Fixed README

Just tried it on raspberry pi 4, with latest available version on apt `2.0.3`, and it doesn't work. Any chance you support 2 and above? Update: Ok so I downloaded...

Sometimes they tell you in the api to include some script in your html, and if it does just include it in the [html here](https://github.com/unimonkiez/react-cordova-boilerplate/blob/master/src/index.ejs#L7), and it will work fine...

Can you tell me which third party did you try to include?

Seems like webpack was trying to run the code you inserted to your EJS file, though it should be running only in build time. I see there is an npm...

I want to pick this PR up and also do operations with dataclasses as a start. Currently installation is failing with this message ![image](https://user-images.githubusercontent.com/8074452/117141886-be676680-adb7-11eb-9d0b-5de0459f66f8.png) How to continue this development?

> I fixed merge conflicts and aligned the versions so `yarn install` should work fine. @unimonkiez Thanks, will pick up on it hopefully operations will be ok. BTW, I saw...

> Hey, sorry I haven't been responding to this thread. @unimonkiez if you want to work on this, please do. A few notes though: > > 1. As far as...

> On the other hand, it is much easier to work with dataclasses using libs like [dacite](https://github.com/konradhalas/dacite), which together with `dataclasses.asdict` method pretty much solves serialisation problems. So, tbh using...