Daniel Borek
Daniel Borek
@mgmeyers might be useful for you to debug: when trying to access Item in Zotero 7 with OZI, I am getting `XPCOMUtils.generateQI is not a function` or `TypeError: XPCOMUtils.generateQI is...
hurray, great news latest build work with ZMI and create notes in Obsidian !! :) It took less than 1h from when I described the issue to fixing by Emiliano...
Hi @FeralFlora I recently experimented with plugin projects, for a short moment I was thinking that I found ideal way to automatically process my papers to in the kanban form,...
I am confirming the problem - the code ```python import statsmodels.api as sm import bambi as bmb data = sm.datasets.get_rdataset("dietox", "geepack").data model = bmb.Model("Weight ~ Time + (Time|Pig)", data) results...