fubark
fubark
Text wrapping is not implemented for the TextEditor widget yet. It does however work for the Text widget. Adding this feature to the TextEditor would involve additional computing for line...
#21 Adds a ui library in zig. It compiles to desktop and wasm/webgl2. Leaving this ticket open for an equivalent JS API.
Thanks for the suggestion! It would be really cool if it works, I will get back to you on this!
@kubkon It worked just as you said! I patched a few files to inject zig's c++ and added some sysroot headers and it can now build for arm64 macOS from...
This is even worse on Windows where CreateProcessW has a max char limit of 32,766. The error returned was useful though: error.Unexpected: GetLastError(206): The filename or extension is too long....
You're right we need this. Another model to look into is wav2vec. Ideally we'd want it to be small enough to be embedded into apps so it would work offline...
Function pointers have to be wrapped in std.meta.FnPtr in stage3. I will commit what I have atm, it gets past the compiler errors for demo.zig on linux but there's a...
I used https://github.com/ziglang/zig/issues/14172#issuecomment-1384567705 to test (0.11.0-dev.1638+7199d7c77): `zig run http.zig -- https://zig.news/feed` (Getting error.CertificatePublicKeyInvalid) I also tried to apply this fix https://github.com/ziglang/zig/issues/14172#issuecomment-1425544811 but it ends up hanging. - [ ] https://zig.news/feed
I've updated the project to 0.11.0-dev.1797+d3c9bfada to match Cyber's repo. It should have the new Builder api changes. Also... the graphics/ui libs won't stay isolated from Cosmic long term. I...
I'll upgrade Zig once I get around reorganizing the project. Just a heads up, the graphics library won't be standalone and the tesselator will get scrapped in favor of a...