-
Hey 👋🏻
We are currently in the middle of writing out a new automated decoding tool in Rust called Ares:
https://github.com/bee-san/Ares
As such, we do not have much time to spend on Ciphey 🙇🏻 …
-
## 🚀 Goal
Add a new feature to the Web5 Rust CLI that allows users to parse or decode JSON Web Tokens (JWTs).
## 🔑 Tasks
- [ ] Create a new command for parsing/decoding JWTs (e.g., `web5 jwt deco…
-
## Description
I ran `sea-orm-cli generate entity` and generated Rust code does not compile:
```shell
error[E0308]: mismatched types
--> entities/src/gen/foo.rs::
|
69 | …
-
Thank Markot for discovering this issue and further investigating a thorough solution to it. All of the information provided are quoted from the Discord chat by Markot.
**Description**
As of 2018,…
-
Per request on Discord, we need to implement the following extension point:
```xml
```
-
- [ ] https://ecosystem.ipfs.tech/showcase/
- [ ] r/ipfs
- [ ] r/cypherpunk
- [x] ipfs blog
- [ ] discord
- [ ] HN
- [ ] rust-libp2p notable users
- [ ] c/opensource
- [ ] c/selfhosted
- [ ] …
-
### 目标
- 项目名称: codebio (中文: 代码生物) 暂定
- 阶段计划(暂定)
- [x] 技术栈选型: java, 基于 [neoforge](https://neoforged.net/) 的客户端 mod
- [ ] 制作独立的生物群系,根据游戏规则合理生成
- [ ] 添加新的生物(例如 gnu 🐂, python 🐍, llvm 🐲),能通过刷怪…
-
As a versatile developer with a focus on Rust and Discord bot development, I excel in creating efficient, high-performance applications. My expertise in Rust allows me to build secure and reliable sof…
-
Even if `S3` buckets have a flat structure, they still support the folder concept to make organization easier, but when listing the objects within an `S3` bucket using the `obstore` package, the retur…
-
Taking the docs as an example,
```rust
#[derive(GodotClass)]
#[derive(GodotClass)]
#[class(base=Node3D)]
struct Monster {
name: String,
hitpoints: i32,
base: Base,
}
```
Call…