-
I once heard someone say that when you are considering the robustness of a bit of code, one solid way to progress is to simply walk thru every line and ask, "What if my server crashed here?". I have l…
-
https://github.com/calzoneman/sync/commit/dfb7177a6d926476c03425acaeabc29c2bf1e177 adds a quick fix for a bug causing the Dailymotion player to get corrupted if API calls were made after calling `load…
-
## Bug report
### Required System information
- Node.js version: v20.9.0
- NPM version: 10.1.0
- Strapi version: 4.15.4
- Database: mysql:5.7
- Operating system: MacOS Ventur…
-
I'm seeing strange behaviour in my app.
When I call `form.render` I get an empty hash `{}`.
The exact same code loaded in another app works fine - so I'm starting to think it might be a clash with s…
-
http://code.tutsplus.com/tutorials/protocol-oriented-programming-in-swift-2--cms-24979
``` swift
// POP -- protocol oriented programming
// http://code.tutsplus.com/tutorials/protocol-oriented-progra…
-
If I don't pass a secret to `secp256k1.Signing.PrivateKey` I get a random one. Checking the code to see its implementation, I see that it may be possible to generate an invalid key?
https://github.…
-
Though the documentation says a pair of `BiLock`s can only be used by two "owners", the current API permits a `BiLock` object being shared by multiple tasks (`Sync + Send` and `.lock(&self)`), while t…
-
We need to figure out a safe and useful interface for concurrent maps that all implementations in crossbeam would then provide. This is my proposal of how it could look.
First, the basic functions …
-
The use of GetModuleHandleW in result_macros.h is causing a compilation error for UWP projects minimally targeting Win10 - it is flagged as an unknown identifier.
From this page, it looks like it w…
-
## Summary
(Hi. This is my first issue/MR against Tokio, so firstly: Hello and thanks for all the hard work making an impressive system!)
I need a condition variable. (I am updating a program…