uptu

Results 16 comments of uptu

Error message: ![image](https://github.com/rshkarin/mason-nvim-lint/assets/91502176/8e4fcfc5-01bd-42e6-8c81-af8f7cdcc197) Mason: ![image](https://github.com/rshkarin/mason-nvim-lint/assets/91502176/3e01674e-2720-497c-9aa1-aab8dbd164e5) Lazy.nvim mason declaration (line 93): ```lua { 'williamboman/mason.nvim', lazy = false, config = function() require('mason').setup({ ui = { icons = { package_installed = "", package_pending...

Apologies; I had forgotten about this issue until I saw it when looking for another one. This did indeed resolve the issue. Thank you very much for your help.

Seems to be related to the caching bug described in #1095, if not the same bug altogether. That being said, the behaviour of `./bin/proxy.py` *should* max out at 1h, but...

Since tiling window managers open maximized, this means the client segfaults on open on my Sway machine, and also presumably any i3 machine. Bug is present in releases from [2.12.0-beta.3](https://github.com/WowUp/WowUp/releases/tag/v2.12.0-beta.3)...

Here is an example of the error affecting the `master` branch regarding `WrittenContent` objects: ``` 2025/06/21 14:31:18 http: panic serving 127.0.0.1:36074: template: pattern matches no files: `popoverWrittencontent.html` goroutine 262 [running]:...

Here's an example of one of the Art Form popovers: ![Screenshot of Art Form popover](https://github.com/user-attachments/assets/dedf6e5f-321d-432a-a8c4-f9ac17ab8850)

If you want to transfer the repo, I can continue as the active maintainer. This mod is listed in many threads that show up when you search Google for "balatro...

Patched that error with an `if` statement to ensure the target is a `Card`, as that should be easier computationally than checking the bounding box every frame that multiselect is...

> 1. right-click highlighting is too immediate > Currently, right-click triggers highlighting instantly, leaving no room for hesitation. Additionally, a simple right-click (without drag) causes the card to highlight and...

Fixed a minor error caused by using game state variables, which allowed the user to spam a card if they got their cursor in the right spot. It's unlikely to...