Andreas Angerer

Results 19 issues of Andreas Angerer

Allows to specify hidden columns in updateReactable and allows to update the reactable without rerendering. If no hidden columns are selected nothing changes. Ties to the existing Javascript API

Instead of registering MPRIS interface immediately after startup we do it once when ytmd:video-src-changed is triggered. Also works when autoplay song at startup is selected. Fixes #1985. Since there is...

### Preflight Checklist - [X] I use the latest version of YouTube Music (Application). - [X] I have searched the [issue tracker](https://github.com/th-ch/youtube-music/issues) for a bug report that matches the one...

bug

Would it be possible to add the functionality to copy the full panel in its current state to a new monitor, like unity had it in the old days? Right...

The switch button in the indicator-bluetooth in Ubuntu 15.04 is wrong when activated. There seems to be too much transparency somewhere (sadly I wasn't able to find the reason, switch.css...

Hey, thanks for your plugin, it is great! However, the plugin does not detect if and when the connection to the remote teamviewer machine is closed, i.e. connecting to the...

Port to GNOME45. Fixes #74. Maybe not the cleanest way to do it but it works

``` @cnumbers N h = NLevelSpace(:atoms, 2) i = Index(h,:i,N,h) j = Index(h,:j,N,h) sigma(i,j,k) = IndexedOperator(Transition(h,:σ,i,j),k) sigmam(k) = sigma(1, 2, k) SymbolicUtils.simplify(∑(sigmam(i), i)+∑(sigmam(j), j)) ``` outputs (Σ(i=1:N)σ12i+Σ(j=1:N)σ12j) Even though it...

Related to #188 when using IndexedVariables some resulting sums get simplified incorrectly Example: ``` @cnumbers N ha = NLevelSpace(:atoms, 2) i = Index(ha,:i,N,ha) gi = IndexedVariable(:g, i) s=∑(gi,i)+∑(gi,i) SymbolicUtils.simplify(s) ```...