Hendrik Brower
Hendrik Brower
I wonder if I'm having a related issue. I have been generating what look l like corrupted pdf files. In my case, the spaces get swapped with a backwards 3...
With respect to the printing issue, I've seen some issues there, though for that, I've only seen the issue when I print from linux and on my windows machine. Haven't...
I experimented a bit this morning. I have a collection of about 40 google fonts and I just iterated through each. I found that I can reduce the problem. If...
I would suggest reviewing test cases. Just peeking at test/color/color_int8_test.dart, it looks a bit sparse. Since the class doesn't document this sort of detail, I would recommend adding some clarifying...
I was just experimenting with ConnectionSettings, setting timezone to 'UTC' and 'America/New_York', 'EST'. Then running connection.execute with a series of statements: select curent_timestamp; set timezone to 'UTC'; select curent_timestamp; set...
Just tried the same sequence with a session... same result. no returned values appear to respect the timezone set by "set timezone 'xx'" command. All values seem to be fixed...
I will have a bit of time in the second half of June. I'll try to take a look at it then. On Sun, Jun 2, 2024 at 5:49 AM...
On android, I am getting a media error when I use UrlSource which looks something like this issue. Though it works fine on linux and a web app. On android,...