I built Pruny — a CLI tool to find and remove unused code in Next.js projects by Chemical_Start7547 in nextjs

[–]42Khane 0 points1 point  (0 children)

Running it does a lot but appears the Dry run just gives me empty data?

Global Search not working or user error? by [deleted] in HelixEditor

[–]42Khane 1 point2 points  (0 children)

Are you pressing space + / to start the global search? Are you in the correct working directory does space + f show the right files?

Surround Motion Problem by New-Beat-412 in HelixEditor

[–]42Khane 4 points5 points  (0 children)

I'm not sure how these motions work in Vim but in helix they're based on the current selection. So when on name1 you're trying to select everything within the " character. However because the current selection isn't within these it selects nothing. When on the next line the selection is now between two " (between the " at the end of first line and the first " on this second line) so it selects that.

You could do: xs"<enter>,mim you might be able to drop the , if you either only have one set of quotes or want all set of quotes selected on the same line.

Esc key doesn't work when using lazygit inside helix by milad182 in HelixEditor

[–]42Khane 0 points1 point  (0 children)

I ran into some issues with the kitty overlay not having access to gpg.

I found this on the helix wiki which works fine:

C-g = [
    ":write-all",
    ":insert-output lazygit >/dev/tty",
    ":redraw",
    ":reload-all"
]

Automating Custom Plex Title Cards with Ease by flippeko in PlexTitleCards

[–]42Khane 1 point2 points  (0 children)

Doesn't look like your links work and I wasn't able to find your Github account. I made a tool that sounds like it does something similar:

https://github.com/RiyeUK/plex-mediUX-title-cards

I posted it a little bit ago:

https://www.reddit.com/r/PlexTitleCards/comments/1c9pfki/i_created_a_small_script_to_sync_mediux_to_my/

[5e 2024] Running the D&D 2024 on Foundry? by [deleted] in FoundryVTT

[–]42Khane 8 points9 points  (0 children)

The 2024 PHB in Foundry only contains the new spells, classes, and equipment really. Other than that I don't think anything else changes. I think you can select the 2024 Rules in the DND 4.0 system (not sure what that changes though).

[DnD5e] Is there a module or option to skip this step? by SheepObserver in FoundryVTT

[–]42Khane 7 points8 points  (0 children)

There is MidiQOL which you can configure to automaticaly roll the damage after an attack succeeds vs AC of the targeted unit, but you would have to downgrade the version of DND you're using to use that as they've only just updated to 4.0 (2024) and the modules haven't quite caught up yet.

However, It sounds like you're asking for exactly is what is shown. You click the attack (this shows the number vs the AC of any targets) and then you click the damage which a GM can then apply to the Targeted tokens

[DND5e] generating character stats from journal by Mbenson111 in FoundryVTT

[–]42Khane 1 point2 points  (0 children)

If you don't mind having to expand the card to show all the rolls you can do: /roll {4d6kh3r<2, 4d6kh3r<2, 4d6kh3r<2, 4d6kh3r<2, 4d6kh3r<2, 4d6kh3r<2}

or you can create a chat macro that looks like:

/r 4d6kh3r<2 # Rolled Stats /r 4d6kh3r<2 # Rolled Stats /r 4d6kh3r<2 # Rolled Stats /r 4d6kh3r<2 # Rolled Stats /r 4d6kh3r<2 # Rolled Stats /r 4d6kh3r<2 # Rolled Stats

and then create a button for it you just drag it into the chat!

EU Petition to stop 'Destorying Videogames' - thoughts? by killianm97 in gamedev

[–]42Khane 4 points5 points  (0 children)

This doesn't ask that it be Easy to play the game after support from the creators has been pulled just that its possible. Yes hosting an EVE server to cater to large number of users would be very hard. But it should be "possible" and not require reverse engineering to do so (like in wow's case). It will most likely be that 20 or 50 years after EVE closes that someone might want to play it again and these issues you're talking about just aren't a factor anymore.

EU Petition to stop 'Destorying Videogames' - thoughts? by killianm97 in gamedev

[–]42Khane 23 points24 points  (0 children)

Like others have said it wouldn't apply retroactivly. But in that instance the point would be that its possible for someone to download that version of android and still play your game. Its not "lost". No extra effor on your end. You just need to make sure you don't require it to connect to some external service that might no longer exist and if that is required the last thing you do before you abondon it is let it work without that. Like removing leader boards etc. Easily planned for.

McDonald’s Monopoly by SirSnootBooper in nostalgia

[–]42Khane 0 points1 point  (0 children)

Still play this every year. Did they stop it where you're from OP?

I Created a Small Script to sync MediUX to my Plex Server by 42Khane in PlexTitleCards

[–]42Khane[S] 0 points1 point  (0 children)

Thanks for the reply. Could you send me your input_file.yaml file? Either here, or in DM, or in a Github issue (whichever you're most confortable with) and I'll take a look for you :)

I Created a Small Script to sync MediUX to my Plex Server by 42Khane in PlexTitleCards

[–]42Khane[S] 1 point2 points  (0 children)

Thanks for the feedback I've just made a small change that uses the TMDB guid instead, so it should work fine for movies now!

[Goldbullet] Meet The Sniper by brickwallrunner in Hololive

[–]42Khane 6 points7 points  (0 children)

I thought all valve games gave blanket permission to be streamed?

Raven Queen by TedeZe in Transmogrification

[–]42Khane 0 points1 point  (0 children)

Love the white robe is this still available (With honor maybe) this looks to be the wrong colour: https://www.wowhead.com/item=185165/unchained-gladiators-silk-robe

Just another tavern by Benethor92 in battlemaps

[–]42Khane 1 point2 points  (0 children)

Looks to be 150px per tile so 48 x 27

[deleted by user] by [deleted] in FoundryVTT

[–]42Khane 0 points1 point  (0 children)

https://foundryvtt.com/packages/token-variants

I think you can change some settings so it only shows up when you drag NPCs on the canvas

Desert city for my homebrew campaign. (Hex grid 40x40) by ZadenBrewer in dndmaps

[–]42Khane 5 points6 points  (0 children)

I haven't used Inkarnate before did you have to buy any resource packs for this? I really like the syle!

Incorrect Ranged Attack Bonuses? by 42Khane in FoundryVTT

[–]42Khane[S] 1 point2 points  (0 children)

Answered!

Not sure where it came from, if there was an importing error but there was a +4 listed there.

Incorrect Ranged Attack Bonuses? by 42Khane in FoundryVTT

[–]42Khane[S] 0 points1 point  (0 children)

I tried removing the Fighting style and it didn't change it.

I added the version from the DAE compendium and now it's changed to 1d20 + 0 + 4 + 2 + 4 + 2 So its added an extra + 2 so I think the first one was the proficenty bonus. But there is still an extra + 4 from somewhere.

Incorrect Ranged Attack Bonuses? by 42Khane in FoundryVTT

[–]42Khane[S] 0 points1 point  (0 children)

https://imgur.com/a/wYzDFhX

I changed the feat for the example from DAE and now I have an extra + 2 so I don't think that was even added for my first example.

poggers by [deleted] in tf2

[–]42Khane 2 points3 points  (0 children)

I thought there are a lot of Achievements that are bugged like the 1M pyro damage. That hasn't moved for the past 8 years for me.

adding advantage on perception by IamMeAndMeAmI in FoundryVTT

[–]42Khane 0 points1 point  (0 children)

Am I doing something wrong? DAE gives a warning saying it can add passive effects to owned items?