regorxxx

Results 47 issues of regorxxx

Check listenbrainz icon: ![imagen](https://user-images.githubusercontent.com/83307074/223069278-8190958a-0833-4384-be4d-5df40ba3aca3.png) With zoom: ![imagen](https://user-images.githubusercontent.com/83307074/223069161-56bc06ad-9c7b-402b-a74e-6988858c9694.png) Exact same code and images are drawn with totally different interpolation results, even if it's explicitly set to use 'NearestNeighbor'. Have no idea...

on_script_unload() when foobar is closed (without errors) is behaving badly. I have a code to save a property on script unload and it works fine on panel reload, but it...

I suppose this is native win behavior... but well, it's really confusing that the displayed color when opening the popup does not match the default color passed.

https://theqwertiest.github.io/foo_spider_monkey_panel/assets/generated_files/docs/html/js_foo_spider_monkey_panel.js.html#line1495 Contrary to the InputBox method, cancelling always return a color. That limits the popup handling since there is no way to differentiate between these 2 cases: - User canceled...

![image](https://user-images.githubusercontent.com/83307074/197339811-ac8be0e5-13aa-4bc3-8a8f-af383e0d1ff5.png) ![image](https://user-images.githubusercontent.com/83307074/197339832-cd0fb158-7e07-4187-a031-76e6b3bfe3da.png) ![image](https://user-images.githubusercontent.com/83307074/197339876-1bf0c608-3663-4808-9b51-e3dc22e9a445.png) There are problems with virtual drives, disc readers, removable SD Card devices, etc. Note the FSO approach works fine on those cases. new ActiveXObject('Scripting.FileSystemObject').FolderExists()

Self explanatory. Most JS string compression tools require UTF-16 for the output files. https://pieroxy.net/blog/pages/lz-string/index.html https://github.com/pieroxy/lz-string ... They can not be saved using native methods.

Using this method, whenever you lock a playlists (with any lock type), you can not play any of the tracks from it. ``` "use strict"; const lockedActions = ['AddItems','RemoveItems','ReorderItems','ReplaceItems','RenamePlaylist','RemovePlaylist','ExecuteDefaultAction','']; function...

One of the quirks using things like quick-searching and hotkeys with panels is that they only work when panel is on focus (unless you assign global hotkeys which break things)....

This may be also present on JSP (?) @marc2k3 Current plman.AddLocations implementation has a problem, it silently fails when adding the handle list if the index is wrong AFTER calling...

Blank panel: `console.log(fb.GetQueryItems(fb.GetLibraryItems(), null))` Will return any track with "null" on title, album, etc. instead of throwing an error or returning nothing (like passing undefined)). Null should not be parsed...