|
Shaggar posted:gradle is not any better than maven for tiny projects so there really is no point to it. shaggar was right
|
# ¿ May 15, 2019 14:37 |
|
|
# ¿ Dec 2, 2024 13:37 |
|
hey angulords, what's the verdict of template vs reactive forms? template seems like a more intuitive way to build it to me, but it feels like angular wants you to use reactive forms real bad HoboMan fucked around with this message at 14:58 on May 15, 2019 |
# ¿ May 15, 2019 14:40 |
|
pl thread is for language slapfights, this therad is for commiserating and or panicking about the terrible code we are all making GBS threads out (which is all code) that said, shaggar is still right
|
# ¿ May 18, 2019 03:44 |
|
how to ux? i got modals on modals right now and from using it it seems not terrible but i assume i am breaking several design laws
|
# ¿ May 20, 2019 14:39 |
|
TheFluff posted:i hate web modals with forms in them form modals seems like a mistake, yes thinking on that, the my first modal should probably be a page on it's own i have been "updating" a circa 2000 internal tool to ~the web~ and i had just copied the old ux up to now i care about ux, but i an't no good at it.
|
# ¿ May 20, 2019 19:19 |
|
ok, again i have not had to design poo poo before. how to restfully have an endpoint that returns a resource filtered by another resource?
|
# ¿ May 21, 2019 20:17 |
|
yeah it's, as pseudorandom suggested, get all butts kissed by a given goon
|
# ¿ May 22, 2019 13:30 |
|
i think i'm getting gaslit by my dev tools literally cant tell what is real anymore
|
# ¿ May 22, 2019 21:43 |
|
jufst do what i did and store all times as server system time and then store offsets from utc for every user and tjen convert to utc and then to the user's offset for every time and then also covert it back if it's user editable except where you don't because you forgot, lol
|
# ¿ May 24, 2019 04:52 |
|
so how did every row end up with a entire nother database worth of records? like if it's 2gb empty how many goddamn properties are in there?
|
# ¿ May 24, 2019 12:13 |
|
i have two mat-checkboxes one works how i want, even if the property it's bound to is undefined the property gets set to true when you check it the other does not, the property it's bound to is always undefined no matter how much i check or uncheck it the code between the two is mostly copy-pasted help
|
# ¿ May 24, 2019 16:21 |
|
ok, here's the template for the one that worksHTML code:
HTML code:
if i check some butts on the butt table and click "New List" in newListButtonOnClick() the selected property is set to true on all the butts i checked off but on the farts table in removeButtonOnClick() all the selected properties on the farts i checked are still undefined
|
# ¿ May 24, 2019 16:46 |
|
i figured it out, the parent component of the fartsTable component where i was testing it is a form so i had to add a name property to the checkbox for it to work right
|
# ¿ May 24, 2019 18:42 |
|
|
# ¿ Dec 2, 2024 13:37 |
|
Captain Foo posted:weird metaphor for yospos, or goons in general, really they're not using a metaphor
|
# ¿ May 26, 2019 01:49 |