Prem Sichanugrist
sikachu@mastodon.social
<p>Ruby Engineer in Japan. Apple Nerd. he/him</p>
Posts
-
Post #3014857
RE: https://mastodon.social/@daringfireball/115413748512800024 I wonder how long before Apple will release a patch to yell at you for &quot;No, you can&#39;t use this non-PD charger, especially USB-A to USB-C.&quot;
-
Post #3014856
Does anybody know why RuboCop suggested specifying development dependencies in Gemfile instead of in gemspec file as the default behavior? I know that RubyGems.org shows development dependencies as well, so isn&#39;t that kind of defeating the purpose? https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecdevelopmentdependencies
-
Post #3014855
RE: https://mas.to/@zekjur/116022397626943871 I&#39;m not a fan of code fence (which was introduced by GFM) in Git commit message anyway because it&#39;s supposed to be plaintext. Four spaces indent for code block is much better. I guess I have one more reason to discourage it.
-
Post #3014854
@siracusa I really enjoyed the portion in the latest special episode where you tried to correct @marcoarment on how he pronounced the word “enum”, so I have an #askatp question: Would you mind asking @marcoarment to pronounce these words on-air? - enum - numeric type - number pad Thanks!
-
Post #3014853
Still 3 left to go for all perfect, but decided to claim my prize now 😂
-
Post #3014852
Learning about FFI from @tenderlove #rubykaigi #rubykaigiA
-
Post #3014851
I&#39;m not going to miss having to write +code+ instead of `code` inside Ruby documentations #rubykaigi #rubykaigiA
-
Post #3014850
The line for SmartBank’s #rubykaigi_hackspace ticket distribution was pretty crazy 😂. I am glad I was able to secure a ticket. #rubykaigi
-
Post #3014849
Just realized I could do `git rebase --interactive GIT_REF~1` after `git commit --fixup GIT_REF` so I here present you `gfuu` so you could do fixup and squash them up in a single step https://github.com/sikachu/dotfiles/commit/5893d5394751086174cd035e9835c45c46384128 Usage: `gfuu GIT_REF` #git
-
Post #3014848
Huh Mastodon doesn&#39;t actually show GitHub commit&#39;s preview? 🤔
-
Post #3014847
I know that for RubyGems if you do `gem push` from command line you&#39;ll need to do 2FA to approve it. However, I assume those goes away once more and more gems move to use GitHub Actions to release the gem? I wonder if RubyGems or gem.coop would add this to the flow? https://docs.npmjs.com/staged-publishing