-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
![image](https://github.com/user-attachments/assets/f3c0ccff-16aa-48e9-99c0-a652bc910d62)
Speci…
-
Struktura aplikacji oraz połączenie z bazą danych
-
Hey!
Is it possible to create nested attribute structs? I was thinking something like:
```rust
use structmeta::StructMeta;
use syn::{Attribute, LitStr};
struct CommonAttrs {
foo: LitSt…
-
**Is your feature request related to a problem? Please describe.**
Its not documented and non intuitive that the ui_state attribute can only be used with something that is exactly called `RustState`…
-
this is likely more of a question than a feature request: does it make sense to allow `open!%foo` as syntax to inline `[%foo open! ..]`?
It feels a bit inconsistent to have `let x = let open%foo Mo…
-
### Description
When inheriting a constructor with an optional parameter of struct type, when setting the parent ctor after the colon and repeating the optional struct parameter, feather says it shou…
-
**Describe the bug**
A function listed in the documentation for version 0.1.2 doesn't exist for the crate at the same version
**To Reproduce**
Steps to reproduce the behavior:
1. cargo add deaf
…
-
Hola buenas tardes, hice esta solucion y me paso el test. Queria saber si esta bien
La consigna decia lo siguiente:
Se desea implementar un TAD para listas de elementos no repetidos, que permita rec…
-
Hello guys,
Im trying to implement your code but I have some issues with it.
In the case I have substruct or slice of substruct, the lib is not working.
```
type Request struct {
Severa…
-
In `execution/http_rpc.go`, the function `CreateAccessList()` is throwing an error. It is not able to unmarshal data from the rpc to `types.AccessList` struct.