lon9man
lon9man
@bhack i edited `~/.local/share/gnome-shell/extensions/[email protected]/helpers` to `.toFixed(5)` ``` var roundOrDefault = (number, defaultValue = '--') => isNullOrUndefined(number) ? defaultValue : (Math.round((number + Number.EPSILON) * 100) / 100).toFixed(5) ``` and don't see...
Hello, have tried your fork (from dist-folder), it works. but it seems it needs some logic about positioning nested submenus. screenshot: https://drive.google.com/open?id=0B7YxJcgXibf5OTRQT3FvckRNOHc . so each submenu (on some rendering-point) should...
also can be useful (as option) adding title-attribute into menuitem-DOM, which by default in browsers shows as tooltip. possible use case: short explaining of the meaning for the strange:) text...
@schmoove have tried, works as expected! screenshot: https://drive.google.com/open?id=0B7YxJcgXibf5RExGNWc0Ul9hN2M what do you think about my last message related to the title-attribute (https://github.com/dgoguerra/bootstrap-menu/issues/11#issuecomment-324940634) ? thanks for your time
@schmoove ooh, it is made my day) your changes are very helpful, will check it with my sources! big thanks
@schmoove, it looks like a bug. **What i am doing** i am trying to use isEnabled-method, which dynamically must Disable/Enable menuitem. https://jsfiddle.net/longman/d33ptjzy/ (your js is fully inserted into Javascript-window, my...
@cinatic i replaced gnome-extension folder with [[email protected]](https://github.com/cinatic/stocks-extension/files/12052303/stocks%40infinicode.de.zip) OS Ubuntu 20.04 it started work, but when i press gear-icon it shows error 
@lukibeni i updated version for Ubuntu 20.04 you can try it here: [stocks-extension-19.1.zip](https://github.com/lon9man/stocks-extension/archive/refs/tags/v19.1.zip)
@lukibeni i added `gschemas.compiled` into repository. please re-download [stocks-extension-19.1.zip](https://github.com/lon9man/stocks-extension/archive/refs/tags/v19.1.zip) and repeat test