theredwillow

Results 8 comments of theredwillow

``` media_folder: /static/uploads/ public_folder: /uploads collections: - name: posts label: Posts label_singular: 'Post' folder: src/content/posts create: true fields: - label: "Competition Logo" name: "complogo" widget: "image" media_folder: "{{media_folder}}/competitions" public_folder: "{{public_folder}}/competitions"...

The refiner trick doesn't work unless you have enough GPU VRAM to hold both models, even if you have it set to much smaller. This makes the tool impossible to...

I see that this was proposed before by @x-legion. [The issue](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4376) was closed as "not planned" in 2022, but perhaps putting it out there again now could rally up some...

I've seen something similar with caching that involved playing with these settings on the backend. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control I don't feel very strong in this subject. I'll need to read up on...

> Not very clean but it works for me Hopefully someone more clever is gonna bring this to life in a PR I am confused as to what this issue...

There is supposed to be an `@editor` function now, but it doesn't work. ![editor bug](https://github.com/microsoft/vscode-copilot-release/assets/18607666/c8db616b-a7dd-46ce-9ffd-0db3cff4b245) You can use `#file` multiple times though. ![double files kinda working](https://github.com/microsoft/vscode-copilot-release/assets/18607666/749acb07-3ea4-41ba-82a4-f2a98e6460bc) Still double imports though...

Preliminary search for pre-existing libraries... [react-use-websocket ](https://github.com/robtaussig/react-use-websocket)

I can modify the localStorage, but I can't get the repository URL to change under Identity > Git Gateway. I still need help. The [docs](https://docs.netlify.com/visitor-access/git-gateway/#setup-and-settings) say it's uneditable, which I...