-
Hi,
I am running the software using the example data in the repository but got errors.
The code is here:
```
import pandas as pd
from SurrealGAN.Surreal_GAN_representation_learning import rep…
-
todo: implement BUS related switches
378 | Coil | 53 | on/off control by BUS | - | 0 | 1 | R/W | 0=Disabled \| 1=Enabled
280 | Integer | 5221 | Working program by BUS | - | - | - | R/W |
281 …
-
Hi! I discovered a bug that FalkorDB wrongly raises an exception "Type mismatch: expected Integer but was Null". The steps to reproduce are as follows.
1. Use the following queries to initialize th…
-
code:
```rust
#[derive(Serialize, Deserialize, PartialEq, Debug)]
struct Demo {
val_string: String,
val_i128: i128,
val: Value,
}
#[test]
fn test_serde_yaml() -> Result {
let…
-
There are several issues in the formatting of generic subprograms declarations. For example:
```vhdl
library ieee;
use ieee.std_logic_1164.all;
entity b is
generic (
type DATA_TYPE;
…
-
Hi Team,
I have a suggestion: will you consider providing enums for some of the integer options?
For instance setting the `simplex_strategy` option could be more readable if I can use an enum ins…
-
Vote on [PEP 757 – C API to import-export Python integers](https://peps.python.org/pep-0757/).
* [x] @encukou
* [x] @erlend-aasland
* [ ] @mdboom
* [ ] @serhiy-storchaka
* [ ] @zooba
Sin…
-
let's say I'm working with a protocol/specification that allows for 7 bytes: `NNNNNNN` where `N` is `0-9`. Here, the interpretation is that `NNNNNNN` represents a corresponding 2.5-byte number: `0xABB…
-
## 🔬 How To Reproduce
Steps to reproduce the behavior:
```console
>pipx install github-dependents-info
>github-dependents-info --repo nvuillam/npm-groovy-lint
```
produces:
```
WARNING:roo…
-
**Is your feature request related to a problem? Please describe.**
At the moment (as of v3.27.0), there doesn't appear to be any rule to enforce case for formal parameters in functions or procedures.…