Florian Bruhin

Results 1602 comments of Florian Bruhin

Could you rephrase "greatly informs TST usage / idea"? I don't understand what you're trying to say with that.

See also: - [Test & Code 200: Keep a CHANGELOG](https://testandcode.com/200) - [Test & Code 201: Avoid merge conflicts on your CHANGELOG with scriv](https://testandcode.com/201) - [Test & Code 202: Using Towncrier...

Another possibility would be GitHub's [Automatically generated release notes](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes) (plus me also using pull-requests for everything I do). However, I don't think it's a good fit for a project of...

Thanks for the recommendation, but I'll go with either Towncrier or Scriv over what seems like a somewhat overengineered Java project. Not only for personal preference, also because a Python...

Possible inspiration: https://github.com/rogershen/chrome-regex-search

- [vimium/content_scripts/mode_find.js at master · philc/vimium](https://github.com/philc/vimium/blob/master/content_scripts/mode_find.js) - [vimium-c/content/mode_find.ts at master · gdh1995/vimium-c](https://github.com/gdh1995/vimium-c/blob/master/content/mode_find.ts) Both seem to be roughly implementing the thing suggested by the issue title. The Vimium-C code is quite...

I don't see any difference. What do you mean by "acts weird and sluggish", can you be more specific? Also, can you reproduce with `qutebrowser --temp-basedir -s scrolling.bar when-searching https://github.com/frappe/frappe/pull/34215`...

A couple of questions to try and track this down: - If you do a `:restart` after the `:set`, does the problem go away? - Conversely, can you reproduce the...

Thanks for all the info! Next up, can you try: - `qutebrowser --temp-basedir -s scrolling.bar when-searching https://github.com/frappe/frappe/pull/34215`→ all fine from what you said - `qutebrowser --temp-basedir ":set scrolling.bar when-searching" https://github.com/frappe/frappe/pull/34215`What...

Version info from @akegalj in #8779: ``` qutebrowser v3.5.1 Git commit: Backend: QtWebEngine 6.9.2 based on Chromium 130.0.6723.192 with security patches up to 139.0.7258.67 (plus any distribution patches) (source: api)...