-
Hello,
I am using json-stash successfully to store one big object with nested objects and cross-references, which works great - thanks for your work!
The time to create the json string from the obj…
-
We have a page for [curriculum resources](https://carpentries-beta-handbook-preview.netlify.app/resources/curriculum). What should go on this page?
-
### Describe the feature you'd like
To make keys functions non-async.
Rewrite `packages/crypto/src/Bip32/Bip32PrivateKey.ts` and `packages/crypto/src/Bip32/Bip32PublicKey.ts` to remove async whe…
-
@ludamad per our private conversation, we agreed that `BarretenbergSync` should be nuked for this issue to be resolved.
It will make Ecdsa, Secp256k1, Aes and Schnorr class methods async. And some ot…
-
### Type of issue
Missing information
### Description
There are 2 places in the page where it does `return await Task.FromResult(new User() { id = userId });` await and Task.FromResult are the oppo…
-
Hey,
Thank you all for all the work on boost/beast, it is a great library to use. I am working on a project which needs an embedded HTTP server, and I switched from civetweb to beast. One thing I am …
-
When visiting the Active Directory Domains page, I receive the following error:
![image](https://github.com/user-attachments/assets/f4a3ea1f-03aa-44df-b5f0-c218a712154e)
This only happens for tw…
-
https://github.com/liamell/LiamellCruz_Ap1_P1/blob/02b04fe3f8e21d6aba52022d57957dcdb4b4c0a5/LiamellCruz_Ap1_P1/Service/CobroService.cs#L27
-
I have been searching for an actor framework in Python with good asyncio integration and appear to have found it!! However, running the examples from [the docs on using actors with async/await](https:…
-
```ts
type MyAwaited = Awaited
```