Scott Baker
Scott Baker
Have you tested this version of NotoSans with the above script does it align properly? I'll have to test when I have access to my board tonight.
I tested with the updated version of the font you provided and I'm still seeing the same weird vertical offset:  Interesting enough, your version of the font has glyphs...
Just to be 100% thorough I tested with some other fonts as well: [chrusty.h.gz](https://github.com/takkaO/OpenFontRender/files/13707262/chrusty.h.gz), [shortbaby.h.gz](https://github.com/takkaO/OpenFontRender/files/13707263/shortbaby.h.gz), [freedom.h.gz](https://github.com/takkaO/OpenFontRender/files/13707264/freedom.h.gz)    A couple of them seemed to work pretty well, but certainly...
I appreciate you helping me drill down. I think we've made a simple enough test case that the dev should be able to tackle things from here. For now my...
@ircmaxell we were thinking that a compat library like you did for `password_compat` for the CSPRNG would be awesome.
I was going to mock up a really simple PHP version, but it looks like RandomLib is way more robust. Does it make sense to base the compat library on...
Here is a super rough userland implementation: https://gist.github.com/scottchiefbaker/d191f369765eef5ed0cf I didn't implement the min/max in random_int() yet. I'll defer to @ircmaxell 's implementation, because https://github.com/ircmaxell/random_compat looks more full featured. I just...
@jrnickell I like it... you had the same idea I had, but took it a couple steps farther. Question though, what is a PHALANGER on line #6?
PHP7 is closer to landing now, has anyone made any headway on a userland implementation?
Did this ever get solved? I'd really like to have full control over each digit and the colon. Ideally I'd like to be able to do this pseudo-code: ``` setDigit(1,...