Feb 14PyTest Use CasesHi, I’m Gota. I’m a Ph.D. candidate in the University of Melbourne. Mostly, I use Python for the research purpose. This is a personal note about pytest, which is a framework that makes it easy to write small, readable tests. …Python1 min read
May 22, 2021Can’t deploy Rails app using Heroku on M1 Mac.My environment is as follows. Ruby 2.7.2 Rails 6.1.3 I’ve been learning Ruby on Rails by reading THE RUBY ON RAILS TUTORIAL. I tried to deploy my app with Heroku following the tutorial. However, I encountered an error showed blow. remote: Your bundle only supports platforms [“arm64-darwin-20”] but your local…Ruby On Rails1 min read