avlapp

Results 26 issues of avlapp

When running the install script as root, the *.desktop file is placed in /usr/share/applications. I think that should be /usr/local/share/applications or /opt/..... It seems to be fixed in the new...

Type: Bug
OS: Linux

As mentioned here: https://github.com/Nuitka/Nuitka/issues/1481#issuecomment-1076276059 A recommended setup is described in this documentation: https://packaging.python.org/en/latest/tutorials/packaging-projects/ It uses the following folder tree: packaging_tutorial/ └── src/ ...└── example_package/ ... ... ├── __init__.py ... ......

duplicate
enhancement
delayed

### Describe the request Provide some way of automatically configuring the Linux system for the Arduino IDE installation: - Application menu item - Application icon - [MIME types](https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html) This will...

type: enhancement
topic: infrastructure
os: linux

let g:arduino_serial_cmd = 'tmux {port} {baud}' tmux /dev/ttyACM0 9600 unknown command: /dev/ttyACM0

Is Go a good language when one wants to use OSC? How good is this OSC library for Go? How does this library compare to those in Python for instance...

In the liblo c/c++ osc library, one can specify a method which matches a osc message based on address and types: /* add method that will match the path /foo/bar,...

Is there a library available for Go / Golang?

$ jackd --version jackdmp version 1.9.20 tmpdir /dev/shm protocol 9 Arch Linux $ zynaddsubfx -v ZynAddSubFX - Copyright (c) 2002-2013 Nasca Octavian Paul and others Copyright (c) 2009-2019 Mark McCurry...

bug

WARNING: DATA RACE Write at 0x00c0000ce1f0 by goroutine 35: github.com/chzyer/readline.(*opSearch).OnWidthChange() /home/archie/go/pkg/mod/github.com/chzyer/[email protected]/search.go:46 +0xc9 github.com/chzyer/readline.NewOperation.func1() /home/archie/go/pkg/mod/github.com/chzyer/[email protected]/operation.go:85 +0x9d github.com/chzyer/readline.DefaultOnWidthChanged.func1.1() /home/archie/go/pkg/mod/github.com/chzyer/[email protected]/utils_unix.go:79 +0x41 Previous write at 0x00c0000ce1f0 by goroutine 132: github.com/chzyer/readline.newOpSearch() /home/archie/go/pkg/mod/github.com/chzyer/[email protected]/search.go:36 +0x3f7 github.com/chzyer/readline.(*Operation).SetConfig() /home/archie/go/pkg/mod/github.com/chzyer/[email protected]/operation.go:477...

First, impressive work! On Linux using Bash: This changes the terminal title: // Change a terminal title. if is_tmux { os.Stdout.WriteString("\033kgoful\033") // for tmux } else { os.Stdout.WriteString("\033]0;goful\007") // for...

bug