pm100

Results 41 issues of pm100

I know this was raised and closed before but I wanted to poke at it again in this long thread this issue is explored https://developer.apple.com/forums/thread/119186 It is caused by the...

If an app does not give tui absolute coordinates for laying things out, ie it uses layouts, then it does not know the location of various pieces on the screen....

enhancement

I just spent several hours debugging this ``` window.playPianoSeq = (notes, interval) => { console.log("piano"); const sampler = new Tone.Sampler({ urls: { "C4": "assets/C4.mp3", "D#4": "assets/D#4.mp3", "F#4": "assets/F#4.mp3", "A4": "assets/A4.mp3",...

in index.html I have this in ts (ignore the name, this is not a worklet, it starts one , now that scriptnode is deprecated), using your .d.ts file ``` class...

I would like to have enter foodle: [ ] the docs says (for HxInputXXX) Label to render before input (or after input for Checkbox). Which strongly suggests that the label...

enhancement
TBD
gap

This Pull Request fixes/closes #1662 plus others mentioned in that issue. Completely redone since my first PR. All changes are confined to a single file thanks to a lot of...

The popup used for text input is fine in most cases but generates many requests for features in the multiline case, particularly the commit message. There are several open requests...

feature-request

rustfmt.toml now has `newline_style ="Unix"` this really messes things up on windows since running cargo fmt now converts all line endings to unix. git (and gitui) report this as a...

bug
help wanted
windows
dx

#1751 adds a test that makes symbolic links. This fails on windows unless you are 'root' - see https://doc.rust-lang.org/stable/std/os/windows/fs/fn.symlink_file.html#limitations This means that anybody on windows has to diagnose why this...

bug

Working on prepare-commit-msg hook (still). prepare-commit-msg needs to run before commit message dialog is shown, this is doable . But in working on where to place that hook I find...

bug
help wanted
good first issue