Sam
Sam
Maybe you can add the following to the readme so people can install using their well-known npm: `npm install git+https://[email protected]/Timeular/noble-winrt.git`
This function checks if the bounding box is within your self defined cropping area (configured with the `MO_CROP_` variables). So increase your cropping area. An explanation could be that the...
If I read the code correctly, it saves the last image with its found rectangle. @sebsoft to improve the rectangle, you could keep track of all images for a certain...
@Mobilitysensing Thats very nice! Can you share the code changes you did for this? This will help me tweak the parameters a bit better. I still see cars passing by...
Update: Indeed, a `GET` of `https://x.x.x.x/apis/extensions/v1beta1/ingresses` responds with ``` 404 page not found ``` However, a `GET` of `https://x.x.x.x/apis/networking.k8s.io/v1/namespaces//ingresses` does responds with all ingress rules (even though we're still using...
I don't think it's Pi5 related but rather the version of Raspbian. On Bullseye it works, on Bookworm it's broken.
@vladbalan Yes! I'm currently using the [archiver](https://github.com/archiverjs/node-archiver) module. It allows me to write directly to disk. This way only disk space is used, not RAM. Sam
I 'solved' it by adding this to the command line: `--backend-disabled-opts=CopyPropagationOptimizer` But it seems like a lot of exe's I'm trying to decompile these days are stuck at this phase......
On Raspbian Bullseye it works, on Raspbian Bookworm it's broken.
It could be that one of of the NATs don't allow TCP hole punching. Try using some other NATs. I too had the problem that TCP hole punching was not...