• Joined on 2025年09月09日
ScottRedig pushed to main at ScottRedig/zig-feedback 2026年07月02日 02:05:44 +02:00
264672e6f1 idk something I did awhile ago
Compare 2 commits »
ScottRedig commented on issue ziglang/zig#35312 2026年05月15日 07:45:19 +02:00
Split @mulAdd into @mulAdd and @fma

I think this is perhaps better solved by the already accepted proposal introduce new float types; remove @setFloatMode or whatever @setFloatMode...

ScottRedig pushed to main at ScottRedig/websocket_test 2026年05月03日 09:05:02 +02:00
2bd75813b9 add cancel method, use new reader to discard last message
ScottRedig pushed to main at ScottRedig/websocket_test 2026年05月01日 02:46:59 +02:00
926eb05b9e add note about utf8 validation
ScottRedig pushed to main at ScottRedig/websocket_test 2026年05月01日 02:35:50 +02:00
845d7a1875 pass autobahn tests
ScottRedig pushed to main at ScottRedig/websocket_test 2026年05月01日 01:41:44 +02:00
9f8c34f74b switch to reader/writer internal to websocket struct
ScottRedig commented on issue ziglang/zig#32009 2026年04月22日 03:45:24 +02:00
remove result pointers from the language

I like this.

ScottRedig commented on issue ziglang/zig#31829 2026年04月12日 10:03:30 +02:00
@shuffle doesn't type-check input

This seems like correct widening, no different than

ScottRedig pushed to master at ScottRedig/zig 2026年03月30日 23:48:55 +02:00
9b1eaad13f std.Build.Step.ConfigHeader: add addIdent function
0db75c0116 std.Io.Threaded: fix dns queries on windows
42e33db9d0 Merge pull request 'crypto.base64: use "-" instead of "+" character in URL-safe mode' (#31709) from jedisct1/zig:urlsafe into master
66f55a1cb4 Merge pull request 'llvm: simplifications, refactors, and make incremental work' (#31678) from llvm-enhancements into master
dcb33abc2c crypto.base64: use "-" instead of "+" character in URL-safe mode
Compare 364 commits »
ScottRedig pushed to main at ScottRedig/websocket_test 2026年03月22日 00:31:26 +01:00
cea11f580d running, getting errors
ScottRedig pushed to main at ScottRedig/websocket_test 2026年03月21日 21:07:56 +01:00
832ffc2884 compiles
af1515d62b MIT License
Compare 2 commits »
ScottRedig pushed to main at ScottRedig/websocket_test 2026年03月21日 20:15:02 +01:00
3341855bf1 forgot git ignore
3999ef8825 initial commit
ScottRedig created branch main in ScottRedig/websocket_test 2026年03月21日 20:15:02 +01:00
ScottRedig created repository ScottRedig/websocket_test 2026年03月21日 20:04:17 +01:00
ScottRedig created repository ScottRedig/zig 2026年03月02日 17:51:26 +01:00
ScottRedig pushed to main at ScottRedig/zig-feedback 2026年02月23日 22:38:08 +01:00
2a98a9e428 tuples and todos
ScottRedig created repository ScottRedig/zig-feedback 2026年02月23日 22:00:19 +01:00
ScottRedig commented on issue awebo-chat/awebo#74 2026年02月19日 02:37:03 +01:00
Web Client

Ok, I've got mutlithreading working in the browser, and I'm going to leave it here for the moment (he said with undue confidence).

ScottRedig pushed to main at ScottRedig/zig-wasm-minimal-multithreading 2026年02月19日 02:07:45 +01:00
c69d32e31e Add a another example print
ScottRedig pushed to main at ScottRedig/zig-wasm-minimal-multithreading 2026年02月19日 02:04:36 +01:00
85c0ed5f55 Workers are freed for reuse