HackerTrans
トップ新着トレンドコメント過去質問紹介求人

sevenf0ur

no profile record

コメント

sevenf0ur
·2 か月前·議論
Never forget what Reddit did to the Apollo app
sevenf0ur
·3 か月前·議論
Good to know. I disabled watch history just so YouTube wouldn't recommend any shorts.
sevenf0ur
·4 か月前·議論
Maybe wrap the web page by using a legacy WebBrowser control, publish your own executable and grant admin rights on it. Maybe someone out there has already done this for their own weird activex use case.
sevenf0ur
·6 か月前·議論
Getting SMTP errors to outlook emails: 451 4.3.2 Temporary server error. Please try again later ATTR2
sevenf0ur
·2 年前·議論
How do you manage schema for exchanges, queues, and routing? The pattern seems to be for each client to set up the schema for the parts they touch before hand, but that doesn't scale well. The schema ends up siloed in each project and nobody knows what the current state should be.
sevenf0ur
·4 年前·議論
We figured out that burning fossil fuels indoors is a bad idea.
sevenf0ur
·4 年前·議論
Yeah, I would be interested to hear from others how they accomplish this. I played around with Nx and it uses TypeScript project references. It is a lot of boiler plate to set up every time you want to create a new app or library. Fortunately, their generators do this with one command.
sevenf0ur
·4 年前·議論
I imagine it can get annoying to create another git repo every single time you want to share code between some projects. It becomes an even bigger pain when you have to update more than one repo at the same time. A monorepo makes it easier to keep versions in sync and encourages code reuse because it's all in one place.