-
Since this month I have a newer type of innova 2.0 air conditioning. This also works with the new butler app from innova. Your app does not (yet) support these air conditioners. These air conditioners…
-
https://github.com/PonyGE/PonyGE2/blob/f337171708a07e028587ac5ec3537e051691daf7/src/stats/stats.py#L243
The method of defining fitness functions in parameters is given in the documentation.
FIT…
-
Code:
```
Adw.Breakpoint {
condition("max-width: 500sp")
setters {
split_view.collapsed: true;
}
}
```
Zed:
![изображение](https://github.com/user-att…
-
I know there is "all" and "any" in conditions, but there doesn't seem to be an "and" (or "or") operator for instance?
Like: {% if condition-a and condition-b %} (or perhaps "if and conditon-a condi…
-
**Is your feature request related to a problem? Please describe.**
I'd like a rule to enforce case on the `others` keyword in selected assignments. For example, I'd like
```vhdl
architecture rtl of…
-
There are currently almost 1000 calls to memory allocating functions (`malloc`, `calloc`, `realloc`, `strdup`) all over the code base. There are 3 inconsistent levels of dealing with a failed allocati…
axxel updated
1 month ago
-
Hi,
# Context
I want to create a Jira when there isn't anymore events in an index.
The "Open an issue in JIRA Service Desk" alert action doesn't works when there is no event in Splunk alert searc…
-
Context:
8e8a42bb4ab45083037c228f641ddcde5dc74e10 introduced copy-on-write fork. This variant of fork does not copy physical pages when a process forks. It only creates new pages when one of the tw…
-
excel table of DB status.
The 'case studies' section on the wiki should also be updated.
[db information pycoa.xlsx](https://github.com/coa-project/pycoa/files/15189248/db.information.pycoa.xlsx)
-
Documenting this behavior.
When prompt editing, make sure a ClipTextEncode++ node is hooked up to **one** KSampler, not multiple KSamplers. That's because it retrieves the total number of steps fro…