Daniel Bos

Results 37 comments of Daniel Bos

I mean: currently gopages is generating HTML files (one `index.html` per package, AFAICS). Instead I'd like to generate markdown files (ideally via a customizable template). While MkDocs can import the...

I guess some way to make it possible to override these: https://github.com/JohnStarich/go/blob/master/gopages/internal/generate/template.go#L98 So that the user could provide their own templates.

I've opened an issue for [Fava](https://github.com/beancount/fava/issues/458) as well, if they accept it, I suggest to coordinate with them, so we all use the same syntax. Imported scheduled transactions would then...

I have no experience with this module, but it might be worth trying: https://github.com/ebitengine/purego This apparently allows calling C-code without the CGo overhead.

Note: this is still 4x slower than the native Go implementation, but that's better than 6x 🤣

I'm unable to update the PR for resolve the conflict: ``` ! [remote rejected] corani/perf -> corani/perf (refusing to allow a Personal Access Token to create or update workflow `.github/workflows/prerelease.yml`...

> Hi, @corani! You are right to evaluate the dynamic dispatch just once. I think we should generalize it and implement in an [identical way to how I implement it...

It's not just `C.GoBytes`, I'm getting it for a bunch of other C functions (from a 3rd party library) as well.

+1 for centering

As a workaround I've added a CSS snippet that seems to do the trick: ```css .block-language-functionplot { text-align: center; } ```