Utsob Roy

Results 61 comments of Utsob Roy

Actually, it doesn't work out of the box. However, with these modifications it works: ```python @__dataclass_transform__( order_default=True, field_descriptors=( StrawberryField, _field, node, connection, field.field, field.node, field.connection, ), ) def type( #...

> @uroybd oh, I got the issue now. strawberry has its own federation type, which expects a lot of extra parameters. > > We have two ways to go here:...

Just checked. Using directives works just fine. Now that it is sorted. A section in the doc might come handly for others. Here's the relevant snippets: ```python # users/types.py import...

iterm2, tmux and neovim 0.10, but no flickering. However, I see flickering on zellij regardless of what terminal I use.

> Hey [@rmenai](https://github.com/rmenai) I can definitely see the appeal of this. I tried implemented a Lua ordered table (see [here](https://github.com/epwalsh/obsidian.nvim/blob/b833db80659066661100b6397d30ea179861bdbd/lua/obsidian/collections.lua#L48)) which would make this trivial, but it doesn't work with...

> > The reason for marking instead of directly deleting is to prevent misuse if the user wants to sync the config immediately by deleting and importing. > > Interesting...

@codicocodes please let me know if any changes are required.

> > You'd ask @uroybd , the master of markdown export, about this. > > @uroybd please help, oh almighty master of markdown... 🙏😎🙏 There's a problem. Say, you have...

Olay. I'm proposing this: 1. Heading 1 is reserved for Book title. 2. Heading 6 is for an individual note's header. 3. We will go down gradually from Heading 2...