-
This issue is spun out of https://github.com/planet42/Laika/issues/281#issue-1220788257.
> - **Postpone support for Scala.js in laika-io**
>
> This option has been mentioned in the original re…
-
Since normalization performance probably relies on efficient substitution etc., would you be interested in accepting a PR which uses the [`bound`](https://hackage.haskell.org/package/bound) library?
…
-
Since the recent changes to `build.sh` and `GNUmakefile` (?), my `factor.exe` fails to bootstrap with `./builds.sh self-bootstrap`, after I downloaded a fresh boot image with `./build.sh update-boot-i…
-
Whenever `narya` reports a diagnostic, it will print out all trailing whitespace in the diagnostic message. This can lead to some difficult to read diagnostics.
As a concrete example, consider the …
-
#### Describe the bug
Attempting to generate an API key triggers an error, both via admin UI and API endpoint.
#### Steps to reproduce
**Admin UI:**
1. Navigate to `/admin/api/apitoken/add/`
…
-
When creating a Parent Selector rule, everything before the `&` gets prepended to the outermost scope.
The feature could be greatly improved by allowing for "parent targeting", where you could appl…
-
The main branch does not build in Ubuntu Linux, and fails with the following Cargo output:
```text
Checking forester-rs v0.3.2 (/workspaces/forester)
error[E0432]: unresolved import `hyper::c…
-
This ticket summarizes things that should be done either before or soon after the enormous `IntMap` replacement in #340.
### Before merge
- [x] Reinstate the export list in `Data.IntMap.Internal…
-
Using `icalendar` version 0.16.0:
```rust
use icalendar::parser::read_components;
fn main() {
let _ = read_components("BEGIN:");
}
```
Stack trace:
```
thread 'main' panicked at /…
-
Alternative has this distributivity law:
* `(f g) x == (f x) (g x)`
However, this law rules out a few instances, most notably "effectful" ones like Effect or Aff. For example:
```
f :: Af…