Jacob Pretorius
Jacob Pretorius
> Is there any reason all the validators that were in favor of XLS20 as is decided to vote yay regardless of this issue? Clearly because the issue was just...
> I agree with many of the points here. I would add that I can only see issues with allowing people to transact in IOU tokens. Should we not force...
Same behavior still, you need at least an empty `wwwroot` folder for it to work with .net 6
I built the package from #1009 and it seems to work fine on VS2022 via Parallels on M1 Mac Pro. Adding here for others who want it while this issue/PR...
> Change line to > > `missing: float = np.nan,` > > and this will work Doing that gives the next error `C:\Users\USER\AppData\Local\Programs\Python\Python312\Lib\site-packages\torch\nested\_internal\nested_tensor.py:417: UserWarning: Failed to initialize NumPy: _ARRAY_API not...
I've hacked together a very simple temporary workaround for anyone who needs to get going with SRI headers in their CSP with Cloudflare Pages while this actual proper implementation is...
I'm not sure about that @valtism I tried it and it didn't quite work. The file may be the same but the formatting CF needs is different from what I...
I followed the steps from https://github.com/hacksider/Deep-Live-Cam/pull/990 exactly and even after 2-3 tries it works but I only get 1.5 fps with M1 Max. Can't see anything obviously wrong from this...
+1. I already have a server with Docker and multiple services running with nginx reverse proxy, watchtower etc. I don't want to host a PDS in another fresh Linux VM...
If you're using Astro you can add this to your `astro.config.mjs` ``` vite: { optimizeDeps: { exclude: ['@resvg/resvg-js'], }, } ```