-
Let's consider such code:
```c++
constexpr bool constant_bool() { return false; }
int mcdc_with_constant(bool a) {
if (a && constant_bool()) {
return 1;
} else {
return 0;
}
}…
-
I came across this looking for a specific solution to my folding issue: I want the content following some folds to stay, denoted by some character. Here's an example, where in my journal I fold timest…
-
**Describe the bug**
When setting `num_fold` in `AutoRunner`, if the input datalist doesn't have "fold" field, it uses a hard coded number of folds, which is 5, and create randomly create folds for t…
drbeh updated
11 months ago
-
## Summary
Add folding transitions in editing mode.
### Basic example
As they appear in reading mode.
### Motivation
Better appearance.
## Existing Requests?
No existing r…
-
In general the new API in 0.11 works nicely, but one pain point I had was mapping `Option` values (which I either calculate on the fly or have stored in a data structure) to optional builder method ca…
-
potentially look at mode of bightness in mask to use -- tissue folds likely show 2 modes
-
Trying to fit a DecisionTree is failing because the comparator doesn't implement total order.
I believe this is due to using Rust > 1.81 with [this change to the sort function](https://blog.rust-lang…
-
### Description
Consider the following code:
```
int A(int i)
{
return i * 4 * 8;
}
int B(int i)
{
return i * (4 * 8);
}
```
These two functions should result in identica…
-
![Screen Shot 2020-05-02 at 10 56 11](https://user-images.githubusercontent.com/10606994/80852616-f3048780-8c64-11ea-9bab-8a66b1d39a45.png)
I don't understand why are 4.2, 4.2.1 foldable? It was …
-
I noticed you don't have any reduce/fold here? If that's something you'd be interested in having, I could probably do it and open a pull request!
I used Hudl when I played football in high school, an…