-
I have spent some months updating and refining an approach to an FRP driven pattern that I'm calling "flimflam". Main points:
- Very easy to nest child components in parent components; child component…
-
I propose to provide `!!` as a simple mapping operator for arrays.
For example `[(1,2,3), (4.5.6)]!!count(.)` returns `[3, 3]`.
The expression on the LHS must be an array.
The expression on t…
-
For .NET 6, the console project template was changed to use top-level statements. The code that is created in Program.cs is:
```
// See https://aka.ms/new-console-template for more information
C…
-
Please forgive my bikeshedding, but I beg to differ with the "no wildcards" rule. My primary argument is that intellij does add wildcard imports in the default configuration, and I think I should not …
-
This is a tracking issue for the RFC "`try_trait_v2`: A new design for the `?` desugaring" (rust-lang/rfcs#3058).
The feature gate for the issue is `#![feature(try_trait_v2)]`.
This obviates h…
-
**Describe the project you are working on:**
2d space game
**Describe the problem or limitation you are having in your project:**
Can't use scientific symbols or accented letters (and my native l…
-
Reading byte ranges from files is supported in many cases in a web browser:
A byte range of a local file can be read by the [File API](https://www.w3.org/TR/file-upload/).
A byte range of a file stor…
-
I dislike `@SneakyThrows` for the reasons given in its documentation, especially the impossibility to catch them. I also hate checked exception for reasons not fitting this page.
Quite often, I wra…
-
Is there already a plan for supporting the C# 8 features related to nullable references?
What might this look like in VB?
`void Foo(Bar a, Bar? b) {}` ->
`Sub Foo(a As Bar, b As Bar?)`
or
`Su…
-
One of the major blockers for stabilizing Trio is that we need to stabilize our ABCs for channels/streams/pipes/whatever-they're-called. We've been iterating for a while, and I feel like we're pretty …