Willie Möller

Results 106 comments of Willie Möller

@leaanthony @stffabi I'm also interested in being able to configure the startUrl (especially for windows): https://github.com/wailsapp/wails/blob/8e88e1454f6613670a77b3b07776adb2fbf570b1/v2/internal/frontend/desktop/windows/frontend.go#L36 I'm running an Echo server in a goroutine within my wails app and rendering...

@adrelanos Thanks for offering a workaround. @minfrin It would be nice if retry could have a switch that could ignore its stdin processing behaviour.

> Have you tried setting the LaTeX command in the nbconvert config file? > > ``` > c.PDFExporter.latex_command = ['xelatex', '{filename}'] > ``` > > Try replacing `XeLaTeX` with `tectonic`....

@pkgw Thanks for the info! The missing `bibtex` is then very likely a symptom of my dev environment. EDIT: It looks like the `bibtex` program is called separately by `nbconvert`,...

I use watchexec with `just`, and the change to UNC paths is also breaking my recipes: https://github.com/casey/just/issues/1167 ```pwsh ❯ watchexec --version watchexec 2.1.2 (2cc7743 2024-07-02) +pid1 commit-hash: 2cc7743677580ec55c71d46d1fc2e8cf51a83a23 commit-date: 2024-07-02...

The following method may also work: https://taskfile.dev/usage/#forwarding-cli-arguments-to-commands > If -- is given in the CLI, all following parameters are added to a special .CLI_ARGS variable. This is useful to forward...

I've only very recently discovered proto, and I really like the experience so far, especially its simplicity of use, good documentation, and easy way to contribute packages. I'd like proto...

It would also be great if there can be a detection strategy that just reverts to the global install of a tool after all other avenues have been tried. From...

@milesj > I took a look at pixi and this seems like it's more package focused? Where as the proto python plugin is focused entirely on just installing python itself....

It looks like wapm.io now redirects to wasmer.io: https://wasmer.io/ Would it make sense to have a wasmer plugin for pixi that would allow installation from the wasmer registry? Either way,...