Luke Gessler

Results 20 comments of Luke Gessler

I'd just like to add that I agree with @unikcc that this kind of a thing is a great boon for beginners. CLI templater tools ([create-react-app](https://reactjs.org/docs/create-a-new-react-app.html) and [Leiningen's `lein new`](https://github.com/technomancy/leiningen/blob/master/doc/TEMPLATES.md)...

I ran into what I think is this same issue when attempting to use `with-tx` inside the body of a tx function. Details [here](https://discuss.xtdb.com/t/caution-with-tx-not-supported-in-tx-function/75).

thanks so much @lane-s!!

1.0 is out: https://medium.com/material-ui/material-ui-v1-is-out-e73ce13463eb I've also been eager to use MUI 1.0 in my CLJS projects. @madvas, any word on whether/when you might get a chance to switch? If not,...

just wondering: if this were a language with a resumptive, would you still have this edge? (e.g. "the book I bought it)

A copy of the wiki document was archived about a year ago: https://web.archive.org/web/20210921085627/https://corpling.uis.georgetown.edu/wiki/doku.php?id=gum:rst

`deftx` provides a suitable solution for this and this issue could be closed if all dangerous operations were rewritten with it. The [global mutation lock](https://github.com/lgessler/glam/blob/1276ec29d772649187744a9849df90b0c696e0f6/src/main/glam/server/pathom_parser.clj#L126-L132) (which is currently providing write-concurrency...

Awesome! AFAICT this isn't discussed in the docs (and I don't see any docs changes in #371). Would you accept a PR on the docs?

OK, I actually see that `ReduceLROnPlateau.step` requires a `metrics` argument, while other PyTorch LR schedulers do not. This which would complicate Tango's training implementation, so the fix is not as...

This basically should be fixed with `deftx` adoption across all mutations. A remaining concern though is that `deftx` functions do not perform all the data model validations ([such as existence...