Creating a TI process from a .pro file using TM1py

October 4, 2020 · 9 min read
Ever wondered what's going on in your .pro files? I did so I tried to take one apart with Python and re-create it with TM1py...

Adventures with pre-commit

September 30, 2020 · 6 min read
I started using the pre-commit framework a while back on my projects but only with a very basic setup on pretty simple codebases. Common uses are apply code formatters like black or to run static type checking with mypy. I tried to create a rough framework for my Python projects.

Trying to stay on the right track with git

September 28, 2020 · 3 min read
For when my memories are murky, this is a list of common git commands I tend to use, aimed at a relative newbie. I actually used it to give an intro to git presentation to my team a few years ago but it's still a nice reminder of basic usage.
← Prev
Page 5 of 7
Next →