vlad2305m

Results 14 issues of vlad2305m

When loot is expected at the very beginning of biting, fishing manipulation set to afk and ping suddenly improves, fishing rod would reel in not geting anything, but the -x...

bug

Snippets like {"^>"→"⟳"}, aka contracting snippets cause Tab to act on the browser interface (and tab outside the editor) instead of eating it, which makes the editor pane go crazy...

Linux KDE has a much better compositor and all support by default, so this mod should be disabled. Why not make it only enabled on Windows, the only place where...

enhancement
linux

Triggering a snippet like `{trigger: "h", replacement: "\\colorbox{$0}{\\\(${VISUAL}\\\)}$1", options: "mA"}` often causes `\(`, the alt math mode token be converted to `\\left(`, which renders the expression invalid as it is...

Please add an option to check string after the cursor with a regex before applying the snippet, and optionally modify it Ex: `{ trigger:"{", replacement:"{$0}$1" , after:"[^a-zA-Z]", options:"Am"}` would not...

Minimal reproduction (boiled down from my big project): ```python import pandas as pd import sncosmo from redback.get_data import get_lasair_data data = get_lasair_data(transient="ZTF23aadchqd", transient_type='supernova') sncosmo_data = pd.DataFrame() sncosmo_data["time"] = data["time"] sncosmo_data["band"]...

This works for me and has not negatively affected the validity of the result of the maximisation. Please fix the issue of `chisq` returning NaN this way or another The...

When using high values, mouse seems to work wrong: eg. when the screen is turned 90 degrees, moving mouse sideways causes screen to move up/down, which is annoying. (Maybe make...

Reproduce: set strafing to 5.5, attempt turning with elytra. The direction is also reversed

(relay up the fork network if applicable) For certain items (like shulkers), isEqual check is VERY expensive, and this code uses it like it's the cheapest thing in the world....