angelsl

Results 9 issues of angelsl

This fixes compilation with more recent versions of libstdc++.

The [documentation suggests that we can `yield*` a Saga to compose them](https://redux-saga.js.org/docs/advanced/SequencingSagas.html). However, this isn't possible in TS 3.6+ if the yielded Saga is annotated as `SagaIterator`: https://codesandbox.io/s/dry-forest-gni5e ```ts import...

enhancement
help wanted

Some (unnecessarily paranoid...) applications refuse to work if they detect that an Android VPN service is active. Can there be some kind of mode (probably requiring root to create a...

## Background Originally, when any backend request returned a 401 (Unauthorized) or 403 (Forbidden), the frontend would redirect the user to the login screen. This happens most often when the...

Bug
important

Creating this tracking issue to plan what I need to do during the winter break. # Refactoring ## Workspace component duplication There are currently five copies of the workspace component...

Enhancement
medium

### Environment * Elixir & Erlang versions (elixir --version): 1.10.3 * ExAws version: 2.1.3 * HTTP client version: Hackney 1.16.0 ### Current behavior `credentialScope` from `priv/endpoints.exs` does not seem to...

js-slang currently cannot be built on Windows due to this shell script used to build the documentation: - https://github.com/source-academy/js-slang/blob/master/scripts/jsdoc.sh

Enhancement
minor

On my Debian 12 system, /etc/nsswitch.conf (on the system) has ``` passwd: files systemd group: files systemd shadow: files systemd gshadow: files systemd ``` Normally /etc/nsswitch.conf isn't included in the...