

For each problem you might want a package for, there are at least 3 packages, sometimes lots more. You need to sift through them in order to get the one that works and is maintained.
For each problem you might want a package for, there are at least 3 packages, sometimes lots more. You need to sift through them in order to get the one that works and is maintained.
if we flatten a bug, the end result is slightly abstract but we can still identify the bug and features
I believe that you’re thinking of squishing a bug. But that’s a very lossy projection. In its 2D state you only look at the topmost portion of the bug, which is recognizable. But you’re choosing to ignore the infinitely many points that make up all the other layers of the bug. If you had to put them somewhere, too, the resulting picture would be very hard to make sense of.
Enter tree-shaking.
But changing frameworks is not why node_modules is so large. You don’t import Angular and Vue.
THIS IS SPARTAAA
Well, if you map the Mona Lisa onto a Hilbert curve and untangle the curve, you get a long sequence of random blotches of color. So I guess the horse won’t be recognizable in 2D.
You can define Hilbert Curves that map n dimensions on to n−1 dimensions.
Dies. Als ich noch stark übergewichtig war, habe ich bei 3°C Außentemperatur angefangen, eine Jacke anzuziehen. Sonst immer T-Shirt.
I’ve read the explanation that you might be unsatisfied with your choice and looking for a different one.
Hat mal jemand eine Sahnetorte versucht? Danach findet man auch immer Schnodder an den unmöglichsten Stellen.
Darf ich das so interpretieren, dass du lieber wieder Pizzameimeis hättest?
Ich finde, das erste Paneel ist kein guter Witz :/
Bad error handling in the client. Whoever programmed it didn’t think there could be errors in the backend, so when their request doesn’t go through, they default to the ‘no internet’ message.
Or, you know, it’s an asshole company, but Hanlon’s razor.
Needed for the .leaves
’ absolute positioning to be relative to the tree, and not relative to the universe.
Das ist nicht _iel.
Ich rate dir, ein dickeres Fell anzuziehen. Das meine ich jetzt nicht im Bezug auf deinen Liebeskummer, sondern auf deine Reaktionen in den Kommentaren hier. Vielleicht bist du auch müde. In dem Fall: Handy aus, Film an – oder ins Bett.
Wenn du nicht willst, dass Leute auf das reagieren, was du schreibst, dann veröffentliche es nicht und greif erst recht nicht jeden an, der widerspricht.
Ich habe mich nur über den zeitlichen Verlauf gewundert.
Schritt 1: Einkerkern lassen.
Schritt 2: Ausbrechen.
Schritt 3: Schatz finden.
Schritt 4: Ungefähr hier habe ich aufgehört zu lesen. Aber ich hörte, es passieren noch ganz viele, tolle Sachen.
Angular provides a utility to update its packages. If you naively update every single one manually, you’ll get errors because the library will be incompatible with itself. Maybe other flavors of SPA have update scripts, too?
ng update @angular/core@<the next major version> @angular/cli@<the next major version>
Don’t skip versions!