Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TM
TMN @programming.dev
Posts 1
Comments 15
Tool to migrate subs from reddit to Lemmy ?
  • For context ive been a react developer for ~4 years. Even though this project is very basic, im impressed with how intuitive svelte is ! I like everything about it so far and the DX is great !

  • Tool to migrate subs from reddit to Lemmy ?

    Hey. I'm new here. Does anyone know if something like that exists ? If not maybe that would be a cool side project for me

    edit : https://red2lem.vercel.app/ https://github.com/mlfcnt/red2lem

    edit2: found out that https://sub.rehab/settings/ allows you to do the same thing, but better :P

    13
    Best practices for testing web components?
  • I love Playwright. I've had better results (less flakiness) and better DX than with cypress. +1 for Playwright for me. Coupled with a CI that runs the tests and merge / publish only if everythings fine !