James Mallison
James Mallison
I have Firmware 6.2.0. Old version of Atmosphere / Hekate. A copied the latest release .nro over to the correct directory. After booting into CFW and going into the album...
Hey dude, great lib. Thanks for this example! As the title suggests, do I need to make significant changes to this example to make it work with View Controllers instead...
Add a test for #271, merge into develop. Add 1.07 tag and merge to master.
### Describe the bug: An app cannot be stopped and either started again or replaced with a new, working instance of an app. When starting an app and showing a...
> **Note**: I'm using silex 2.0.x-dev#c207787 and WebProfiler 2.0.x-dev. Registering the `WebProfilerServiceProvider` with the following code: ``` $app->register(new WebProfilerServiceProvider, [ 'profiler.cache_dir' => __DIR__ . $cacheDir, 'profiler.mount_prefix' => $mountPrefix ]); ```...
The container doesn't start when launched. I'm doing it with a very basic docker-compose setup with swarm. The end result before the container dies is: ``` Assertion failed: 0 (ch_malloc.c:...
Also mentioned here: https://github.com/go-vgo/robotgo/issues/561 but in a list of others, so I thought I'd create an issue specifically for this feature request. The ability to capture only the contents of...
- Robotgo version (or commit ref): v1.0.0-rc1 - Go version: 1.18.3 darwin/amd64 - Gcc version: "gcc: stable 12.2.0 (bottled), HEAD" - Operating system and bit: macOS x64 - Resolution: Built...
## Problem - A screenshot is taken with `robotgo.CaptureImg()`. - When that screenshot is **saved first**, and then loaded using `DecodeImg`, then the X Y coordinates from `FindImg()` are correct....
Is it possible to make the labels within the arc responsive? Or is this too complicated? This is unfortunately something I can't contribute as the maths looks too complicated for...