Nic Jansma

Results 111 comments of Nic Jansma

This recently caused me issues, not knowing EventBus was holding a strong reference on my Android fragments and other UI classes, eventually leading to a lot of OOMs. It does...

This is a fantastic project, and I'm really interested in integrating Kuma into Home Assistant and other home-network things. I'd like an API for: * Adding / removing monitors (I...

I'm hitting this as well. I have ~60+ containers and loading Yacht freezes my browser. ![image](https://user-images.githubusercontent.com/1004649/124961039-faeb5480-dfea-11eb-8f29-bc9fc7174f2a.png) It looks like there's a `/api/apps/stats` request for each container, but each `/api/apps/stats` EventStream...

With `:devel`, I no longer see tons of `/api/app/stats` requests: ![image](https://user-images.githubusercontent.com/1004649/125297300-2032d800-e2f5-11eb-93d4-44ccac9ca7ee.png) However, the page still locks up on all the browsers I've tried (Chrome, FF, Safari). I can't even open...

I was finally able to get a Profile with Safari. Here's a 30.37-second trace with ~29 seconds of JavaScript CPU: ![image](https://user-images.githubusercontent.com/1004649/125298295-01811100-e2f6-11eb-9fea-7e5a89614fef.png) Obviously this is minified code but it seems to...

Yeah Yacht is unusable for me until this is fixed. Unfortunately I don't have any experience debugging Vue, hopefully there's a simple place it can be optimized?

@skluthe thanks for taking a look. It's 100% repro for me, given enough docker instances (I have 58 on my host). Again I know very little about Vue, but in...

@allencoded Do you have a more recent AMI to recommend that works?

Sorry for the delay! This one I'm not sure about, mostly because I personally deploy long-running instances. Is it easy to make optional?

@Keno-Chile can you share a partial dump of your input data you're trying to convert?