altaic

Results 9 issues of altaic

**Environment information** * Operating System: macOS 12.4 * Cutter version: 2.0.5 * Obtained from: - [ ] Built from source - [x] Downloaded release from Cutter website or GitHub -...

BUG
rizin

#### Check all platforms you experienced the issue (change to `[x]`) - [ ] Windows - [ ] Mac OS - [ ] Linux - [x] Every platform #### What...

confirmed

### Problem Many users of the [homebrew](http://brew.sh) package manager set the permissions of `/usr/local` and such [so `sudo` is not required](https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/FAQ.md#why-does-homebrew-say-sudo-is-bad-). However, the Elm-Platform installer, e.g. `Elm-Platform-0.17.1.pkg`, requires the user...

mac

I'm trying to create helical paths around shapes other than a cylinder or cone. For example, I made this manually by splitting a helix and drawing tangent lines between the...

question

I'm not a fan of "burger" buttons that produce a drawer, however drawers/sidebars are pretty excellent for complicated web apps, and I think it'd be a nice addition to your...

help wanted
component

First off, this project is awesome. Many thanks for your diligent work. The only trouble I'm running into is the underscore character being commandeered for subscripts. Is there any way...

feature

I was planning to use the [`uasyncio`](https://docs.micropython.org/en/latest/library/uasyncio.html) micropython module to write a robust event handler for #37, but the XBee3 micropython does not include it. So, I copied it over...

enhancement
question

I just installed cutterref and ran into the following in the console: ``` Traceback (most recent call last): File "cutterref.py", line 145, in update_content info = cutter.cmdj("ij")["bin"] KeyError: 'bin' ```...

FYI, `einsum` just landed in `mlx` along with python array api support. Also, thanks for `einx`! https://github.com/ml-explore/mlx/pull/1269 https://github.com/ml-explore/mlx/pull/1289