-
This issue will be used to explain what it is we hope to get out of Jini, why it looks useful and discuss whether or not these expectations are realistic. Also alternative solutions may be examined. T…
-
Let's use this issue to track, plan, and discuss the curriculum for the Polkadot module.
-
### What happened?
We experienced a Kubernetes production incident due to disk space running out, causing the Postgres process to shutdown. Surprisingly, throughout the entire repaire process, the po…
-
Dear Nixers!
Thank you for participating in the developer workshop that we ran on 2023-05-27. We sincerely appreciate your presence and active involvement in making it a successful event. We would …
-
Using Version 3.1.0 on 10.15.3 (19D76) using a MacBook Pro (15-inch, 2018) 2,9 GHz 6-Core Intel Core i9.
On my endeavor to mimic the HyperSwitch behavior, I set the "Apparition delay" to 0.
Yet …
-
Known issue?
Running this:
```shell
$ make examples/server
$ ./tmp/server -w 1 -t 2
```
and, in another session, this:
```shell
wrk -c 125 -d 30s -t 8 --latency http://localhost:3000
…
-
Here is my code:
```scala
import spinal.core._
import spinal.lib.tools.ModuleAnalyzer
class MYSub0(cd: ClockDomain) extends Component {
val io = new Bundle {
val ai = in UInt (8 bits)
…
-
To summarize the discussion in https://github.com/pyodide/pyodide/issues/3050 and the associated PRs there is currently a proposal to start distributing bytecode (.pyc) files instead of the original s…
-
Considering the fact that NMEA2000 became the standard for interconnection of nautical devices in the marine industry, OpenCPN should provide integrated support for NMEA2000. This is important for Ope…
-
### Specification
We are likely to have alot of concurrency consistency invariants to test. EFS showed us alot of potential pitfalls and bugs in race conditions. SI helps at least ensure that we al…