Guillaume Gelin

Results 252 comments of Guillaume Gelin

I wonder if this is just how Notion's API works, or if it's the JSON we send that has been reordered somehow, e.g. because of `json.dumps`?

Yes, I'm definitely interested if you're willing to add them and most importantly maintain them afterwards to stay up to date with the TS client. :)

Yep, most likely a change on their side. Thanks for raising the issue, do you want to work on it? PR are always welcome. :)

If you need this fixed quickly, I'd recommend you to investigate the issue, as it's not in my plans at the moment. Happy to help in getting a PR merged...

Also if @mccorkle is right, it's just a matter of replacing `text` by `rich_text`, as mentioned in the first comment. :)

#232 should have fixed this :)

closing in favor of #4752

Hey @erikdubois :wave: That would be very nice, indeed. Contributions welcome!

For those who use rofi, I ended up doing this, which is super ugly but works: ```python Key([mod], "k", lazy.spawn('python -c "print(`qtile cmd-obj -o cmd -f display_kb`)" | rofi -dmenu',...