Chris Wong
Chris Wong
Ran into this bug recently. This was causing an infinite loop in production: ```js > moment.tz('2019-03-30T00:00:00', 'America/Scoresbysund').add(1, 'day').toString() 'Sat Mar 30 2019 23:00:00 GMT-0100' ```
Looks like the symlink approach has too many downsides. I'll just duplicate it then 😿
Hi @TheNeikos! Sorry about the late response 😅 Do you know about the class shorthand syntax? We can get something similar with the following: ```rust let has_space: bool; // ......
@bgrundmann does `.is-primary[state == State::Primary].is-danger[state == State::Danger]` work for you?
> I would love to have `.[aoptionalclassname]` Oh that sounds good to me. I don't think it makes the language more complicated, since it's "filling in a hole" (so to...
> So I'm happy to accept a PR that moves them together. #369
@ElnuDev on #388: > This could potentially be behind a feature flag. Feature flags are global, which I think we don't want for this feature. Since you can embed SVG...
I'm no atomics expert. But I think the idea is that it will be correct, *eventually*. You might have to wait some time for it to settle first, but it'll...
What did you use to configure your keyboard layout? Robot asks the X server directly for the current mapping; if your mapping works at a higher level then it won't...
Okay, I pasted that into my own xorg.conf, rebooted, and ran some tests with Robot. Logging in was awkward, trying to open GHCi even more so. But `tap _O`, `tap...