Ghislain D.
Ghislain D.
Marking this issue here mainly to document it, it's not a priority for me to fix it right now. Time and skill issue kind of thing. If this is bugging...
I apologize if this is actually documented somewhere outside of the code. I couldn't find it. Currently, if your tarball looks like ``` file dir/file ``` since strip is set...
I intend to reopen issue #184 with this. I found the problem is with `function` declarations. ```tsx // Will not show references export function Testing() { return {null}; } //...
Implement angle rotation, As discussed in #75 To try this before it merges, run: ```sh curl -fsSL https://maccel.org/install.sh | sudo BRANCH=feat/angle_rotation BUILD_CLI_FROM_SOURCE=1 sh ```