adams-family

Results 35 comments of adams-family

+1 I agree it would be nice to have a way to define our own cache key and avoid cache misuse/abuse. As per my understanding, for example, a user can...

Hi @kwhitley - thanks for your suggestion. I think my use-case is slightly different: I want all these URLs to be cached: GET /kittens/cat1 GET /kittens/cat2 GET /kittens/cat3 GET /kittens/cat4...

I confirm that this bug also exists on an iOS simulator. My image assets were replaced by the `tns resources generate splashes` command but my iOS simulator still shows the...

Ok, I confirm that this is a very weird thing (and maybe should be pointed out in the **documentation?**), I found a solution here: https://stackoverflow.com/questions/33002829/ios-keeping-old-launch-screen-and-app-icon-after-update **TL;DR:** - I had to...

Confirmed the same here, rxjs is missing. However, after adding rxjs I'm still facing this issue: https://github.com/Trakkasure/mikronode/issues/93

Sorry for the confusion, installing 5.3.0 solved the problem.

Ok the initial problem solved by installing an EARLIER version of rxjs thanks to this post: https://stackoverflow.com/questions/51727130/mikronode-with-express-js-typeerror-sentence-get-do-is-not-a-function#52114073 Just modified dependencies in my package.json as follows: "dependencies": { "core-decorators": "^0.20.0", "mikronode":...

Same issue here with v3 - any chance for a fix? At the time of writing this comment, sadly following the tutorial for angular V14 and Highcharts (https://www.highcharts.com/blog/tutorials/highcharts-with-angular-v14/) reproduces the...

Hi @karolkolodziej - did you start with a fresh new Angular 14 project and follow the tutorial published on Highcharts blog (https://www.highcharts.com/blog/tutorials/highcharts-with-angular-v14/)? Because that's pretty interesting that we are getting...