Signs of a maturing developer; being okay with deleting something you're proud of making.
marais
5,889 posts
ai @github
- Replying to @tsodingbut insist on optimising the build tools to nanoseconds that build the apps that take 20 seconds to load.
- Replying to @jamonholmgrenso beautiful hey! the teams been hard at work
- We just have to all remember how you copied colorette from kleur. Seem everyone in the ansi space all copying from each other. Just congratulate nanocolors โ spotting a perf boost where no one else did. Took the best of all worlds.
- Replying to @rockatanescu and @githubThanks! I'll chase this up internally, if there's not already an issue! ๐
- fetch(`/graphql`, { body: JSON.stringyify({ query: '{ some { thing } }' }) slightly more characters, but other than that you can be on your way
- Replying to @jarredsumneryou've got a laundry list of bugs building up man, I don't want to tell you what to do, so take this as friendly advice. But if i was in you, but as me; id focus on stability and reliability as a priority now. you can always make things faster, we respect you for that. but
- Speed up your node_modules cache restore within GitHub actions with this little trick. Its faster to restore 1 big file, than 100's of small files โ
- Replying to @stefanjudisNot sure if anyones mentioned, but you can also remove a branch on the remote with colon: `git push origin :branch`





