-
Add a `@tailrec` annotation like in Scala and verify that the function is tail recursive.
-
Proposal: replace `isInhertiedFrom` with a more general property that allows any `ResourceDescriptor` to directly indicate the `Profile` that defines the `ResourceRole` of this resource.
-
_migrated from Trac, where originally posted by **clange** on 7-Oct-2010 10:42am_
[The SlugMath semantic wiki for mathematical course notes](http://slugmath.ucsc.edu/mediawiki/index.php/Category:Lexi…
-
The function `inv(::AbstractCliffordNumber)` is implemented using the internal function `CliffordNumber.versor_inverse`, which just calculates `x' / x^2`, with no regard to whether the result actually…
-
## Problem
Generic functions, as currently supported in Zig have the form
```zig
fn eql(x: anytype, y: @TypeOf(x)) bool {
return x == y;
}
```
This works well enough in general, but also …
ghost updated
3 weeks ago
-
Managing a bidirectional relationship on both ends could leave data in an inconsistent state
Mongodb doesn't offer any transactional semantics, the update might succeed on the first document and fail…
-
I currently have a bogon checker based on the net.IP package (https://github.com/mellowdrifter/bogons/blob/main/bogons.go#L46)
Is this something I could add into netaddr, or would it be considered …
-
## Description
## Steps to Reproduce the Problem
1. Given parents `a` and `b`, create a merge commit by doing `jj new a b -m "merge b into a"`.
2. Create a new commit (it can be empty!) a…
-
I have found an issue with `Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine`. It contains a call to `Modelica.Utilities.Streams.print` directly in the equation section. Since `print` is…
-
I've noticed some inconsistencies with how several methods on `Range` and that use `Range` are defined when dealing with ranges which go different directions.
### Range.contains ###
`contains` f…