-
## Issue description
### Expected behavior
When following the installation guide on https://docs.pennylane.ai/projects/catalyst/en/stable/dev/installation.html#minimal-building-from-source-guide f…
-
I'm trying to run the test for INT Reference Application described on [routing-fail-over-test](https://github.com/p4lang/p4factory/tree/master/apps/int#example-2-routing-fail-over-test)
The mininet t…
-
The components part of our codebase was written sometime ago, with older sklearn versions and before python typing was production ready.
In general, some of these files need to be cleaned up. Mostl…
-
Steps to reproduce:
- Join a test channel;
- Set the topic to "test" by typing `/topic test`;
- Type `/topic`.
Expected result: display "test" as the channel topic.
Actual result: the topic…
-
```
from typing import Optional
from typing import Sequence
from more_itertools import first
class A:
def some_method(self):
pass
def f(inp: Sequence[A]) -> Optional[A]:
…
-
This is just a test of issues and also of my really poor touch typing skills.
-
Testing testing testing.
A clear and concise description of what the bug is.
By typing it in the text box.
Steps to reproduce the behavior:
Testing.
* **Expected behavior**
Testing.
…
-
```
pManager->AddCommand("test", "Test the command system", "s['foo'|'bar']", Com_Example, this);
```
typing ``/tes`` currently suggests ``/test`` but it would be nice to also have ``/test f`` su…
-
```
jeffs@jeffs-desktop:/home/jeffs/python/nbmdt (development) * $ ls *.json
desktop_network_before.json jeffs-desktop.json mock_nbmdt_config.json network_fixed.json xyzzy.js…
-
1. The class properties declared at lines 23 to 25 are useless and may deceptively cause bugs, so need deleting.
- I've made this mistake too, which made hard to figure out, mistakenly using clas…