-
## Problem
I'd like to develop a Abstraction for my API's repository, using prisma and typescript, but when I'm typifying my variables I can't go further because prisma generates a diferente type f…
-
I was just looking over the spec again and noticed we have these non-type specific generic formats:
* github
* bitbucket
* generic
These do not actually express what the package is and I thing…
-
### Is your feature request related to a problem? Please describe.
There are several generic types that are quite useful in languages similar to ProtoFlux. These can range in usefulness from simply s…
-
**Version Used**:
3.3.0-beta3-19409-05+ed92d532473db83c1db47b313ee1c1bd7520aa08
**Steps to Reproduce**:
Copy this into a new project:
```C#
using System;
using System.Collections;
using Syst…
-
### What version of Bun is running?
1.1.32+fe8d0079e
### What platform is your computer?
Darwin 24.0.0 arm64 arm
### What steps can reproduce the bug?
1. Run a typecheck of the following code:
`…
-
Would you be willing to accept a PR where I make each numeric type generic? Some crates use `u32` for sizes, some `usize` and some even `u16`.
Of course the default would still be `usize`.
-
**Describe the enhancement**
https://github.com/bitcoindevkit/bdk/blob/82141a820123fcf48cb1b49702f59d7fe14ee8b2/crates/wallet/src/types.rs#L1
* These types are very basic ones and will be used b…
-
Over [here](https://github.com/rust-lang/rust/issues/44874#issuecomment-2292369151), @adetaylor gave an update about arbitrary self types that included this bit:
> During the preparation of the RFC…
-
### Describe the project you are working on
I am working on a 2D game and doing procedural generation of 2D maps. This includes placing entities like stones, trees or similar
### Describe the pr…
-
Currently the `Request` and `Response` types are defined without any easy way to override them.
I would like to be able to either supply generic response types or extended request types for a given r…