Ibrahim Awwal
Ibrahim Awwal
I'm curious enough to take a stab at this when I get some time, maybe this weekend or next... it seems js2-mode apparently has support for inline JSX now. I...
I realize this is an old issue, but I agree that this would be super helpful, especially when trying to break things up into separate files as mentioned in https://github.com/rdy/fixture_builder#more-complete-config-example....
Ahh.. I think I am running into this issue with the [audited](https://github.com/collectiveidea/audited) gem. Because the table class is `Audited::Audit`, it seems to not be serializing the JSONB fields correctly and...
Found out that Ubuntu seems to have a list of laptops that use this fingerprint reader: https://certification.ubuntu.com/catalog/component/usb/2448/06cb%3A009a/ Not sure if that's helpful in any way, but it looks like most...
Oh yeah, I wasn't saying that the list implies that it should work or that it was exhaustive, merely that it is a list of such devices, however incomplete it...
Well, I don't know how "real" Android's Java is but it does support JNI. I did manage to get openblas built for Android so I'll try and see how DGEMM...
Hmm, it looks like the issue was mostly fixed in Chrome 86, but I am still seeing issues with some thin lines (e.g. overlines) in Chrome 87 at particular zoom...
Looking at the git blame, it seems like it's intended that you should be able to use dots to access nested values? If so, how should one use columns that...
Ah okay, so it's totally intentional new behavior. Thanks! A prop would be nice, or changing the behavior to `get(columnId) || getIn(columnId.split('.'))` would probably be even better because it seems...
I realize this issue is super old, but when I try to use the workaround suggested earlier that looks like this: ```ruby on_failure { |env| SessionsController.action(:failure).call(env) } ``` I get...