Christoph Voigt
Christoph Voigt
Was able to fix the issue by removing the line `import django_prometheus.models` and `bases=(django_prometheus.models.Mixin, models.Model),` from all `migrations.CreateModel`. Afterwards I was able to successfully run the migrations. ```python ... import...
I experience the exact same issue. ``` [url "[email protected]:"] insteadOf = https://github.com/ ``` My ssh config: ``` Host github.com HostName github.com IdentityFile ~/.ssh/github_rsa IdentitiesOnly yes ``` I added the key...
Thanks a lot, @kubkon, for looking into the problem. I was able to incorporate your changes into build.zig. While Linux finally builds, Windows still complains about "FILENOTFOUND" stuff... ``` D:\a\wasmtime-zig\wasmtime-zig\zig-windows-x86_64-0.10.0-dev.2473+e498fb155\lib\std\os\windows.zig:1593:32:...
Any help fixing the windows build highly appreciated :)
Thanks for the response. Sure, take your time - if the outcome is zig v0.10.0, I'm happy to wait :D
With zig master(`0.10.0-dev.3602+df507edff`) macos now fails with ```bash + gyro build run -Dexample=simple --search-prefix /Users/runner/work/wasmtime-zig/wasmtime-zig/wasmtime-v0.24.0-x86_64-macos-c-api dyld: Library not loaded: @rpath/libwasmtime.dylib Referenced from: /Users/runner/work/wasmtime-zig/wasmtime-zig/zig-cache/o/8a1a1ed3f58575748954ee0b1aaff77f/simple Reason: image not found The following command...
fyi: I started giving this a try, targeting wasmtime 0.37.0. My time to work on this is limited, so don't expect results tomorrow :) Will open a WIP PR as...
Hi again, after I wasn't satisfied with a workaround of splitting my setup into two separate terraform steps (and therefore creating two terraform states), I tried to understand the error...
Hi, @andrewsomething, Thank you for your response. > Generally, if you want to generate user data with attributes from other resources, you would use a templatefile If I create `user_data`...
Thank you @caniszczyk, as discussed in slack, here a rough sketch.  Some basic assumptions/comments: - I focused on wasm in the backend - simply...