Max Rothman
Max Rothman
I just ran into this one as well. The remote-ssh extension is a non-starter for many teams because they want to use the same nrepl container across the team, and...
No particular preference! The multiple dimensions part definitely needs to be taken into account. I'd assume you don't want to make APL's mistake by splitting ⌽ and ⊖ as well.
> I truly like the idea to somehow compose snippets utilizing zippers. I hope @Cyrik will help us figure a bit around this. 🎉 > For the particular use case,...
> $current-form is misnamed. It should actually be called $current-form-or-selection. 🤔 > I think it would make sense to add a $current-pair template var, since it's a pretty common case....
> The way it currently works: you have a snippet, Calva takes that string, replaces the template vars in it and then tells nrepl to run it. So to have...
[This conversation in the Clojurians slack](https://clojurians.slack.com/archives/C03RZGPG3/p1658943785295319) reminded me of the existence of this issue. I know the discussion ended up going deep into the zipper idea, but is there still...
My use case is that I'm planning on using Pydantic's JSON Schema integration to autogenerate clients for my frontend applications. In that setup, it should theoretically be impossible for my...
@samuelcolvin thank you for being open to this proposal! Your approach towards this ("bad") request is an exemplar of great open source management. I'm not sure I understand how the...
Oh, I didn't know about `BaseModel.construct.`. Is it type-checkable by mypy? If so, then it definitely serves the role I intended for `__init__` in my proposal. I don't have strong...
I think that by using `float` as an example in my original posting I may have muddied the waters, and that suggesting changing how `__init__` and `parse_obj` work added to...