Lothar May

Results 17 comments of Lothar May

Any news on this issue? Detection is also broken on IE 11. Could some developer comment on this, please, whether it will be fixed or not? This has been broken...

Thanks for the feedback. Yes it runs fine with the latest master branch, but this branch is using gioui.org v0.0.0-20210308172011-57750fc8a0a6 (according to go.mod) which is very old. I'm using latest...

I gave it a shot, but I do not know what "Save" was supposed to do in https://github.com/gonum/plot/blob/5eb6bf0ea28ffc1a7f0c33838eaf5f68c37f408d/vg/vggio/context.go#L45. I only know recent gioui, and I don't think that any function...

For me, adding Defines: _ANSI_SOURCE: 1 (in yml file) solves Xcode clang issues. (Additionally, stdbool.h and stdarg.h need to be created, but I think this is already mentioned in other...

Code generation from https://github.com/cimgui/cimgui would heavily depend on this feature, because cimgui is pretty much unusable without variadic argument lists. Right now, it cannot be used at all. Is there...

Did you change CURL_VERSION="7.28.1" to CURL_VERSION="7.31.0" in build-all.sh? (Because you are saying that curl 7.31 is used). If so, please try the original script and let us know whether it...

I'm also having this issue. Is there a workaround available, or is the Docker version no longer supported?

I think that Cachet tries to convert an existing Database from a previous version, and I think it is fine to ignore this error. Just make sure that you set...

@leeson1995 The value 3E+3 is correct and equals 3000. Use "f" format to print non-sci value: ``` b := decimal.New(3, -3) fmt.Printf("%f\n", b) ```

@zeitlinger Call `Quantize` twice as a workaround, this will lead to 100.00 (and also works if precision is 0) Looking at the date of this issue... Is this library still...