-
The goal is to create a kv store that presents an HTTP REST API and uses the Seastar framework.
What primitives does Seastar provide to create an HTTP server?
-
Some stuff that Tails is having in mind.
---
package:
http://git.tails.boum.org/wiperam/tree/
---
Tails currently has a few issues with it.
1)
https://tails.boum.org/support/known_issues/index.…
-
Provide a generalized pipe/compose metaprogramming infrastructure.
```js
pipe.do = Tuple('do', 'fn'); // One element tuple as a tag
pipe.await = pipe.do((p, fn) => Promise.await(p));
```
When…
koraa updated
3 years ago
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
K0I05 updated
2 weeks ago
-
**Using latest .net core angular all in one solution**
**I create 2 interceptors to do some stuff before a call to an appservice by calling an async methods.**
- ValidationInterceptor: Call an …
naazz updated
9 months ago
-
I want to create an Email Consent App using the Consent Group for APIs in the C# language
-
We should close this PR and instead fix the conceptual docs mentioned in https://github.com/dotnet/dotnet-api-docs/pull/4640#issuecomment-690732459
_Originally posted by @ManickaP in https://github…
-
## Background
Currently the only way to push an immediate event into the event queue in the standard libraries is via a zero-length timer:
```dart
Timer.run(() { });
// or
Timer(Duration.zero…
-
Currently, the api-wrapper only has synchronous functionality, largely due to its use of the synchronous ``requests`` library.
![image](https://github.com/user-attachments/assets/41083567-fce4-425f-8…
-
Hello,
first of all thanks for your beautiful library.
I have the following problem, maybe I'm doing something wrong but I don't understand what...
This is my code, very simple and taken fro…