Bruno Paz
Bruno Paz
Same happens to me on Fedora. I only have this warning: ``` Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs" ``` After that, nothing.
Could be an interesting feature. The default path could be configurable in the settings instead of using home directory. PRs are welcome as I don't have time to work on...
@andreynering +1 to this. I think it´s a common use case to have a different set of data for different test scenarios. Ideally, fixtures should be able to clean themselves...
@CumpsD Maybe adding shell=True argument on that subprocess call. You could try change the code directly (~/.local/share/ulauncher/extensions/com.github.brpaz.ulauncher-vscode-projects/main.py and restart Ulauncher to see if it helps.
@joekaiser I cannot reproduce this in my machine. I thought it could be related to the command not being run in a shell environment and so the environment variables wouldn't...
ok, that´s exactly the same command executed by this extension to launch code. Something related to the execution envrionment of Ulauncher extensions maybe? I really dont have any idea for...
+1 to this. In my particular use case, I would like to use Excalidraw for doing low-fidelity wireframes for websites. Having the ability to create multiple pages, and link elements...
For me it worked to set `failure-threshold` to `error` or `warning` According to the documentation, the default is `info`. I don´t know how this works internally in Hadolint, but my...
Same problem here. You can use this repo to reproduce. 1. Clone https://github.com/brpaz/nuxt-starter 2. Add `@nuxt/image-edge` module to `nuxt.config.ts` 3. Run `yarn install && yarn build:cloudflare` 4. Run `npx wrangler...
@cliqer Thanks for answering, but Image Resizing is a Pro Cloudflare feature. I only want to deploy my site to Cloudflare and not have it deal with images. I think...