codestation

Results 18 comments of codestation

Yes, i don't remember well but it crashed my psp slim when using more than 8 categories in folder mode. Maybe the vsh could be patched to increase the limit...

Closed since i don't have a PSP anymore to debug this. Maybe is debuggable from adrenaline on Vita but dunno if psplink works on it.

Yes, you are right, it should only read from those 3 locations. A proper fix is to remove the usage of vscode.workspace.rootPath (already deprecated) and migrate to [multi-root workspace API](https://github.com/Microsoft/vscode/wiki/Extension-Authoring:-Adopting-Multi-Root-Workspace-APIs)....

I had the same problem so i had a friend run some tests and found this: The MacBook i have runs on a HDD and diskutil reports the following DevicePath...

> I pushed a docker image `ngoduykhanh/wireguard-ui:latest-arm64` that could work on ARM arch. The image is wrongly tagged as amd64, so it doesn't work with Docker Swarm. ``` $ docker...

What about the check, prune and cleanup pods? Those don't need to run on the same node as the volume and end running on any node.

Proposed patch to enable 64bit structures on 32bit systems and use fseeko instead of fseek (who doesn't support files greater than 2GiB on 32bit systems) https://gist.github.com/codestation/6081325 edit: i am gonna...

Selfhosting is the way to go. I put the docker image referenced in the wiki behind a Traefik reverse proxy in 5 minutes. ``` docker run -d -p 8080:80 linuxserver/snapdrop...

> Note: solving this issue depends on [wk8/go-ordered-map#14 (comment)](https://github.com/wk8/go-ordered-map/pull/14#issuecomment-1336545760) if anyone want to help there ;) Seems like this is already implemented on https://github.com/wk8/go-ordered-map/pull/16