Johannes Heuel
Johannes Heuel
I was just wondering why the program terminated in one case but not in the other case where solely the html was different. Thanks for your input about window events...
I added the following to my vscode user settings to add a little bit more contrast: ``` "workbench.colorCustomizations": { "notebook.cellEditorBackground": "#2B2B2B", "notebook.focusedCellBorder": "#b8b8b8", }, ```
I had problems with libressl on some servers and switched back to openssh. To get it working I took the patch from the first post and added the current version...
Transforming the input is less work than changing the extractor: ``` /** @type {import('tailwindcss').Config} */ module.exports = { content: { files: ["*.html", "./src/**/*.rs"], transform: { rs: (content) => content.replace(/(?:^|\s)class:/g, '...
- A lot less readable - Would be a new standard because you will want to specify available fields (https://xkcd.com/927/) - I think there is still an effective URL max...
> The problem is that the CSL spec has no variable for arXiv and therefore no CSL style will use it. I propose opening an issue on the CSL spec...
You make a great point for custom bibliography variables and styles. It feels weird that hayagriva has to know of a journal in order to display an entry. There are...
> I find it highly unlikely that CSL would introduce a new variable just for a single preprint server. Even if it's large. I already linked the discussion on the...
@PgBiel > I'll note however that I've seen some styles which seemed to use some unofficial CSL variables, including ARXIV (but also identifiers for some less known journals and publishers),...