-
Currently given a function `f: Future[T]` if I call `memoize(duration)(f)` n times before `f` finishes I'll get n executions of `f`. Wouldn't it be better to call `f` only once?
-
First off: this issue is different than creating LDPC on route to creating an LDP-RS as a member of an LDPC that doesn't exist yet. That particular case was covered in https://github.com/solid/node-so…
-
Follow up from #486
We need to add support for floating point values that can be entered by user.
Floating point values - numbers with dot i.e. `3.14` have following constraints:
* Float value…
miqm updated
2 months ago
-
This is a very interesting project and executes well something that many other projects have attempted in the past.
I have seen the sample contacts application, read the documentation, and I am curre…
-
Execute the command and paste the result below.
Command: `uname -a && php -v && composer info | grep hyperf && php --ri swoole`
```bash
# Paste the result here.
```
aliyuncs/oss-sdk-php …
-
### Environment information
```plain text
System:
OS: macOS 13.3.1
CPU: (10) arm64 Apple M2 Pro
Memory: 92.92 MB / 16.00 GB
Shell: /bin/zsh
Binaries:
Node: 20.0.0 - ~/.nvm/versions…
-
# Chained authentication flows
The abstraction of federated identity includes the principal, an RP, and an IDP (as defined in https://fedidcg.github.io/FedCM/). In enterprise and R & E (research a…
-
# Object Oriented
The core idea of OOP is based on objects and how they communicate.
Code is organized into objects that contain a state that is only modified by the code that is part of the obj…
-
I propose the following fundamental principle: Clients authentication agents and Server Guards should reason from the same wACL to establish access.
A Solid Client has to follow links from one doma…
-
Scenario:
- client consumes multiple services from the same server endpoint
- client connects concurrently to multiple servers in a dynamic way (number or servers and their ip addresses can change a…