Slava
Slava
Opacity
Hello Sven, thanks for this project. It would be great to have an opacity argument to get something like windows' cursor highlight mode: https://www.youtube.com/watch?v=NLFfz2ZS1Js Like: ```bash highlight-pointer --show-cursor --radius 50...
**Describe the bug** ```python lingua_franca.parse.extract_datetime('in a week') == None #https://ludwig.guru/s/in+a+week lingua_franca.parse.extract_datetime('a week ago') == None #https://ludwig.guru/s/week+ago lingua_franca.parse.extract_datetime('3 hours later')[0].hour == lingua_franca.parse.extract_datetime('3 hours before')[0].hour #https://ludwig.guru/s/3+hours+before ``` '3 hours before now' works,...
Fixes: https://github.com/hakimel/reveal.js/issues/2882 Alternative to: https://github.com/hakimel/reveal.js/pull/3189 Before: https://github.com/hakimel/reveal.js/assets/1011721/42fe8476-4ab1-4e26-9ef3-c6c254ba2178 After: https://github.com/hakimel/reveal.js/assets/1011721/6b94450b-74f2-4fe7-916d-22431de0e6c0 This fixes only transition between fragments, between slides it's more complicated and should be handled by somebody with deep knowledge of...
### SerialPort Version 10.5.0 ### Node Version _No response_ ### Electron Version _No response_ ### Platform _No response_ ### Architecture _No response_ ### Hardware or chipset of serialport _No response_...
Hello, Abhimanyu. Awesome tool. I used [eat](https://github.com/antonmedv/eat) before and I want to switch to sttr, because of more general use cases covered by it, and because it's a single binary...
@pemistahl Peter, I think it would be beneficial for this library to have a separate method that will add probability prior (in a Bayesian way) to the mix. Let's look...
Hello, thanks for your work. Can I someway bind live-archive to autosave package save action?
Hi Liam. Great tool. Maybe you could drawn some additional inspiration from: https://github.com/automation-stack/ctrace. Statistics is one of a greatest features there. "Strace for dummies" that's a great idea. Would be...
Billing
### Proposal It would be beneficial for a lot of customers to integrate some billing proxy in the middle. Like [lago](https://www.getlago.com/). How this could be done? ### Use-Case _No response_...
I was tryin to merge two configs, one docker-compose and docker-compose.swarm override. Swarm do not understand object for depends_on, answer should be only a list. ```yaml #docker-compose services: service1: #...