Jamesits

Results 70 comments of Jamesits

See https://github.com/RIPE-NCC/ripe-atlas-software-probe/pull/88 which should be fixed in the next version.

We had some issues upgrading to upstream version 5090, so we are currently pinned to 5080 manually. (See https://github.com/Jamesits/docker-ripe-atlas/issues/31 ) Support for 5090 is still in progress, CC @Dreista

Upstream has fixed this issue and we've integrated these updates. I guess the issue is no longer valid. If you are still having problems, please open another issue. Thank you!

Could you please make sure that your server data directory is mounted to a directory where it has write permission?

Closing for now due to lack of response. If you are still having problems, please open another issue.

Works on Node 22.19.0, Typescript 5.9.2, Vite `npm:rolldown-vite@^7.1.4`, Vue 3.5.19, videojs-vr 2.0.0 ```typescript import videoJs from 'video.js' import VR from 'videojs-vr' import CardboardButton from 'videojs-vr/src/cardboard-button' import BigVrPlayButton from 'videojs-vr/src/big-vr-play-button' onMounted(()...

Had a very similar incident after a node autoscaling event followed by a pod rebalance. One thing worth noticing is that my Redis replication nodes (non-master ones) printed a lot...

I've encountered the same issue. logs from `dev-mode.js`: ``` C:\Users\user\scoop\apps\nodejs-lts\current\node.exe .\packages\dev-mode.js No Svelte config file found in C:\Users\user\code\test - using SvelteKit's default configuration without an adapter. The following Vite config...

@arkodg Simple reproduction script here: ```shell sysctl net.ipv4.tcp_l3mdev_accept=1 sysctl net.ipv4.udp_l3mdev_accept=1 modprobe dummy ip link add vrf1 type vrf table 200 ip route add vrf vrf1 unreachable default metric 4278198272 ip...

Same problem with Vue 3.6.0-alpha.2, vue-i18n either 12.0.0-alpha.3 or 11.1.11