Andreas Nedbal

Results 74 comments of Andreas Nedbal

Multiple things to note: * Regexes in BTD only use a single modifier `g`, so writing `/anything/s` isn't necessary/doesn't work anyway. It should just be `anything` * Aside that, are...

Yeah, should be pretty easy to add a check for the user of a tweet (the retweet) and the retweet entity user matching.

@Fubinator we could, but that would require a refactor of the columns, as they are currently working solely based on their array index and not a specific set order.

Noticed this one myself already, guess I'll investigate the possible issues behind this.

Tried to look more into this issue, but at least from the state-side everything looks fine. It just doesn't seem that the component gets initialized properly on a new profile,...

Okay, as I finally have time again now, some feedback: - It looks like `UPDATE_POST_IN_COLUMN` is not working as of now. - In the Vue devtools, the `columns` state is...

Gave this an attempt just now and it's not as easy as I have imagined it, at least the Webpack HMR stuff isn't. Investigated and it seems like stylelint added...

That's definitely planned! There are some steps I want to do beforehand. We need a proper specification for clients and their base functions, so it's clear what's required for new...

I guess we can implement multiple checks here. The one you noted, catching errors on load, and maybe another one for each client (checking if the object/keys are added properly,...

@resir014 Hmm, looks like it. Leave the npm tasks but get rid of the Webpack stuff then, we'll add that at a later point if ever possible! (Also, add a...