Results 238 comments of 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: ![noto-sans](https://github.com/takkaO/OpenFontRender/assets/3429760/6b4ac834-c054-43fd-8b96-e0425df84a33) 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) ![chrusty](https://github.com/takkaO/OpenFontRender/assets/3429760/7f60da1b-e68d-4f61-aed4-c82f4800bf0e) ![shortbaby](https://github.com/takkaO/OpenFontRender/assets/3429760/af00d1f5-6bf0-43f3-8340-47182163b1bb) ![freedom](https://github.com/takkaO/OpenFontRender/assets/3429760/e6168128-85ee-4692-8374-38c13a09d197) 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,...