Florent

Results 11 issues of Florent

First of all, thank you for this cool plugin! Having a binding to reload the quickfix window would be really nice. Maybe a command like `:Rack` to repeat the last...

### Description ![image](https://user-images.githubusercontent.com/46634000/180034222-19320e97-c07f-41f2-8874-ec1f8fe4591a.png) ### How to replicate the issue Go to https://github.com/refined-github/refined-github/tree/abort-delegates (this happen even with a full page load). ### Extension version 22.7.20 ### Browser(s) used Firefox

bug
help wanted
good first issue

### Please ensure: - [X] The bug is caused by Refined GitHub. It doesn't happen if I disable the extension. - [X] The bug happens after clearing extension cache. The...

bug
help wanted

**Describe the bug** I wanted to "inverse" the mappings to open/enter directories, so I tried to remap `:cd`. The following error occurred: ```text Bad configuration: not a known internal: cd...

# Description This feature would add an option (toggled off by default) to automatically generate a class on every `` element representing a note head on the score or a...

:bulb: type-feature
area-rendering
:speech_balloon: state-needs-discussion
platform-javascript

The error messages aren't always informative, e.g.: ``` ❌ Failed to upload data Error uploading data value not found: Value not found at path [collection]. ``` I don't know if...

Resolves #4086 ## Test URLs - [Open PR with CI (Conversation tab)](https://github.com/refined-github/sandbox/pull/12) - [Open PR with CI (Commits tab)](https://github.com/refined-github/sandbox/pull/12/commits) - [Open PR with CI (Checks tab)](https://github.com/refined-github/sandbox/pull/12/checks) - [Open PR with...

enhancement

### Description ``` onlyShowInDropdown@moz-extension://49f9749d-a211-4327-ae0d-6e28fb7a9a1c/assets/refined-github.js:12081:7 init@moz-extension://49f9749d-a211-4327-ae0d-6e28fb7a9a1c/assets/refined-github.js:12142:27 ``` The feature throws an error on those lines: https://github.com/refined-github/refined-github/blob/a0381ca315606a53def92932ed7927dca84d8963/source/features/clean-repo-tabs.tsx#L43-L44 ### How to replicate the issue + URL 1. Open https://github.com/refined-github/sandbox/pull/12/checks 2. Click on the...

bug

Would be nice to be able to listen to `shrink`/`expand` events on the textarea element. Use case: I have an auto-fit textarea at the bottom of a page, and I'd...

This method would: - drop the cached mirror (and the window listeners if the cache is empty) - drop the listener on the textarea element - maybe drop the listener...

enhancement
help wanted
good first issue