Karl R. Wilcox

Results 82 comments of Karl R. Wilcox

Further investigation suggests that the things that look like '-' are not ASCII, removing them solves the problem so this is likely something related to character mapping.

It is \u2013 that seems to cause the problem.

Actually everything non-ASCII in the input file seems to cause a problem with the command line search hits. In PHP, ``` iconv("UTF-8", "ASCII//TRANSLIT", $content); ``` Fixes the problem This may...

I use stork to index the text content of about 11,000 web pages and use your first idea of doing some "pre-processing" to create a .toml config that contains everything...

Thanks, I've got a bit of assignment marking to do (day job) but will sort this one out in a day or so

This was an artistic decision since beaver tails look grey to me! e.g. https://cdn.britannica.com/83/28383-050-33D8DB80/Beaver.jpg?w=400&h=300&c=crop But willing to change if folks think it is appropriate

Can anyone suggest how this might be written in the blazon.?

Interesting! Thanks for raising this. This is probably a bit fiddly to code up but I'll have a look and report back.

Depends a bit you mean by "doesn't work"(!) Firstly, "inflamed" is a *feature*, which in DrawShield terms is a (usually quite small) part of a charge that can take a...

Yes, I don't know of an easy way to fix this, it is an artifact of the way that SVG pattern fills work when you pattern fill a group of...