Paul LeBeau
Paul LeBeau
That option seems to be under Visual Studio for me, not under Build Tools. I enabled it. Did a `git fetch` and `cargo clean` (just in case). Then started a...
I didn't realise you were waiting for something from me. I will retest, and if it is still happening, I will provide a sample project.
Hi @pragmatrix. Sorry for the delay in getting to this. I've uploaded the test project I was experimenting with here: https://github.com/BigBadaboom/rust_win_skia_test If you checkout and build, hopefully you will get...
Are you suspecting that it is something odd with my build env? In the past I have built skia successfully on this machine, but I know the skia folks have...
Jut for the record, I updated and tried this a month or two ago, and was getting the same result.
Stumbled across this thread. I found the solution I think. Posting here in case it helps others with the "Authorization failed" message. It appears as if passing credentials with `-username`...
@takuya-takeuchi Thanks for the reply. But no. My problem is completely different. Basically the opposite. Your wrapper around `CaptureSample()` and `CaptureSampleWithCallback()` hardwire the values of the `purpose` and `flags` parameters....
Yes. That's exactly what I need. Thanks for the quick response! If you merge that change, I am happy to try testing it. Thanks.
Just ran across this deficiency today myself. I see Flux now allows months and years. It would be nice to have this in InfluxQL as well.
Proper `*-baseline` support is awkward, because Android doesn't provide access to that sort of font metadata. I have been trying to keep AndroidSVG as minimal as possible. So I am...