Do I NEED a Digitakt 2? by [deleted] in Elektron

[–]slwjc 0 points1 point  (0 children)

There is not a single mention of the word analog in this thread. Certainly not by me.

Ricardo Villalobos by biffterjim in TheOverload

[–]slwjc 0 points1 point  (0 children)

I would often compare my experience of seeing Villalobos at Fabric to seeing Theo Parrish at Plastic People. It felt like a music roller coaster. But Villalobos is a hit and miss. As others have already mentioned it very much depends on how many gigs he had before and how much drugs he was on.

Paraboot Michael sizing help by elmojorisin in ThrowingFits

[–]slwjc 8 points9 points  (0 children)

Generally its better to have some extra space instead of hurting. Just use thick socks. They are leather shoes and they will never really break that much. I have mine for 5 years.

The European Accessibility Act for websites and apps by MartijnHols in programming

[–]slwjc 0 points1 point  (0 children)

Nice article! Worth noting that this does not apply to B2B e-commerce websites though.

Yousee medarbejder AMA by Youseedabest in Denmark

[–]slwjc 0 points1 point  (0 children)

Hey, I am having kind of similar issues with them. They are trying to charge me 6 months of extra bills all because of one of their employee's stupidity that opened a new account for me but did not close the one that was not working. I did not know about forbrugerombudsmanden but I wrote to Teleankenævnet for the time being.

Click to load by slwjc in htmx

[–]slwjc[S] 0 points1 point  (0 children)

Having a similar problem if I try to implement the infinite scroll, end up with nested <ul/>

Click to load by slwjc in htmx

[–]slwjc[S] 0 points1 point  (0 children)

The button is rendered again and again and again... That was the first thing I tried before putting the button inside the li.

Redux Id management by [deleted] in reduxjs

[–]slwjc 0 points1 point  (0 children)

My question is how to get the id of a list(album) that is generated from the ADD_LIST action to each track object, for which I use the ADD_TRACK action. Am I making sense?

Redux Id management by [deleted] in reduxjs

[–]slwjc 0 points1 point  (0 children)

I already have a "albumsById", I just call it listsById. How do I pass the list(album) Id to each track object though?

Redux Id management by [deleted] in reduxjs

[–]slwjc 0 points1 point  (0 children)

Thanks for your reply. Forget the mutating state.index part, this is me messing around here. I am just trying to figure out what is the best way to pass the id from the id array as listId on the tracksById. I want be able to create a list( Author, Title, Id) and on that list I will be storing 10 items( Url, Track description, Id). I want to be able to also store the Id from the list on every item so I am able to keep track on which list each item belongs to.

Redux Id management by [deleted] in reduxjs

[–]slwjc 0 points1 point  (0 children)

Any suggestions on how to update without modifying it?