johncomposed
No user record in our sample, but johncomposed has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but johncomposed has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
I fully credit Autechre's album Exai for deconstructing and reconstructing my brain to learn functional programming back in college (shoutout Racket and BSL).
There was a measure used during the Toyota Unintended Acceleration case called McCabe Cyclomatic Complexity, I wonder if anyone is using it alongside AI assisted code.
As a side note, huge fan of Promise.allSettled. When that dropped it cleaned up so much of the code I was writing at the time.
I do hate that they significantly increased the height of the player just to what, show off how transparent it is? It feel really bad. Especially when you're scrubbing through videos, the new larger "most watched"…
A while ago someone posted https://tabler.github.io/tabler/docs/index.html which I quite like. But in most of my work I've used UI kits like https://ant.design/ and http://element.eleme.io/#/en-US.
This image is fascinating, is there a source to it? Reverse google images sadly didn't turn anything up.
Npm has had github integration for a while now (and straight git integration). Depending on how they setup things, a repo with a good postinstall script will build once it gets pulled so you'll have ES5 compatible files…
Fwiw, I built a very-very similar application recently using Angular (1.5) and it wasn't a great experience. I originally used Angular because of all the enterprise components available (like JSON-Schema form elements…
That said, with react tools like https://github.com/threepointone/glamor or https://github.com/milesj/aesthetic * you can get the best of both worlds. Isolated css plus :hover and other psuedo attributes. * or…