Beni Cherniavsky-Paskin

Results 502 comments of Beni Cherniavsky-Paskin

Any news on the reorganization? I just compiled from HEAD and see that by default changing sort/tree still doesn't follow. Would you like an updated PR?

Fixed local usage at the expense of non-SNI browsers. IE6 on XP and Android 2.x will probably break, even when loading via http://leaverou.github.io/animatable/. If you care about those, I could...

IE6 doesn't render anything useful anyway. Don't have access to [simulate] an old enough android to check. SSL Labs claims android 2.x handshake to github pages does succeed (without SNI).

Let's Encrypt recently started offering wildcard certs, with DNS validation only. Is this interesting for openshift-acme? - Could potentially maintain a wildcard router default cert (also stored in a secret,...

About plugins: there is discussion on https://github.com/kubernetes-incubator/external-dns/issues/555 about what it would take for external-dns to abstract this away.

I'm just starting to use date-fns[-tz] and I love all of it :heart: except `utcToZonedTime` / `zonedTimeToUtc` scare me :worried: Normally I think of `Date` as *a moment in time*,...

Thinking/reading more about it, I see many functions in `date-fns` treat dates in "calendar" sense, eg. `startOfDay` (https://github.com/date-fns/date-fns/issues/669). These don't make sense as "function of a moment" because they're timezone-dependent,...

Timezones change their offsets over time, regularly due to daylight-savings, and irregularly due to political decisions... Here is an example of winter vs summer difference: ``` > require('date-fns-tz').format(new Date(2021, 12),...

pandoc should allow control of exact syntax. ~~To preserve `$inline$` and `$$display$$` syntaxes, try `-t gfm+tex_math_dollars-tex_math_single_backslash-raw_tex` (untested)~~ UPDATE: that does't work, `commonmark` and the new `gfm` derived from it [do...

ref https://github.com/spiermar/d3-flame-graph/issues/33 (but nobody ever replied there)