-
## Intro
`clamp(x, xmin, xmax)` is a function that clamps (or, clips) an input scalar or array `x` so that the result is within given bounds `xmin` and `xmax`. For example:
```
res = clamp(0.9.…
-
In GitLab by @maerwald on May 15, 2021, 07:11
## Motivation
Users have [frequently](https://gitlab.haskell.org/haskell/ghcup/-/issues/114) requested windows support of ghcup. [Recent discussions](ht…
-
# Roles, extension interfaces and static interface members
This is an attempt to address the scenarios targeted by my previous ["shapes" investigation](https://github.com/dotnet/csharplang/issues/1…
-
To avoid having a big TOC, I propose categorizing the modules in the SymPy Modules Reference section of the documentation.
cc @asmeurer @oscarbenjamin
-
Hello, thanks for this wonderful library !
I ran this morning into an issue when trying to use `like` on table fields of type `diesel::sql_types::Uuid`.
## Setup
### Versions
- **Rust:** r…
-
Run `make` but got an error:
```sh
error: unknown target CPU 'armv8-a+crypto'
note: valid target CPU values are: nocona, core2, penryn, bonnell, atom, silvermont,
slm, goldmont, goldmont-plu…
-
Tracking issue for https://github.com/rust-lang/rfcs/pull/1961
PR here: ~~#44097~~ #58710
Stabilization PR: https://github.com/rust-lang/rust/pull/77872
TODO:
- [x] Have RFC pass final comment…
-
## 🐛 Bug Report
Currently, in the ABNF console, statements use `string-literal`. While true, the string-literal is then parsed to a `format-string`, and at the moment, we do not allow `{}` to be pr…
gluax updated
3 years ago
-
The code
```
let a = {x: 1}; in abs a.x
```
gives *ERROR: abs({x:1}): domain error*. The reason is that `abs a.x` is actually interpreted as `(abs a).x`. Similarly (and contrary to what I clai…
p-e-w updated
3 years ago
-
Currently cluster ids are limited to numbers. This is purely a compatibility with citeproc-js issue, but an important one since it is likely that many citeproc-js clients have alphanumeric cluster IDs…