-
The following chunk of code passes the static syntax checks:
```julia
@gen (static) function thinking!(t::Int,
is::InteractionState
)::InteractionSt…
-
(this is a bit more advanced for a first issue - requires knowledge of [topological sorts](https://en.wikipedia.org/wiki/Topological_sorting?msclkid=57b2ed53bc0f11ec8f5e9d869b1106eb). But it's marked …
-
A followup to [the compositor is evil] and [Advice for the next dozen Rust GUIs].
Goals: modern appearance (transparency etc), cross-platform, ability to embed video/3d/other content, power-efficie…
-
I was trying to evaluate the following integral using sympy 1.12 (see complete list of packages below)
package list
```shell
# packages in environment at /home/user/anaconda3/envs/sympy:
#
…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR38965](https://bugs.llvm.org/show_bug.cgi?id=38965) |
| Status | NEW |
| Importance | P enhancemen…
-
### Short Summary
While reporting https://github.com/Komodo/KomodoEdit/issues/2642 I realized that a LOT of the tests aren't being reported as passed where the summary numbers are displayed beside …
-
I just learned from the sphinx doc sources that one can disable cross-references by prefixing the reference with an exclamation mark.
The relevant source code seems to be:
https://github.com/sph…
-
There are a few compiler passes right now related to peephole optimization:
- Collect2qBlocks
- ConsolidateBlocks
- Optimize1qGates
- Optimize1qDecomposition
- https://github.com/Qiskit/qiskit-t…
-
This code:
```
class Foo:
def __init__(self) -> None:
self.dirty = False
def test_source() -> None:
foo = Foo()
def bar() -> None:
foo.dirty = True
a…
-
Sample source code using [SetWinEventHook](https://msdn.microsoft.com/en-us/library/windows/desktop/dd373640(v=vs.85).aspx) to detect x64dbg:
```c
#include
HWINEVENTHOOK hWinEventHook;
void C…