Ben Parsons-Willis
Ben Parsons-Willis
I could setup a github action to do this? Will make a PR?
That's definitely possible, however it might be a good idea to trigger it whenever the docs directory is edited? On Mon, 8 Feb 2021, 08:40 Ross MacArthur, wrote: > That...
Ill configure it to manually run for now, but it's fairly trivial to have it rebuild the docs on a release deploy as well. On Mon, 8 Feb 2021, 11:34...
As in, trigger when you create a new release on GitHub, instead of when you update master is what I meant. Anyway, I'll just set it up to be manual....
Any chance I could see your just config for the `just docs` command? EDIT: Nvm it's in the root of the repo
Made a PR [here](https://github.com/rossmacarthur/serde/pull/130)
Supporting the typing module for assigning fields has now made it impossible to practically type hint your models, meaning that you can't really get any sort of autocomplete. Is there...