Brad Parham

Results 30 comments of Brad Parham

@calebboyd if you perhaps shared sort of architecture design overview file it would let would-be contributors help support this project so you aren't the only one who has to spent...

Seems approved but has conflicts. Perhaps @LebedevRI can rebase this and get @pdxjohnny and @Yousif-Mobark to re-approve? It would be great to get this merged in. edit: Oh, nobody with...

Has this flag been deprecated by `mbranch-protection` in modern versions of gcc? (I'm looking at https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/AArch64-Options.html) I'm having some trouble cross compiling and hitting this issue specifically. I could probably...

Hm, I think maybe the problem is that when cross compiling, the arg (-msign-return-address) looks like it may be getting added to the host compiler args also. Does this sound...

@richardlau thank you 🙏 I'll check it out and see if that solves my issue

I guess the todo's left here are: - [ ] Rebase against latest main, resolve any conflicts - [ ] add a test (how? seems difficult considering @bergheim previous comments)

@ruvceskistefan any updates on this?

Thanks for the tips! Setting the base work directory is helpful but only gets us so far. If your repo name is rather long (e.g. in an enterprise environment where...

After a few minutes figuring this out with `jsdoc` formatting, it is possible to get the type hints in the callback function inside the default `sketch` function that is generated...

I still would love to see native typescript support from this library though. I couldn't figure out how to add a typsecript loader/transformer to browserify in the canvas-sketch-cli code though,...