-
```
What steps will reproduce the problem?
I don't know how to reproduce.
go-magica-web.go:148 (my file) is :
if err := db.QueryRow("select getdate()").Scan(&timeNow); err != nil {
What is the expec…
-
## To people who want to contribute
**We encourage you to create a PR proactively to support this.**
Otherwise, I am going to finish:
- updating the contents up-to-date
- improve Korean tran…
-
Actually I feel a lack of tests. It may help to optimize and refactor current code without any fear to break something.
Well, I think, it is impossible to use GitHub actions for that, because it sh…
-
I think there is a use case you want to protect a resource with multiple rate limiters. E.g. one direct and one keyed or multiple keyed.
Example usecase:
- you only want to have max 10req/s for a pa…
-
http://lwn.net/Articles/575460/ talks about a bug (which still exists) in Linux, where a mutex unlock(), after telling a concurrent lock() that it has gotten the lock, may continue to operate on the m…
nyh updated
10 months ago
-
Each Variable Server client is serviced by an independent thread, which simply passes incoming commands to `PyRun_SimpleString`. There is no synchronization with the main thread or data concurrency pr…
-
```
All I have to do is play some Apple Lossless songs. The app will certainly
freeze. The freeze is always in the trying to communicate with the remote
process. I've attached an ANR trace.
The f…
-
```
All I have to do is play some Apple Lossless songs. The app will certainly
freeze. The freeze is always in the trying to communicate with the remote
process. I've attached an ANR trace.
The f…
-
A/art: art/runtime/indirect_reference_table.cc:132] JNI ERROR (app bug): weak global reference table overflow (max=51200)
art/runtime/indirect_reference_table.cc:132] weak global reference table …
-
I would like to be able to use `atomic_ref` for `sizeof(T) > 8B`, i.e., `atomic_ref::is_always_lock_free == false`.
Obviously this can't rely on built-in atomic operations.Typical implementations w…