-
# Proposal: `field` keyword in properties
(Ported from [dotnet/roslyn#8364](https://github.com/dotnet/roslyn/issues/8364))
Specification: https://github.com/dotnet/csharplang/blob/main/proposals/f…
-
-
In working on the TDot, the need to publish dynamically generate data/file/svg is becoming clear. In Debug mode, the dot SVG can be encoded as data into the image URL but I'd like for the WebControl …
-
This is a space where you'll be able to post your final-for-now thoughts on your visual unit projects, your **rhetorical collages.** We've talked in class about what that should include, but the main …
-
Please see https://github.com/NicolasDorier/boltcards-plugin/issues/6#issuecomment-2169168657 for an example of a buggy and messy implementation issue that at least can be partially blamed on document…
-
>Per Darrel Miller (minus unhelpful commentary)
>
>- Users of OpenAPI descriptions can choose to use to them to drive infrastructure if >they wish. Most API gateways I am aware of simply use OpenAP…
-
So i've gotten pretty close to getting windows 10 arm to boot. But for some reason after selecting the boot device it wont no longer detect the keyboard, when the press any key to continue prompt arri…
-
- [x] Proposal added: [proposals/csharp-8.0/default-interface-methods.md](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-8.0/default-interface-methods.md)
- [X] Discussed in LDM ([…
-
Leave below as comments your memos that grapple with the topic of Policy Responses to Existential Crisis inspired by the readings, movies & novels (at least one per quarter), your research, experience…
-
TLDR: should we allow floating point types in const fn?
Basically the question is whether the following const fn
```rust
const fn foo(a: f32, b: f32) -> f32 {
a / b
}
```
must yield t…