-
I'm trying to emulate java's ability to add a static function to an enum class but using better enums.
`namespace playground {
BETTER_ENUM(Vegetable, int,
potato,
…
-
## Summary
It would be great to have static types in the API. Currently, in many types of responses, the mailcow API returns non-constant types: `get/domain`'s `bytes_total` sometimes returns Strings…
-
```rust
trait Trait {
fn fun();
}
fn takes_static_fn(_: impl Fn() + 'static) {}
fn test() {
// these work
takes_static_fn(|| T::fun());
takes_static_fn(T::fun as fn());
…
-
**Is your feature request related to a problem? Please describe.**
Would be nice to have the option to add types from static data in bicep.
Main benefit is that you get intelisence on calling sugges…
tehho updated
3 months ago
-
## 🚀 Feature
For scalar types: signed and unsigned integers, fields, groups.
Add support for the following methods:
- [ ] min - the smallest value that can be represented by this type
- …
-
### Describe the bug
In some places `aws-cdk` returns `any` but this causes trouble for projects that forbid usage of `any` (e.g. via ESLint rules).
### Regression Issue
- [ ] Select this option if…
-
**Version Used**: Main from 11 Jun 2024
**Steps to Reproduce**:
The basic idea comes from the design of nullable reference types being erased and unknown to the runtime.
With a static storage in a…
T-Gro updated
3 weeks ago
-
**Is your feature request related to a problem? Please describe.**
Improve the TypeScript Types definitions of Two.js by:
1. Moving `namespace`s -> `interface`s
2. Add fromObject, copy, clone, toOb…
-
The decision to support
- #11366
and especially handle the **Treat single column Table as a Column** request, we are going to use [multi values representing multiple types at once](https://github.…
-
```
aspNETserve currently has no way to specify MIME types for static (non
ASP.NET) content. It would be nice if there was some way to map MIME types
to file extensions, or something.
```
Original …