cj-marius-duna

Results 8 comments of cj-marius-duna

An advantageous functionality would involve programmatically consolidating Pack Network logs and Logger logs into an internal zip file within an application. This capability proves beneficial as it facilitates the systematic...

What about sending events from Java code?

While analysing the logs using Proxyman then the API call ended successfully

The plugin works as expected. You saved me lot of research time. Thanks to creator!

@ShurikuS57 for all room databases use `enableMultiInstanceInvalidation()`

@srtvprateek Please update ktor to the version 3.0+ in Pluto, otherwise we have crashes when openning Network Inspector UI

@srtvprateek any news on updating Pluto to the latest ktor?

``` fun isTokenAboutToExpire(jwtToken: String): Boolean { val jwt = JWT(jwtToken) if (jwt.isExpired(0L)) return true val iat = jwt.issuedAt val exp = jwt.expiresAt // If either iat or exp is null,...