Nick Spreen

Results 43 comments of Nick Spreen

"@codegenie/serverless-express": "^4.14.0", "express": "^4.19.2",

@michaelmoneypenny I honestly don't remember. let me check my code from back then

yeah, it seems I did find a workaround. going by length, and by prefix. only GB seems to have this issue. the project is kinda dead so I'll just post...

thanks! exactly the answer i was looking for 2y ago 😄

This should be recognized as a bug with high priority. TabView is completely unusable in iOS right now

Workaround: This one is pretty ugly. Basically tabview initialization needs to be delayed when coming from another page. So put `*ngIf="initFinished"` in your TabView element, and add `setTimeout(() => {...

@rowdyrabouw I cannot find the variable `initFinished` in that project it seems.. Neither any `setTimeout` calls.

I'm using the workaround in my project, and didnt test yours. But if you try to incorporate the workaround I can maybe see why it's not working for you.

welp. knowing this earlier would've saved me from using the library in the first place... definitely a required feature for a redis lib