Profile avatar
h4s.one
🔧 DevOps Engineer | Vue | Python | Go | 🏳️‍🌈
16 posts 6 followers 20 following
Regular Contributor
comment in response to post
This feels like Google reader shutting down. Any recommendations for replacement?
comment in response to post
We use CircleCI but anyway the PR got blocked because no one in the team have ever heard of nushell (ノ_ヽ) TBF I don’t really want to get paged when the pipeline broken after an update. So sticking with zx and bash for now.
comment in response to post
Listing aws user permission from CLI. Yeah good luck with that here's a 100 line bash script to do it stackoverflow.com/a/69728383
comment in response to post
After hot girl problem from Tinder, Bluesky got Brazil problem. Gotta love how we name things 🥰
comment in response to post
Feels like they're just shelling out to some process with this API design lol
comment in response to post
Where's that base64 encoded hash in the end coming from. It sounds oddly specific lol
comment in response to post
Yeah it's confusing but no tsx is not using the compilation result from tsc. Your run script is pointing to the source ts file, not output of tsc. So tsx needs to compile files again with esbuild. It's actually fine to do this. Esbuild is much faster compared to tsc.
comment in response to post
tsx is compiling with esbuild so running tsc -watch in background is not helping?