clearloop

Results 46 comments of clearloop

> > which will search the static library on OS > > It's not really the same though as automated download of the correct static library by Cargo / build.rs...

Already cached with sccache - https://github.com/ChainSafe/PINT/blob/84acda4f4ff00467d351dc9a8476ef60a40e174e/.circleci/config.yml#L90 - https://github.com/ChainSafe/PINT/blob/84acda4f4ff00467d351dc9a8476ef60a40e174e/.circleci/config.yml#L53

Caching `target` directory will cause some related issues, for example - we remove a feature and related code in one PR - we get back the feature but forget to...

> We want to be somehow performance, mobile-first and lightweight version, just focused version I love the mobile-first direction, btw, is there any telegram group or somewhere we can chat...

this could be a problem that your session is outdated, see [Cookies](https://github.com/clearloop/leetcode-cli?tab=readme-ov-file#cookies), or the network was currently just bad ( got invalid JSON response ) ... Ideally, we should provide...

> Ok, but this code is valid (just a few letters less). So i guess it is not about the csrf token. > > ``` > from typing import *...