-
Part of README #53
```haskell
-- A function that goes from `R^3` to `R`.
-- [Arguments are tupled, could just as easily be curried. -awf]
foo :: RealFloat a => (a,a,a) -> a
foo (x,y,z) =
…
-
Based on the discussions in #115, I am going to submit a pull request with the following changes:
1. `1..2` will expand to `Interval(1.0, 2.0)` (actually any `a::Integer..b::Integer` will be conver…
-
We need to decide how to limit the key size: it's a scalability issue in any index (like buckets db), and will cause problems in any of the ledger space reduction approach.
Right now the key and LE…
-
This issue is for discussion of our [Go 2 error values proposal](https://golang.org/design/29934-error-values), which is based on our draft designs for error [information](https://golang.org/design/go…
-
Originally, this ticket was about the following memory leak when computing with elliptic curves:
```
sage: K = GF(1
-
The following code fails with v8.9.0
```
using ModelingToolkit
vars = @variables x y
ModelingToolkit.varmap_to_vars([x => 0.0, y => 1.0], vars) #this is OK
ModelingToolkit.varmap_to_vars([x =…
-
### Discussed in https://github.com/aesara-devs/aesara/discussions/879
Text from @brandonwillard:
Aesara is a fork of Theano, and Theano was commonly referred to as a "deep learning" (DL) librar…
-
The W3C should limit its work on browser standards to [modular ]()web features and not restrict the application of such features for specific industries. To do otherwise is to alter the W3C’s [founder…
-
It [has been suggested](https://github.com/w3c/vc-data-model/issues/929#issuecomment-1267697526) that the use of `@context` should be made optional. This would be a normative change to the current spe…
-
### [We have a ROADMAP now 🎉](https://github.com/fomantic/Fomantic-UI/blob/master/ROADMAP.md)
---
We created Fomantic-UI (FUI) to continue the active development of Semantic-UI (SUI) until devel…