Rasz_pl
Rasz_pl
- modular design, shortcuts separated into shortcutsInit shortcutsHandler shortcutsListeners - listeners installed only if there are shortcuts active - removing all shortcuts unloads listeners - removed player hover listener -...
ImprovedTube.descriptionSidebar was undefined without undoTheNewSidebar, this is why proper code indentation is so important, just clicking auto align in IDE would reveal this bug
Need someone with Safari browser to test this patch. Sadly I dont even know if its possible to load unpacked extension in recent (5 years) Safari as apparently Apple removed...
initial popup opens in small window https://github.com/code-charity/youtube/blob/011ea52b9f30ea0c9562967b5bb4697851397448/js%26css/web-accessible/www.youtube.com/player.js#L944-L948 why open small and resize couple of lines later? https://github.com/code-charity/youtube/blob/011ea52b9f30ea0c9562967b5bb4697851397448/js%26css/web-accessible/www.youtube.com/player.js#L959-L963 lets just open popup at `directories=no,toolbar=no,location=no,menubar=no,status=no,titlebar=no,scrollbars=no,resizable=no,width=${ytPlayer.offsetWidth * 0.75},height=${ytPlayer.offsetHeight * 0.75} popup resizing works...
fixing https://github.com/Klowner/inkscape-applytransforms/pull/59 by applying same way of accessing attributes as used by transformRectangle Works on both text and tspan in tests/data/svg/applytransform.svg
as mentioned in https://github.com/Klowner/inkscape-applytransforms/pull/70#issuecomment-2537547751 https://github.com/Klowner/inkscape-applytransforms/pull/69 applies bad scaling
Im doing https://github.com/raszpl/sigrok-disk (FM/MFM/RLL decoder for Sigrok/PulseView/DSView) Sigrok is limited to python 3.4 making everything 2-4 slower than modern already painfully slow python so Im benchmarking everything trying to find...