Victor Westerhuis

Results 23 comments of Victor Westerhuis

I've noticed some of these changes, for example resetting margins and moving the cursor to the origin appear often in implementations. Before making more changes, I'll see if I can...

For now I've added this to my biblatex.cfg, using the `citetitle` format from aba.cbx: ```latex \renewbibmacro*{related:commenton}[1]{% \entrydata*{#1}{% \printtext[citetitle]{\printfield[apacase]{title}}}} ``` It seems that the `citetitle` format uses the same general rule...

This would fix #234, but it's not quite ready yet. Particularly, blog posts are supposed to be formatted like (non-academic) journal articles according to the [APA Style website](https://apastyle.apa.org/style-grammar-guidelines/references/examples/blog-post-references). However, setting...

I used https://github.com/serhack/pdf-diff to verify that this PR did not do any damage to the output: ![image-2](https://github.com/plk/biblatex-apa/assets/17638830/ae826d6a-9aa1-4db0-8342-3796188377e8) ![image-61](https://github.com/plk/biblatex-apa/assets/17638830/fb3c6d5c-1c81-4df5-9220-327302d53671) ![image-62](https://github.com/plk/biblatex-apa/assets/17638830/a5b3426d-03a4-4937-a0a8-4936e23dd5f9)

> Also, the python docs you're referring to touches encoding, e.g. python accepts tuples when dumping to json, but the response we're talking about here is about a loaded/decoded json...

> Wow, fantastic work @viccie30! 🚀 🚀 It looks very good already. Thank you! > > ### Annotation scopes > I wonder if we need to do anything special. Griffe's...

> Thanks a lot, that's super clear. > > So, given your first example, I understand that the code cannot resolve `T` in `list[T]`, or `U` in `arg2: U`. What...

> > use-case > > Right! Very valid use-case indeed. Thanks. I'll mention the [`griffe-generics`](https://mkdocstrings.github.io/griffe/extensions/third-party/generics/) third-party extension, which helps with subclasses of generic base classes, but not base classes themselves....

Feel free to use it as you see fit, I've been swamped with other tasks at work, so I have not been able to work on this. I'm happy to...

> This is insecure and should not be implemented, at least for Linux. > What is insecure about it? For Linux the only change is that besides accepting numeric uids...