Vasilis Nicolaou

Results 74 comments of Vasilis Nicolaou

basically had the same issue and added ```c info("Wait for your device to restart and then press enter"); getchar(); ``` Just to control the flow below https://github.com/libimobiledevice/idevicerestore/blob/master/src/idevicerestore.c#L1371 I waited for...

leaving it here for reporting purposes only.

work is underway https://github.com/vaslabs/pi-web-agent/pull/157 which will fix this issue too

which port are you using? might be worth trying going to https directly: https://localhost:8443

probably the pre/post installation scripts mess up the update, will make them less error prone

This is because we don't actually follow the dpkg flow, which passes an argument to the scripts to tell us if it's an upgrade. need to have a review on...

Hello @ennru , is someone working on this on your side or is it worth having a go? we are basically trying to move to scala 3 and stumbled upon...

It looks to me like a scala 3 issue, where parameter annotations are missing from the bytecode https://github.com/kamon-io/Kamon/pull/1191

Ok found a fix for this, [it's in the above PR](https://github.com/kamon-io/Kamon/pull/1191), but it's a PoC, it passes the test for scala 3 but it needs code changes to keep compatibility...

I'll put my notes here The issue seems to be originating from byte buddy: ```java @Override protected ParameterDescription resolve(MethodDescription instrumentedMethod) { ParameterList parameters = instrumentedMethod.getParameters(); if (parameters.size()