Capitan Nemo
Capitan Nemo
Considering the following code ``` //a new tween running for 15segs var tween = new TWEEN.Tween({width: 0}) .to({width: 100}, 15000) .start(); function pause_or_resume(){ if(tween.isPlaying()){ tween.pause(); } else { tween.resume(); }...
The text selection color in light mode makes almost impossible to know what text was highlighted. I changed the text selection color using the same color as the text in...
I would like to use the aliases for `path.resolve()`. It'd be useful for getting paths for non-code files. The aliases are copied without resolving. It works fine with `require.resolve()`
Let's say I have one song or a group of songs that belongs to a relase. I know the exact url the release belongs. Instead of identifying each song automagically,...
**Describe The Bug** If you long press (touch or click) a video and enter selection mode, after changing filters, the selection remains, it should be cleared. **Steps To Reproduce** 1....
**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [x ] Bug fix [ ] New feature [ ] Other, please...
I would like to read manga from right to left. How can I achieve it? `KyBook 3 v0.7.8 | #165`
I'm trying to remap some consumer keys. Karabiner-EventViewer detects the keys, Karabiner Elements also lists the keys in "simple modifications" but the modifications never ocurr. I also tried to map...
### Expected Behavior Only one song plays at the time ### Current Behavior Sometimes two songs play at the same time ### Steps to Reproduce If the queue has more...