HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fmorel

no profile record

comments

fmorel
·3개월 전·discuss
There's already something like this for GitHub: https://github.com/refined-github/refined-github
fmorel
·4개월 전·discuss
I remember when Firefox started putting everything into jars for similar reasons.

https://web.archive.org/web/20161003115800/https://blog.mozi...
fmorel
·4개월 전·discuss
I don't mind the bump on most Pixels because it goes all the way across the phone. So it's still stable on surfaces.
fmorel
·6개월 전·discuss
And dotnet run can now run single files of C# code, with the ability to import other projects and packages if needed.

  #!/usr/bin/dotnet run
https://devblogs.microsoft.com/dotnet/announcing-dotnet-run-...

https://andrewlock.net/exploring-dotnet-10-preview-features-...
fmorel
·11개월 전·discuss
Except you might want different error handling for different error codes. For example, our validation errors return a JSON object as well but with 422.

So treating "get a response" and "get data from a response" separately works out well for us.
fmorel
·12개월 전·discuss
Reminds me of I Can Has Cheezburger https://en.wikipedia.org/wiki/I_Can_Has_Cheezburger%3F
fmorel
·작년·discuss
My parents got a cheap Touchpad when they were getting rid of them, and used it for years. Especially after people got AOSP running on it.
fmorel
·작년·discuss
They've done quite a few user stories on https://devblogs.microsoft.com/dotnet/category/developer-sto... and related blogs, especially about .NET Framework to .NET migrations.
fmorel
·작년·discuss
There's only a 6 hour different between the East coast and Hawaii. You can't entirely avoid a night shift, so you might as well have them all work from the same location.
fmorel
·작년·discuss
I have multiple vaults in my OneDrive, and use https://play.google.com/store/apps/details?id=com.ttxapps.on... (OneSync) on Android to have them available there as well. It's been working great.

If I was making edits more often, I might run into sync conflicts. But I mostly edit on my PC, then might make small edits to recipes while I'm working in the kitchen.
fmorel
·2년 전·discuss
If you wanted notifications there instead of email.

But I've been using the website for over a year and don't feel like I'm missing out.
fmorel
·2년 전·discuss
> Being able to hover a line, having the message of the commit which last changed it, and be able to say "ah ok, it was for this" is quite useful.

Honestly, this just sounds like we need better integrations with JIRA into dev tools. I'm not going to rewrite tickets in commits / PRs. That ticket has its own history, linked tickets, acceptance criteria, epics, related bug tickets, etc.
fmorel
·2년 전·discuss
The first is solvable with a PR check. You can do whatever you want with the submodule on your branch, but if you want it to merge to `main`, then your changes to the submodule have to merged to its `main`. We have a check that makes sure the referenced commits is on `main`, and not older than 10 PRs.
fmorel
·2년 전·discuss
I've gone for tabs ever since I realized it helps with accessibility https://gomakethings.com/tabs-are-objectively-better-than-sp...

Every developer can control how those tabs are rendered to their preference.