Jatutep Bunupuradah

Results 29 comments of Jatutep Bunupuradah

I'm able to boot Big Sur now, with Clover 5126, but I needed to use VoodooPS2Controller 2.0.4, and removed AirportBrcm4360_Injector kext

You can downgrade bios by turning on BIOS Back Flash and running this https://download.lenovo.com/consumer/mobiles/6ncn35ww.exe

I've tried using PubSubClient, it receives the encrypted message correctly but the code is different, it gets message length and loops the array buffer until it completes the length

I've found the solution for EspMQTTClient, looks like it's the problem with `(char*)payload` and `payloadStr.c_str()` which will unexpectedly terminate the encrypted string, so in EspMQTTClient.cpp `EspMQTTClient::mqttMessageReceivedCallback`, I had to change...

> > please find a better solution > > This is an open source project. Others wont just do the work for you. Do tests and suggest one :) >...

Can I ask for a recommended configuration for grid trading? I've never used grid trading before, but I'm interested. And in the grid sell configuration, the "add new grid trade"...

> Hm. > > So in this case, what happened is, buy action got the priority of the stop-loss action. When the bot determines the action to do, it checks...

These are what I want: 1. Registry the app with Netflix Eureka registry, so the client can be discovered by other services. ![image](https://user-images.githubusercontent.com/29559559/228425454-af5a93d1-48aa-4a99-a305-6637ac872b00.png) 2. Export to GRPC endpoint of OpenTelemetry...

Tried adding ``` true *:* META-INF/*.SF META-INF/*.DSA META-INF/*.RSA ``` to maven-shade-plugin configuration Invalid signature file digest for Manifest main attributes problem is solved now... But the opentelemetry agent is not...