Michal Suchánek
Michal Suchánek

Cannot upload the files, unfortunately.
-rw-r--r-- 1 hramrach users 105K Mar 13 09:52 Button_Switch_THT.3dshapes/DIP-10_W7.62mm_Socket.step -rw-r--r-- 1 hramrach users 122K Mar 13 10:14 Button_Switch_THT.3dshapes/DIP-10_W8.89mm_SMDSocket_LongPads.step -rw-r--r-- 1 hramrach users 128K Mar 13 09:53 Button_Switch_THT.3dshapes/DIP-12_W7.62mm_Socket.step -rw-r--r-- 1 hramrach...
Looks like github has some strict limit on attachment size, cannot add 7.7MB file.
Docs say: > The pygit2 API always returns, and accepts, Oid objects. This is in conflict with the docs, `create_branch` does not.
Yes, looking at the source I can understand this is required. How am I supposed to infer that from the docs?
While that's fairly offtopic to the problem reported here.. > What I really want is an efficient way to determine the merge base between `from` and `to`, or answer the...
It would be nice to support all font variants, rather than a hardcoded subset. How do other application support those fonts that come in half dozen different weights and 3...
From the docs: > Note: The cairo_select_font_face() function call is part of what the cairo designers call the "toy" text API. It is convenient for short demos and simple programs,...
This is likely the expected interface https://gtk.developpez.com/doc/en/pango/pango-Fonts.html#pango-font-description-from-string It can parse the different font variants and options from free-form text description, there is no need to have a separate program parameter...