Tres Finocchiaro

Results 165 issues of Tres Finocchiaro

A popular hypervisor "VirtualBox" uses `/opt/VBoxGuestAdditions-X.X.X` on Ubuntu Guests to store information about the VM guest additions, common with each Ubuntu guest running inside a VirtualBox VM. At the time...

``` java.lang.UnsatisfiedLinkError: Unable to load library 'CoreFoundation': Native library (darwin/libCoreFoundation.dylib) not found in resource path ``` PureJavaHIDAPI has a compatibility issue with macOS 11.0 "Big Sur". Quoting a Reddit article:...

To match releases area tags. Per https://github.com/qzind/tray/pull/733#discussion_r538047577.

Can you please provide a method to fetch version information (of any sort, `String`, `Version`, etc) from (this) jsemver package? Some libraries [store this in the `MANIFEST.MF`](https://stackoverflow.com/a/3777116/3196753), others offer [APIs...

Adds fftw library and pkg-config files. * Since `fftw3.pc`, `fftw3l.pc` and `fftw3f.pc` files were not included in the Windows distribution, I pulled the template file from upstream and configure it...

new package
not ready

* Fixes a missing `sndfile.lib` due to mismatched naming between pkg-config file versus what's the zip contains. * Adds cmake support by configuring the environmental variable `CMAKE_PREFIX_PATH`

package improvement

This is a placeholder to consolidate Sample Track related issues and requests. If a new Sample Track bug is reported on the tracker, close it out and mark it as...

bug
enhancement
meta

Since QZ Tray 2.2, Java is bundled with the installers. This is nice for the most common architectures (Intel, M1) but for system such as the Raspberry Pi (e.g. aarch64),...

enhancement

```js qz.print(config, [ { type: "pixel", format: "html", flavor: "plain", data: 'Hello' }, { flavor: "hex", data: "x07" }, { flavor: "hex", data: "x1Bx64x33" }, ]); ``` The above example...

bug

On MacOS, recently added printers cannot be found in JavaFX. 1. Download and install [Epson TM-series](https://download.epson-biz.com/modules/pos/index.php?page=prod&pcat=3&pid=6753) driver. 2. Start QZ Tray 3. Add a printer using this driver 4. Try...

bug