Sebastian Jastrzebski
Sebastian Jastrzebski
Hi there, I put together a Flatpak package for FS-UAE and submitted it to Flathub repository. https://github.com/flathub/flathub/pull/281 Would you be interested in becoming a co-maintainer of this package? I'm not...
### Summary Rapid connect/disconnect sequence fails to properly disconnect from BLE device. When creating subscription to RxBleDevice.establishConnection() and cancelling it prior to connection being established, the physical BLE device remains...
### Description of the feature or enhancement you'd like to see in HandBrake Asahi Linux is close to releasing alpha image/installer that runs on M1 Macs. It would be great...
Currently, DJHyperLink only allows to specify tool-tip and hyperlink expression. It would be great if we could also specify hyperlinkTarget attribute supported by all Jasper hyperlink elements. The values for...
Column with custom expression not getting called when generateJasperReport is called without params
Hello, I have a Dynamic Report that generates Jasper Report using DynamicJasperHelper. One of the columns is using Custom Expression. ``` java ColumnBuilder.getNew() .setTitle("Name") .setCustomExpression(new CustomExpression() { @Override public Object...