tartinesKiller

Results 9 comments of tartinesKiller

I had this issue with my recent migration of my app from NS6 to NS8: I'm now using the latest version of @nativescript-community/ui-material-ripple. In my case, the ripple is not...

> @Bezlepkin @tartinesKiller it seems ripple is completely broken on android :s i have no idea how to fix it :( I would suggest to use https://github.com/nativescript-community/ui-material-components#mixins= to have rippleColor...

Hi! I have quite similar needs. In my case, I have a form with multiple items (fields). I want to be able to perform an action (fetch previously filled value...

In fact, I'm victim of theses errors, and I can't find a way to solve them. My version is 3.0.2. I'm using the same Bitmap object (created from RenderImage().AsBitmap()) to...

Thanks for the great explanation! I didn't find the existing issue, sorry.

Thanks for your answer! I tried `'-D TEST_AMP=\\&a'`, but compiler was complaining of a stray `\` in code. However, I did try ``` '-D TEST_AMP=&a' ``` and it's working on...

Managed to get it working by: * transforming csv to json (with https://csvjson.com/csv2json) * edit json and renaming all "tags" to "_tags", as it's not the same format (so tags...

@S-North yes sorry, forgot to mention this. I compared the format from Wallabag (defined [here](https://github.com/linkwarden/linkwarden/blob/968bd04b40a545875c322003e8f949aa5e30b8fa/apps/web/lib/api/controllers/migration/importFromWallabag.ts#L5)) with the one from pocket, which is quite light.

> The import worked, but the tags were lost even after renaming the tags keys to _tags e.g. > > [ > { > "title": "Dungeon Masters Guild", > "url":...