ProgrammingLife
ProgrammingLife
I wanna have some internal paddings inside each window. It's also known as margin. Is it possible to configure such thing in bspwm?
How to download ready audio file with all those effects?
For example we have: ``` var sound = new Pizzicato.Sound({ source: 'file', options: { path: ['./audio/long-background-music.wav', './audio/some-short-sound.wav'] } }, function() { console.log('sound file loaded!'); }); sound.play(); ``` I want to...
I use CCapture in the following way: `` Tested in all latest browsers (FireFox, Chromium). I have the code: ``` async function promisedFunc() { return new Promise(resolve => resolve()); }...
How to change a color for some part of a text?
Maybe I'm using this part of library incorrect? I've attached my source code, source data and the image as a output for that data. It looks like:  And my...
Is any chance to calculate a linear regression with TechnicalIndicators? If not, maybe in the future some time? :)
#### Runtime Environment - Operating system and version: Linux Mint 19.3 - Terminal emulator and version: xfce4-terminal - Python version: python3.9 - Ranger version/commit: ranger-master v1.9.3-514-gd8311106 - Locale: en_US.UTF-8 ####...
Is it possible now to get an access to canvas context for drawing anything we want right on the canvas? Thus we can draw any custom graphics on a plot...