-
We have an intrinsic which returns a `&'static str` naming a type but it's not exposed in a safe/stable manner anywhere: http://doc.rust-lang.org/std/intrinsics/fn.type_name.html
Something like thi…
-
So I've been banging my head on the desk trying to understand the debug/jtag. I think the problem is related to reset.
For reference, this is my qsys diagram:
![qsys](https://user-images.githubu…
-
The main source code has recently been ported to ES2015 modules (see #9310); however, some parts are still relying on global namespace pollution and have thus become unusable.
Specifically the thin…
ghost updated
4 years ago
-
Currently mercury_queue requires lock/unlock on push/pop operations. We could make use of atomics to add a lockless queue.
For reference:
http://stackoverflow.com/questions/6089029/lock-free-queue
-
Our experience in designing the SweRV core has found that atomic read-write CSR instructions are inefficient, because their two destinations creates trouble with the pipeline design.
We would like …
-
After careful consideration (see in particular #5), I think that the best syntax satisfying the difficult constraints we face (strong BC, consistency) is the following:
```js
a ?& . b // instea…
-
Currently we use Effects to display a few preset values in StatBlock like Bleeding, or Shield (temp hp).
Look at scenarios we want to handle in the future:
- Temporary HP can come from different sour…
-
I am working on ASP.NET Core app and cannot find a solution for displaying SSRS reports. With the absents of "Microsoft.Reporting.WebForm" no longer works. What is the best practice for displaying SSR…
-
-
Hello. Where should I add "-libm" when I get such error?
[ 196s] [100%] Building CXX object CMakeFiles/flare.dir/src/main.cpp.o
[ 196s] /usr/bin/c++ -DDATA_INSTALL_DIR=\"/usr/share/games/flare\" …