Matheus Cardoso
Matheus Cardoso
I was curious about this issue @ohare93 mentioned. and I have to say... What a great thread! I really **loved** the idea of _federated decks_, it's a game changer. Although...
Same thing here! Mozilla Firefox 68.0 Ubuntu 19.04
@shouya , maybe using some sort of "dispatch tree" as in [this post](https://yiufung.net/post/anki-org/) would help?
Would you be open (and have bandwidth) to mentor me on how to implement this? I'd be definitely interested in contributing, it's just that I think I might have some...
Okay, so looking at the source code it seems the hole is deeper 😅 There's all this fancy [defp permit_function_clause](https://github.com/woylie/let_me/blob/a80cb877f81ba9a87b9aeabc3beeec2b05503e78/lib/let_me/builder.ex#L121) macro and inner macros to play with as well -...
Okay I think I'm starting to understand what is happening. In `permit_function_clause`, we have a `case` that does the following: [source](https://github.com/woylie/let_me/blob/a80cb877f81ba9a87b9aeabc3beeec2b05503e78/lib/let_me/builder.ex#L136) ```Elixir combined_condition = case {allow_condition, deny_condition} do {false, _}...
Last commit was in 2020, unfortunately I think it's unlikely to happen any time soon...
I'm facing this same issue. LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: Fedora Description: Fedora release 30 (Thirty) Release: 30 Codename: Thirty Autokey: autokey-qt-0.95.7-2.fc30.noarch
Thanks for pointing out, @SchmErik ! I didn't know we actually executed rust examples in the docs. Will fix it ✅
Thanks for the feedback, @pdg744! Agree with your points and will work on implementing it.