Olivier Mengué

Results 257 issues of Olivier Mengué

With [`fish`](http://fishshell.com/) 1.23.1 (from Ubuntu 12.04), the completions for the `angel` command are not properly erased after `angel leave`. It looks like `complete -c angel -e` doesn't work. Seems to...

enhancement
shell: fish

The angel-PS1 documentation is embeded in POD. It would be useful to have the core plugins documentation and the API available to plugins published on the web. Ideas for export:...

`AngelPS1::System` lacks proper error handling to display nice error messages to the user when an operating system is not supported. See [#8](8#issuecomment-48182317) for an example of the disaster.

bug

With perl 5.10 to 5.14 (perl 5.8.3, 5.8.9, 5.18.1 are ok), the `mksh` shell implementation fails: ``` /home/dolmen/Code/angel-PS1 $ mksh /home/dolmen/Code/angel-PS1 $ eval $(perl -Ilib bin/angel-PS1 -c examples/simple.PS1 ) Loading...

bug
shell: mksh

`tcsh` has an history handling bug that makes the current implementation (f88f0ee77990f587babea499c5c708975fc1fad3) pollute the interactive shell history with lines that part of our shell code: - every time the prompt...

bug
shell: tcsh

Add a script that downloads and install a given version of `libusb`. This will allow to upgrade the bundled `libusb`. Usage: `./upgrade-libusb.sh ` Example: `./upgrade-lubusb.sh 1.0.24`

Add a script that downloads and install a given version of hidapi. This will allow to upgrade the bundled hidapi. Usage: `./upgrade-hidapi.sh ` Example: `./upgrade-hidapi.sh 0.11.2`

[`Write`](https://pkg.go.dev/github.com/karalabe/hid#Device.Write) on Windows reports one more byte written than asked for. Internally, this is because [a `0x00` byte is prepended](https://github.com/karalabe/hid/blob/v1.0.0/hid_enabled.go#L168) to the data. However: * this is not documented *...

Upgrade libusb and hidapi to the latest releases. I have provided upgrade scripts in #33 and #34.