Re: [dev] [sbase] Bugs in find

2018-09-27 Thread Tavian Barnes
On Thu, 27 Sep 2018 at 11:06, Evan Gates wrote: > On Wed, Sep 26, 2018 at 5:49 PM Tavian Barnes > wrote: > > > > Hi! As the author of a find-compatible tool, whenever I find another > > find implementation I run my testsuite against it to see if I find any > > bugs in either one. sbase/find

Re: [dev] freetype2/fc pain

2018-09-27 Thread sylvain . bertrand
On Thu, Sep 27, 2018 at 10:06:25PM +0200, Laslo Hunhold wrote: > ... > The function bound() just operates on relatively small LUTs and is > pretty efficient. If we implement a font drawing library in some way, > we will have to think about how we do this special handling right. > Extended

Re: [dev] freetype2/fc pain

2018-09-27 Thread Laslo Hunhold
On Thu, 27 Sep 2018 19:40:06 + sylvain.bertr...@gmail.com wrote: Dear Sylvain, > I did dive a bit deeper in latest unicode, and it's even worst of > what I thought. > To deal with real unicode input/output and to split it in "extended > graphem clusters" (an unicode "char"), you need a

Re: [dev] freetype2/fc pain

2018-09-27 Thread sylvain . bertrand
Hi again, I did dive a bit deeper in latest unicode, and it's even worst of what I thought. To deal with real unicode input/output and to split it in "extended graphem clusters" (an unicode "char"), you need a finite state machine (I guess that's what Lalso was referering to). And it's the same

[dev] Re: Dynamic DNS

2018-09-27 Thread Andy Valencia
If you you can handle sub-domains, I wrote: http://sources.vsta.org:7100/dyndns/index Which is a Python DynDNS plus domain server, so you don't have to hassle with banging DNS zone files and SIGHUP'ing your regular DNS daemon. But since DNS hard codes its port number, it needs to run on an

Re: [dev] Dynamic DNS

2018-09-27 Thread Ben Oliver
On 18-09-27 19:19:16, Kurt Van Dijck wrote: http://duckdns.org/ is what I use now. No complaints Seconded. Used them for years with no issues. Alternatively, many hosting providers have APIs so you can roll your own on your own domain. I use Gandi for this. signature.asc Description: PGP

Re: [dev] Dynamic DNS

2018-09-27 Thread Kurt Van Dijck
http://duckdns.org/ is what I use now. No complaints On 27 September 2018 18:30:18 GMT+02:00, Adrian Grigore wrote: >Do you know any good free Dynamic DNS provider? Sent from a small mobile device

Re: [dev] Dynamic DNS

2018-09-27 Thread Calvin Morrison
https://freedns.afraid.org/ used in the past. Much easier to just pay for a real one though On Thu, 27 Sep 2018 at 12:31, Adrian Grigore wrote: > > Do you know any good free Dynamic DNS provider? > > -- > Thanks, > Adi >

[dev] Dynamic DNS

2018-09-27 Thread Adrian Grigore
Do you know any good free Dynamic DNS provider? -- Thanks, Adi

Re: [dev] [sbase] Bugs in find

2018-09-27 Thread Evan Gates
On Wed, Sep 26, 2018 at 5:49 PM Tavian Barnes wrote: > > Hi! As the author of a find-compatible tool, whenever I find another > find implementation I run my testsuite against it to see if I find any > bugs in either one. sbase/find helped me identify many places in my > POSIX tests that use