Due to the behaviour of Cache.vue and ApiLoader.vue, any call to an API is made twice. A fix would be to simply pipe the API response in the Cache.vue component instead of subscribing to its observer.
Due to the behaviour of [`Cache.vue`](https://labs.phundrak.com/phundrak/phundrak.com/src/commit/be09cf68d5b003d06f290872900a943237033cbb/content/.vuepress/components/Cache.vue#L43) and [`ApiLoader.vue`](https://labs.phundrak.com/phundrak/phundrak.com/src/commit/be09cf68d5b003d06f290872900a943237033cbb/content/.vuepress/components/ApiLoader.vue#L54), any call to an API is made twice. A fix would be to simply pipe the API response in the `Cache.vue` component instead of subscribing to its observer.
phundrak
added the bug label 2023-09-22 16:14:42 +02:00
phundrak
self-assigned this 2023-09-22 16:14:42 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Due to the behaviour of
Cache.vueandApiLoader.vue, any call to an API is made twice. A fix would be to simply pipe the API response in theCache.vuecomponent instead of subscribing to its observer.Fixed in
2496bff82f