alexstrnik
alexstrnik
Зарегистрировался
Hello! As i can see API is already exists Example: `https://www.lightpollutionmap.info/QueryRaster/?qk=MTY1MjYxNTk5MjI5NTtpc3Vja2RpY2tzOik=&ql=viirs_2021&qt=point_t&qd=48.74783729168823,55.75136844953553` where `qk` is API Key (i think you can just use key from their website), `ql` is data layer...
Looks similar to this https://github.com/electron/electron/issues/12002, maybe something changed in memory allocation. May try later to figure out a little bit more, but i unable to reproduce crash unfortunately
I discovered something too, but still have no idea wth is going on. I packaged app from source and it launched without any problem, then i downloaded packaged app from...
@0xConsumer @lymanjre @hiddify-com please take a look when possible
@hiddify-com can you have a look pelase?)
@hiddify-com Thank you for your response! In that case, it might not make much sense, depending on how soon it will be ready. However, it might be worth merging as...
@titancomputer here come PR https://github.com/hiddify/hiddify-app/pull/1644
I tried the space functionality, and I can confirm that creating new spaces (`SLSSpaceCreate`, `SLSShowSpaces`) and moving windows (`SLSSpaceAddWindowsAndRemoveFromSpaces`, `SLSMoveWindowsToManagedSpace`, `SLSRemoveWindowsFromSpaces`) between them works. There's also an API for destroying...
You can find the full list of methods here: [SkyLight.tbd – macOS 15.4 SDK](https://github.com/alexey-lysiuk/macos-sdk/blob/main/MacOSX15.4.sdk/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight.tbd) The signatures are missing, but with some help from tools like Frida or Hopper, I think...