Alexu
Alexu
Make sure your run `flutter packages pub run build_runner build` after adding the migrations so that the code is refreshed with the new version
Yep, just decided to try UWP and WinUI but this thing is just horrible to work with. Back to good ole win32 it is
I have the same thing in Blender 4.0.3. It is so hard to tedious to make this thing work. It tells me that no model has been selected even though...
Just tried to install the Zen browser on a Windows 10 and it blocks it claiming that there's a "PUA:Win32/Packunwan" virus
I also have this problem on Ubuntu 24.04. I can only open files using the context menu *Open WIth > ImHex*. It happens also when you try to save a...
Thanks, my final command was `clang -O2 -Wall -Wextra -Wdeclaration-after-statement -Wvla -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -Wimplicit-function-declaration -Wimplicit-int -Wint-conversion -std=gnu11 -g -fno-common -fno-strict-aliasing --target=wasm32-wasi --sysroot= -I../../src/c/include -Wl,--no-entry,--export=__heap_base,--export=__data_end,--export=malloc,--export=free,--stack-first,-z,stack-size=$((8*1024*1024)) -mexec-model=reactor --rtlib=compiler-rt -o luw-echo-request.wasm luw-echo-request.c...
I copied the .wasm file to the nginx unit server and updated the configuration ``` "applications": { "wasm": { "type": "wasm-wasi-component", "component": "/var/www/component.wasm", "access": { "filesystem": [ "/tmp/", "/var/tmp/" ]...