David Scholz

Results 11 comments of David Scholz

Is someone working on this Issue? If not, I would like to implement it as a first issue. If we want to add a generic function `is_tree` as suggested, we...

Hi @Johan-dutoit, I'm able to do that by the end of the week for sure, thanks. Notice that we can reproduce the first problem on iOS and this is related...

I've opened a [PR](https://github.com/react-native-image-picker/react-native-image-picker/pull/1948)

I can reproduce this issue. The issue appears only in **3.0.0-alpha.2**. It works in **3.0.0-alpha.1**.

The cause of this issue is located in `constraints.ts` in **3.0.0-alpha.2** which defines the following regex: `const mentionRegEx = /((.)\[([^[]*)]\(([^(^)]*)\))/i;`. In **3.0.0-alpha.1** the used regex is located in `utils.ts` and...

It seems to be fixed in the newest version of the 3.0 branch. The function is renamed to `replaceTriggerValues` and adds the `g` to the regex. There is a test...

@gdalle I have opened a PR for the migration of GraphsFlows.jl to the main package. The only algorithm remaining is `mincost.jl`, which has a dependency on JuMP. I will create...

I've accidentally tried to merge the wrong branch. I have created a new PR.

@gdalle Should we port the code from [BlossomV](https://github.com/mlewe/BlossomV.jl) as well? The `minimum_weight_perfect_matching` function in `GraphsMatching.jl` has a dependency on this package, but it seems to be very small, and it...

This should be relatively easy to implement. As a local quick fix, do the following: 1. Create a `portfolio` directory inside `layouts`. 2. Copy `layouts/portfolio/list.html` from the GitHub repository of...