Søren Fuglede Jørgensen

Results 23 comments of Søren Fuglede Jørgensen

Not being a Ruby guy, but wanting to iteratively try out changes to a particular license file, I found it simplest to just [wrap the CLI tool with Docker](https://github.com/fuglede/licensee-docker/blob/master/Dockerfile), then...

Does @edvinasz' solution cause any other issues elsewhere, or could it be added to [`PlotModel`](https://github.com/oxyplot/oxyplot/blob/d9148f7eed2455ac4abbfd2975972d0c1f799997/Source/OxyPlot/PlotModel/PlotModel.cs#L791) directly?

Ah, there's a comma missing around ``` } "routes": [ { ``` so I suppose the cause is a JSON parsing issue. Not very clear from the error message.

@cormacpayne: As mentioned in the comment above, this was all due to a JSON parsing issue. Indeed, any invalid JSON in `staticwebapp.config.json` will cause the "Could not detect any platform...

For anybody else looking for a workaround, here's what I did to get set up with a usable NuGet package for .NET Standard 2.0 on x64 (ignoring all other platforms,...

This one seems to have now changed. Using the "+" icon, I'm presented with a list of contacts. As soon as I scroll in this list, the app crashes.

Yes, the problem persists and I'm back to crashing at the moment I click "+". - Contact list is fairly short but does not fit on one screen. - Not...

FWIW, for the (few) endpoints I've tried, the "live" environment has worked fine as well; I found [these Python examples](https://github.com/SaxoBank/openapi-samples-python) useful for getting started, as they provide minimal examples on...

> I checked OR-Tools. It seems like they do not implement network simplex for min-cost flow. The results generated by SciPy (in this PR) and NetworkX are same for any...

> @fuglede Can I start adding the documentation, if the API seems okay. API seems logical to me! I suppose you could have picked any of capacity/cost/demand as the `.data`...