Daniel Hooper

Results 15 issues of Daniel Hooper

### Zig Version 0.10.0-dev.871+bb05a8a08 ### Steps to Reproduce run this: ``` echo "int add(int a,int b){return a+b;}" > main.c zig cc main.c -target wasm32-freestanding-none -nostdlib -o binary.wasm -Wl,--no-entry ``` ###...

arch-wasm32
zig cc
error message

When user inspects something on the canvas, CodeMirror should scroll to the responsible line. There is a bug related to the CodeMirror scrollTo function such that whenever the method is...

bug

When user inspects something on the canvas, CodeMirror should scroll to the responsible line. There is a bug related to the CodeMirror scrollTo function such that whenever the method is...

bug

Auto complete with preview. See Bret Victor's talk for reference. https://vimeo.com/36579366

enhancement

After doing a clean build on a new clone, or after changing a single asset in the sketch file, git considers all exported assets modified. Is there a way to...

Our team just recently switched to xcpretty from xctool since it doesn't work well with Xcode 8. One thing we miss is the timing information next to the compiled files...

### Zig Version 0.10.0-dev.4475+5b9c8d1d6 ### Steps to Reproduce I'm working on some code that targets arm64 and wasm32. Random.shuffle produces different orderings on the two systems, and this is causing...

bug
standard library

the script expects to be run from the root monaspace folder

we have some existing shaders in our repo that don't have the `.frag` extension that we would like to view in glslviewer, is there a way to launch it from...

It's possible to toggle a checkbox by pressing down the mouse outside the checkbox, dragging the mouse over the checkbox, and releasing the mouse. It's generally preferable for checkboxes to...