Xliff

Results 91 comments of Xliff

Huh! OK, so thanks for at least determining the problem. Maybe I can work around it?

Gosh! My ears are burning! :) At any rate, since I saw this in email, I tried to install it again, normally. I get the following: ``` $ zef install...

@bazzaar - Right. OK. With that done, I get the following... ``` ===> Searching for: Inline::Python ===> Updating cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json ===> Updating p6c mirror: http://ecosystem-api.p6c.org/projects1.json ===> Updated cpan mirror:...

I am getting the following error messages in the kernel log whenever I try to run pb-for-desktop ``` [ 59.524441] traps: Chrome_IOThread[3288] trap int3 ip:55f3ed42cdf4 sp:7f1bab0824a0 error:0 in pb-for-desktop[55f3eaf9b000+5cb6000] [...

@sdiama - Thanks for that! I'll try that when I get back home.

Seems like the best way to accomplish this would be to have independent H, S and L ranges passed via the options. In the case of excluding greyscale, you could...

Just for shiz and grins, I took that sequence out until it looked stable. I generated 100,000 before the S min bottomed out at 37.93. That seems to be a...

For some DBOs this might be better off as a CROSS JOIN. https://www.w3resource.com/sql/joins/cross-join.php So that: ``` (Model1.^all X Model2.^all) ``` results in: ``` SELECT * FROM Model1 CROSS JOIN Model2...