-
This is to upgrade to Python 3.8.x.
- [PEP569 -- Python 3.8 Release Schedule](https://www.python.org/dev/peps/pep-0569/)
- [What's new in Python 3.8](https://docs.python.org/3.8/whatsnew/3.8.html)
…
-
As discussed in our retro last week and planning meeting yesterday.
This is associated with #938 and bears upon the discussion in https://github.com/informalsystems/apalache/discussions/789.
The…
-
@rmatthes has introduced a dependency of package CategoryTheory on (some files of) the package Bicategories.
While I agree that it is conceptually undesirable to separate the two, this dependency m…
-
It would be most convenient to be able to create a `IKeyValuePair` to pass information between `UserControls` without having to define a winrt type in idl.
-
mysql\pool.d line: 115 column: 13
The call to ConnectionPool's constructor must use a `@safe` callback.
Perhaps createConnection() can just be made `@trusted`?
-
Given a vector space, the division by a non-zero scalar can be defined in terms of the scalar product:
```julia
/(v::SomeVectorType, λ::Number) = inv(λ) * v # where * is the implemented scalar pro…
-
**Package description**
Poly/ML is an implementation of Standard ML Programming Language ([SML97](http://smlnj.org/sml97.html)). It supports Functional Programming and Algebraic Data Types.
…
-
Since they are used in example code, would it be possible to add definitions of `Just` and `Maybe` to the documentation?
Alternatively, maybe those examples could be replaced with plain JS types or R…
-
I'm curious what type of functions one should be able `grad` over. i.e. what is the implicit restriction on `a`
`def grad (f:a->Float) (x:a) : a = snd (vjp f x) 1.0`
Currently it seems to work f…
srush updated
2 years ago
-
When I attempt to run `ihp-app-to-docker-image` within the nix-shell in a new ihp project, I encounter this error:
```
error: a 'x86_64-linux' with features {} is required to build '/nix/store/466b4…