-
### Proposal Details
This is an offshoot of #67434. See that proposal for prior discussion and more details.
I propose adding a new testing/synctest package to aid in testing concurrent code. This…
-
### System Info
Ubuntu, CPU only, Conda, Python 3.10
### Information
- [x] The official example scripts
- [ ] My own modified scripts
### 🐛 Describe the bug
I am running a single node stack with …
-
## What is the Problem Being Solved?
The problem is that type defs with callWhen are deceptive. We have several "xxx" to suppress.
Basically https://github.com/Agoric/agoric-sdk/issues/6160#issu…
-
I've now found 3 separate causes for infinite loops--2 of these I've already reported. The third, I'm narrowing down the repro still.
Of course, we can work through fixing the bugs that cause the …
-
We are using FREEIPA as LDAP server.
The **username** attribute is named **uid** in freeipa.
I don't see any setting to change that name. It seems to be hardcoded in \LdapTools\Bundle\LdapToolsBundl…
-
As per Flutter's team research:
> The logic expressed by guardNonMatching is very hard to understand in the following code:
> ```
> BeamGuard(
> pathBlueprints: ['/signin'],
> guardNonMatching…
-
# Overview
The C# web API needs a user controller containing endpoints to manage authentication, creation of users as well as authorization. This includes the implementation of guards for secured e…
-
### Brief description of the issue
RSS Guard is fetching new articles from my FreshRSS instance. However, there are several feeds that I'm not able to fetch - I get an error (see the log) and the nam…
-
I try to acces to next route but launch the follow error
```
Argument 1 passed to EasyCarga\Http\Middleware\AuthenticateUser::__construct() must implement interface Illuminate\Contracts\Auth\Guard, i…
-
#### Expected Behavior:
LVGL functions should be thread-safe.
#### Actual Behavior:
Per littlevgl/lvgl#544, we need to mutex guard the call to `lv_task_handler`, and then make the same mutex …