Sudarshan Gaikaiwari
Sudarshan Gaikaiwari
I took a shot at upgrading react-static to webpack 4 and failed. I am very impressed with how you are accomplishing the task. Could you please screencast your development of...
``` zellij --version - zellij 0.38.1 uname -av - Linux cs-pool-fte-heavy-geirzdsr-31904 5.15.0-1042-gcp #50~20.04.1-Ubuntu SMP Mon Sep 11 03:30:57 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux stty size - 77 191 ```...
This PR is to get feedback on the right way to migrate this project to styled-components. I have only migrated the Video component for now. @art1fa please let me know...
I followed this [blogpost](https://medium.com/millennial-falcon-technology/reformatting-your-code-base-using-prettier-or-eslint-without-destroying-git-history-35052f3d853e) to run prettier on this repo. This was the command I used to run prettier ``` git filter-branch -f --tree-filter '\ prettier --single-quote \ --trailing-comma es5...
The twitter api does not directly support threads. We can still infer the start, end, and membership of a thread from the `in_reply_to_status_id` field. While displaying tweets it might be...
I cloned this repo and ran `npm install`. Running this command updated the package-lock.json file ``` - "version": "1.4.1", + "version": "1.4.3", ``` Looks like we need to bump the...