-
# Support default parameter values in lambdas
* [x] Proposed
* [X] Prototype: No prototype needed
* [X] Implementation: done
* [X] Specification: https://github.com/dotnet/csharplang/blob/main/…
-
Currently, `ZZ.ideal(3)` will call `ZZ.has_coerce_map_from(3)` (and get back `False` of course) to see if the argument is a ring that might be able to generate an ideal in `R`. This is a problem, be…
-
### What version of Go are you using (`go version`)?
$ go version
1.18
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture …
-
It is not uncommon when working with a lot of data or large images to need many different colors. At present, these colors are packed into a JSON list where each color is a string. The color strings t…
-
Extracted from #49. Author: Van Snyder
# Introduction
The proposal for which authorization to proceed as an ISO Technical Specification was requested
in June 2016 was N2113.
Incorrect use of…
-
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…
-
In the discussion for https://github.com/golang/go/issues/45346, [this comment](https://github.com/golang/go/issues/45346#issuecomment-812741029) mentioned the possibility of adding a type switch on p…
-
Ported from Slack. Me:
Over the last week or two I’ve been working on very simple raster implementation in pure julia. The reason for doing that is that when I had a workshop earlier this month, wi…
-
## Motivation
Unlike Haskell, Scala allows multiple implicit instances of a type. This makes implicits cover a lot more use cases. Besides type classes, implicits can also express
- capabilitie…
-
Right now **meshesPath** and **particlePath** are parameters that are to be set to the relative path to the meshes and particle data respectively. For example: **meshesPath = fields/**
For simplic…