clearloop
clearloop
> My pleasure. Just sent the invitation
now it's gear cli, any new ideas or we can close this issue? @shamilsan
sth like https://crates.io/crates/slog could help, but it is outdated tbh
Foreign global variables is currently not supported https://github.com/rust-lang/rust/issues/60825 we still can implement it via calling functions like the`fn cache` below in our executor right before executing each messages or sth...
yeah, it is possible to replace the new generated csrf and session key with bash script as well! ```bash ./target/release/leetcode list # just trigger the config generation logic sed -i...
1. the `following` API is deprecated, see `June 26 2023` in the [Twitter API ChangeLog](https://developer.twitter.com/en/updates/changelog) 2. the issue could be caused by requesting an unsupported interface, for example, ur requesting...
Sorry for the late~ > When starting a new project, sup should ask about the name, version, creator, license, etc. These values should be filled into `Cargo.toml` inside both runtime...
> Likewise, an existing project should be rename-able with a simple command using this package manager. Something like sup rename foo should rename the bar project by replacing all invocations...
``` > brew install tcl-tk > pyenv uninstall 3.9.8 > env \ PATH="$(brew --prefix tcl-tk)/bin:$PATH" \ LDFLAGS="-L$(brew --prefix tcl-tk)/lib" \ CPPFLAGS="-I$(brew --prefix tcl-tk)/include" \ PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \ CFLAGS="-I$(brew --prefix...
perhaps provide a new feature `builded`, which will search the static library on OS