Shane Hudson

Results 20 comments of Shane Hudson

The problem with the solutions given in this thread is that they all seem to (at least for me) break scrolling in the list via keyboard, which is a deal...

I'm not sure the correct way to give an "indication of common need" but I would like to add my voice to those expecting `delete(key, value)` to be an option....

Would there be no scope to pass an argument for removing all matching pairs with the default being singular (or vice versa)? I definitely think tbh the most common situation...

I agree, and you still have the ability to manipulate the array directly like we do currently in the case of wanting a specific one deleted. On 1 Dec 2022...

Please do not close this issue. On 7 Jan 2023, 10:02 PM +0000, stale[bot] ***@***.***>, wrote: > This issue has been automatically marked as stale because it has not had...

I am working on this at the moment, have got it working but it is not quite as accurate, since it sees your hand go into position before the gesture......

Could this perhaps be kickstarted?

You do provide some support for bindings but not everything works (ie abc works but abc_def doesn’t). Do you currently have any way to just say it should look in...

Looking at the code, it looks like the problem I'm having could be solved by reordering the switch statement. https://github.com/Fleker/cel-js/blob/master/src/formatters/TextFormatter.ts#L204 On like 204 you can see the variable check, but...

I haven't done this as a PR yet as it seems potentially specific to myself I'm not sure. But to solve my issue I essentially passed the bindings through the...