Anthony Morris
Anthony Morris
We just got a new release on the 26th of November so it looks okay to me.
> Yeah, I'm also using react-testing-library and it works like a charm. No mocking required 🙂 > > ```ts > import { fireEvent } from '@testing-library/react'; > ... > function...
I have a similar problem where I created an extension that takes a function in (`onSubmit`) that gets called when a user presses `MOD+Enter`. However, the closure is stale.
@DHNishi thanks for the investigation. I made a PR over there. We'll see if it gets in!
@ashlinchak I made a PR. 😄
So I realized now that the update of `anki-apkg-export` doesn't quite solve the problem. The issue being that existing decks don't get loaded and updated. They are just completely regenerated.
🤦♂ Sorry about that. I suppose the `topDeckId` should be based off of the deck name itself?
[Made a new PR](https://github.com/repeat-space/anki-apkg-export/pull/41) based on some of our ideas. Tested it with `mdanki` this time. Not sure if it handles nested decks; that will require more research but it's...
There's a lot of great work done on [@polkadot/types-codec](https://github.com/polkadot-js/api/tree/master/packages/types-codec) that can help develop the Rust data types.
Would love to give this a shot! /attempt #134 Options Cancel my attempt