Conakh S.U.

Results 8 comments of Conakh S.U.

I had the same issue with [umongo](https://github.com/Scille/umongo/issues/338#issuecomment-762451600) and thanks to @lafrech i was able to fix it in odmantic by changing this: https://github.com/art049/odmantic/blob/dfa023cc7f5e4971d07037c02d9daa9405d4d334/odmantic/engine.py#L316 To this: ```python instance.doc(include=instance.__primary_field__), ``` I don’t...

Hi, sorry for the late reply. Unfortunately, I don't use AwesomeWM anymore. If you fix this please submit a PR. I will be glad to approve it.

> Would you like to tackle this and submit a PR? Would love to, but I don't think I have enough knowledge to figure it out myself since i'm just...

Is there at least a workaround to suppress these errors other than `# type: ignore` for every single line?

It seems that sway itself doesn't provide this field in `swaymsg -t get_tree` so it's not related to i3ipc-python.

Styling html tags, not classes is stupid.

I seem to have found a workaround for this issue: ```ts import { Control, FieldValues, useForm } from "react-hook-form"; export type ControlProps = { control: T extends FieldValues ? Control...