Jakub Arnold
Jakub Arnold
For the block it should definitely be another argument to the `begin` call
@JanKanis Yes using `and` works for small blocks, but it really really really really really doesn't scale.
Any idea how difficult it would be to make it work on 2022.1, or what are the reasons for it not working there? I'm relatively new to Clojure but know...
Anyone tried updating this? I'm tempted to try too
Not sure what the issue is? You get checkpoints automatically and can use --restore_from to specify the directory of a previous run that saved a checkpoint to continue training from...
It'd be nice to get workspace support, as in #10 and #13.
@owenfi I'm trying to figure this out too and am a bit confused. If you set the `mintls13` section in your `config.yml` for traefik, how do you label it in...
Having run into issues with other formatters which require the whole input and don't work well with just a bit of visual mode selection, have you guys come up with...
Is there any update/thoughts on this? I really like yapf, but this makes it impossible to use on an existing code base where I can't re-format whole files at once.
Isn't it enough to simply save the range of the visual selection, run yapf on it, and replace the same range with the new code? It'd need to get the...