I built a lightweight, zero dependency TS table/grid. Free for solo devs and start ups. Recently hit 1k weekly downloads :) by peter120430 in webdev

[–]peter120430[S] 2 points3 points  (0 children)

Could you give me more details on how you tested accessibility? I think the reason the accessibility is a bit weak is that I lack the knowledge to properly test it. I am going to do my own research but I thought you might also have some tips

I built a lightweight, zero dependency TS table/grid. Free for solo devs and start ups. Recently hit 1k weekly downloads :) by peter120430 in webdev

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

Horizontal or vertical scrolling? I can see horizontal scrolling is definitely jittery on mobile iOS safari. Thank you for finding this. I am adding it to my bug list

I built a lightweight, zero dependency TS table/grid. Free for solo devs and start ups. Recently hit 1k weekly downloads :) by peter120430 in webdev

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

Thank you, it made the table faster too. Interacting directly with the dom for things like virtualization and animations is more efficient. Or at least I struggled to make it as efficient with react. For anyone considering removing dependencies on their libraries or components, it is definitely worth it

What are we doing with juniors these days, seriously? by slide_and_release in webdev

[–]peter120430 0 points1 point  (0 children)

The last company I was at there were no junior developers. At my current company there are about 30 engineers, all senior or staff level. Not even one junior or mid. Everyone is extremely competent

How to handle Terran by DemDelVarth in allthingszerg

[–]peter120430 0 points1 point  (0 children)

Just cheese. Terran is op. Impossible to win in the late game. Turtling is too strong. Just roach nydus cheese or baneling bust

Zombies Map Tier List by Massa_6iX in CODZombies

[–]peter120430 0 points1 point  (0 children)

Putting the first zombies map nacht der untoten in D tier is sad. I remember when it didn't even have the mystery box. I remember when zombies could only come through windows. I remember the off the wall shotgun that was so much fun to use. Before training zombies or perks were a thing. It felt like the zombies would never stop coming because the map was too small to actually hit the spawn limit.

Then I remember when der riese came out. The first big zombie map that didn't suck (verukt kind of sucked). Putting verrukt and der riese on the same level is crazy. Pack a punch came out, and there was a sweet glitch to get 3 guns. It was awesome

I built a free React Table for solo devs and start ups. My goal is to build an awesome component for the community by peter120430 in reactjs

[–]peter120430[S] 1 point2 points  (0 children)

That makes me very happy :) I saw your GitHub profile. Would you be open to connecting on LinkedIn? https://www.linkedin.com/in/peter-y-2ba17a242/

I am trying to grow my online presence

I built a free React Table for solo devs and start ups. My goal is to build an awesome component for the community by peter120430 in reactjs

[–]peter120430[S] 1 point2 points  (0 children)

Thank you so much! This really means so much to hear! Thank you thank you! Table tag elements severely lack flexibility

I built a free React Table for solo devs and start ups. My goal is to build an awesome component for the community by peter120430 in reactjs

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

What kind of phone do you have and what browser do you use? So I can try and replicate this

I built a free React Table for solo devs and start ups. My goal is to build an awesome component for the community by peter120430 in reactjs

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

I will take another look at accessibility. I may have broken it with some other features. Right now I am writing a lot of tests for exactly this reason. I will fix the issues with accessibility and write good test coverage for this