Simon
Simon
**Feature functionality** GitHub introduced the GitHub Actions. This is a CI/CD pipeline similar to the one GitLab already provides. The benefit is that each build can be split into smaller...
**Description** Currently the random array returned by `ht.random.rand` is different depending on the split of the tensor. For example: ``` >>> ht.random.seed(1) >>> a = ht.random.randn(4, 4, split=0) >>> ht.random.seed(1)...
### Describe the bug Clicking the link to the [Administration REST API](https://www.keycloak.org/docs-api/19.0/rest-api/index.html) returns a 404 for the latest version (v19) ### Version 19.0.0 ### Expected behavior The current documentation of...
I am currently trying to encrypt a string in `hex` because I need to use it as a query param. With `base64` encoding I would have to url-encode it first...
### Which @angular/* package(s) are relevant/related to the feature request? localize ### Description There are various issues and StackOverflow posts around the question how runtime translations are possible in Angular...
The function [keycloak.protect()](https://github.com/keycloak/keycloak-nodejs-connect/blob/main/middleware/protect.js#L51-L65) of `keycloak-connect` automatically redirects to the keycloak login page if a user is unauthenticated. Is there a way to implement a similar logic with the `AuthGuard` of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade ngx-markdown from 17.1.1 to 17.2.1. :information_source: Keep your dependencies up-to-date....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @sentry/browser from 7.110.0 to 7.110.1. :information_source: Keep your dependencies up-to-date....
The location input only allows to select an existing address. Sometimes it might be necessary to extend this address with additional information (while still keeping the coordinates) e.g. to save...
After finishing #768 some entities will not be visible to some user groups. If for example access to the `HealthCheck` subentity is denied, the user will not be able to...