-
### Discussed in https://github.com/colinhacks/zod/discussions/2796
Originally posted by **adamerose** September 24, 2023
I see Zod described as a "TypeScript-first" library but am struggling …
-
```
Include active vs inactive? GAZ uses these as qualifiers. The qualifiers would
be applicable to all subtypes of volcano. Term explosion? We could use class
expressions in GAZ.
Include classific…
-
[Playground link](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=dd8b42df59f46cea2ed646339ad1d024)
```rust
trait MyFn MyFn &'a i32 {}
fn foo(f: F) where F: for {}
//…
comex updated
1 month ago
-
Late name resolution happens on the AST and is responsible for finding which definition each name in the AST points to, be it a type, trait expression, pattern, lifetime or label. The name "late" mea…
-
see #1971 for more topic pages in the documentation
(following a bit the discussion in Julia about adding ANOVA type tests
https://groups.google.com/d/msg/pystatsmodels/5w1OAr_OFQg/CiXu72opAQAJ )
…
-
In many cases, it is useful for a program that parses integers (e.g. from the command line) to accept both decimal and hexadecimal constants, by letting the user prefix the latter with `0x`. Currentl…
-
I'd like to use this library to define algorithms that work for any RGB[A] pixel arrangement. However, there doesn't appear to be a generic way to achieve this without using macros. Traits could be us…
-
**Describe the bug**
I just created a publication and added a citation. However, it is not showing up in the associated specimen record even when refreshing the cache, or when I run a generic searc…
-
Right now, `Alloc` and `GlobalAlloc` are similar, but not quite, and depending on how we evolve `Alloc`, they could diverge even more. This is not necessarily bad, but it should happen by design, and …
-
## Goal
> Note: This Epic has changed multiple times, as our architecture has also changed
> A lot of the early comments are referring to a different context
> e.g. "Provider Abstraction" in Jan
…