Boris

Results 513 comments of Boris

Thank you for the recommendation! I've not re-built the app in many years now 😅 but I can _Team Viewer_ connect (with their permission!) to someone who has both an...

I hope that's because my repository is set up to `npm install` and `npm run electron` without extra steps or extra dependencies 😊 ❓

Thank you @metabubble for answering the question. The relevant section: https://github.com/whyboris/Simplest-File-Renamer?tab=readme-ov-file#development The specific command (once you `npm install`) - `npm run electron` should build the app 🤞 (the resulting build,...

I don't have a use case -- I was just looking at the code and was surprised to see an undocumented argument 🤷‍♂ I'll be happy to document the feature...

Looking at #296 - there is an alternative: https://github.com/danisss9/ngx-slider 🤝 https://www.npmjs.com/package/ngx-slider-v2 Same as this repository, but install with `npm install --save ngx-slider-v2` and then change the import to: ```ts import...

✅ confirming that [danisss9/ngx-slider](https://github.com/danisss9/ngx-slider) _Fork_ works with Angular 16 🚀

@kasra0 -- I'm unsure if that's a feature that exists in _VS Code_ 🤔 -- I just don't know. But I wanted to comment to prevent misunderstanding 😅 👍 My...

Seems like it would fix a crash in my app for users with `İ` in the file path: https://github.com/whyboris/Video-Hub-App/issues/533#issuecomment-707890842

@mscdex -- could you resolve the conflicting files (currently only `lib/path.js`) @jdalton -- is there any reason to delay merging after the merge conflicts are resolved? 🙏

I've been looking forward to the `JPEG XL` aka `.jxl` format to be supported by _FFmpeg_ and it [now is](https://www.phoronix.com/news/FFmpeg-JPEG-XL-Lands) 🥳 starting with version `5.1` 🎉 Would be _wonderful_ to...