-
I'm seeing a lot of this type of condition repeated that should be easy to simplify
`(!A || (A && B))` Which simplifies down to just `!A || B`
Similarly
`(A || (!A && B)) => A || B`
-
### 🔎 Search Terms
jsdoc type parameter generics extends superclass template
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for…
-
Add a overarching expression filter for use in pipelines, focused on derived field gen
We want the expression lang to be able to call pipeline filters that create derived fields to simplify impleme…
-
Hi
Here are some unary ops currently not implemented in 1dnn (or I missed them):
- "fast sigmoid": out = (in / (1 + abs(in)))
https://stackoverflow.com/questions/10732027/fast-sigmoid-algorithm
![…
-
### Problem
When using \=expression in substitute command, the expression runs before the user hits enter, and causing unexpected behavior.
https://github.com/user-attachments/assets/46384d0d-78ed-4…
-
The following fails to compile:
```c#
List c = [1, .. b ? [2] : []];
```
With the error: error CS0173: Type of conditional expression cannot be determined because there is no implicit conversi…
-
Currently, `in` is only supported in `for` loops. `in` can be added as an infix operator (membership, pattern matching, etc); valid in any expression. Support for `not in` would need to be implemented…
-
| Exercise | Description | Completion |
| -------- | ------- | ------- |
| Q1 | Load data | Yes |
| | Skipped first two lines | Yes |
| | Removed newline character | Yes |
| | Tissue names, gene …
-
| Exercise | Description | Completion |
| -------- | ------- | ------- |
| Q1 | Load data | Yes |
| | Skipped first two lines | Yes |
| | Removed newline character | Yes |
| | Tissue names, gene …
-