Tobias Wehrum
Tobias Wehrum
I think right now the only way to actually set `due` values to any value you want is via `updateCompleteDeck`, and if you need to do that, you're in for...
For what it's worth, I've since started using #283's `setSpecificValueOfCard` for exactly this and so far it seems to be working well. Thanks for making it, @thiswillbeyourgithub!
I had the problem described in the opening post running rustc 1.33.0. Most of my tools, including Rust itself and the Rust VSCode plugins, have been installed not a week...
@Xanewok These is my whole settings.json: ``` { "[markdown]": { }, "editor.formatOnType": true, "editor.formatOnSave": true, "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe", "explorer.openEditors.visible": 0, "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue" } ```
`cargo new t` doesn't create a `src/lib.rs` for me, only a `src/main.rs`. 1. `cargo new t` 2. Open project folder in VS Studio Code. 3. Create and open `src/lib.rs`. 4....
Most of the folders already work on their own. Some have dependencies on other folders, which are mentioned in the Readme files. How would you improve it?
> Published https://www.npmjs.com/package/@nightwatch/ejs to circumvent this issue. You can just run `npm audit fix` to circumvent the issue.
> You shouldn't need this once you actually start using the models in your code though My client app only uses models via `fromSnapshot`, so there are legitimate use cases...
Just a note for those who (like me) have the same problems with generic function calls as described in the last post - I almost overlooked the workaround linked to...
> > > > Just a note for those who (like me) have the same problems with generic function calls as described in the last post - I almost overlooked...