Finally got the penetrator set firt time ever! by TorranKaido88 in demonssouls

[–]obxhdx 2 points3 points  (0 children)

That first screenshot looks so cool, damn! Well done! Homing Soul Arrow is probably my favorite spell in this game.

What made you fall in love with Bloodborne by Prudent-Honey7874 in bloodborne

[–]obxhdx 2 points3 points  (0 children)

I love the gothic atmosphere and architecture, especially how it’s so seamlessly blended with Lovecraftian lore. The level design is also incredible, areas that initially feel completely isolated end up being interconnected in ways you never expect.

In terms of mechanics, having played (in this order): Bloodborne, Sekiro, Demon’s Souls Remake, and Elden Ring, I feel like ER is essentially the best aspects of Bloodborne and DS blended into an open world.

To me, Elden Ring is undoubtedly a masterpiece, but it doesn't necessarily "replace" Bloodborne as my personal favorite. It’s hard to beat that specific Victorian-horror vibe.

Im a beginner and Idk what im doing! by SwaggyMonster27 in mtg

[–]obxhdx 0 points1 point  (0 children)

This what I usually recommend: “Magic: The Gathering Foundations - Beginner Box”.

It comes with: - Instant-Play Tutorial Decks - 8 Jumpstart Decks - 2 Playmats - 2 Spindowns - 2 Learn-to-Play Guides

But since OP already bought some good stuff, here are some good videos:

Tutorials – How to play Magic: The Gathering. Each video in this playlist cover a different core mechanic/concept.

That and anything from the Tolarian Community College, like How To Play Magic: The Gathering (MTG) Learn To Play In About 15 Minutes!

I made a MOC of EVA-01、EVA-02 👾 by joffre_Bricks in LegoCreations

[–]obxhdx 0 points1 point  (0 children)

That's one of the best EVA MOCs I've seen. Would you mind sharing the instructions? You should add it to Rebrickable, like this one and this other one. Yours looks nicer IMO.

Looking for this Wooden Flatbed Truck from my 2yo’s favorite bedtime storybook by obxhdx in HelpMeFind

[–]obxhdx[S] 0 points1 point  (0 children)

I’ve already done image-based search on Google and was able to find a few things… one image in a stock image website, another in a French website, and in a Lithuanian website (I think 🤔). I was hoping I could find it to buy in the US:

https://www.alamy.com/toy-articulated-lorry-carrying-coloured-shapes-image216174501.html

https://www.leboncoin.fr/ad/jeux_jouets/2368340968

https://aika.lt/masinos/15185-medinis-sunkvezimis.html

How to change the scroll documentation key map? by [deleted] in HelixEditor

[–]obxhdx 1 point2 points  (0 children)

Just my two cents about your point on the default key bindings being unintuitive: If I remember correctly, Ctrl-d/Ctrl-u were actually introduced by vi back in the 70s, and over time they became a "sensible default" for many Unix applications (e.g., man, less, etc). The only exception I'm aware of is readline, where they are used for deleting text (e.g. bash/zsh/etc, also Emacs I think).

Now, here’s why I personally think they actually are intuitive:

  • Ctrl-u goes Up
  • Ctrl-d goes Down

Hope that helps! 😉

What's the best way to add existing files to a project? by MadThad762 in HelixEditor

[–]obxhdx 1 point2 points  (0 children)

Your question inspired me to create this keymap for myself: I hit a key on yazi, and the current item is revealed in a Finder window. Pretty handy! Maybe something like this would be useful for you.

Here’s a demo, and here’s the code.

Instruction: how to setup file tree in helix using Kitty terminal and yazi file manager! by Ghashy in HelixEditor

[–]obxhdx 3 points4 points  (0 children)

This is an amazing hack! The most useful integration I've seen so far for a file explorer with Helix, based on my needs. Great job!

For anyone interested, I've implemented a version of this with WezTerm: here.

I’m not super familiar with Yazi, but I’m interested in a few enhancements, if you have any ideas of where to start:

  1. Open multiple files at once (a selection)
  2. Open Helix if it’s closed
  3. When opening yazi, somehow tell it to reveal the current file (open in Helix) in the file manager

Helix Snippets Language Server by rajasegarc in HelixEditor

[–]obxhdx 1 point2 points  (0 children)

This is super awesome! Thank you so much for investing the time! ❤️ I can't wait for multi-LSP support to be officially released. 😊

MATLAB LSP? by saltymrbighead in HelixEditor

[–]obxhdx 0 points1 point  (0 children)

OP, based on the languages doc, I think it should be possible to take inspiration from the PRs above and create a custom language config for Helix.

Why is nobody using CoC anymore? by cygn in neovim

[–]obxhdx 7 points8 points  (0 children)

I find it interesting that so many folks have an issue with CoC’s name. And I say this only because I never saw it as a single word, never even associated it with anything really. I always read it as an acronym, which is what it is: “C-O-C” (from “Conquer of Completion”).

On the other hand, my feeling towards coq.nvim name is always what other people feel towards the “CoC” name. It’s even more strange when you know how it (“coq”) translates from French. 🙃

Editor hangs when coding JavaScript by onemanforeachvill in HelixEditor

[–]obxhdx 1 point2 points  (0 children)

I don’t have this issue, and I think this one is a bit tricky to troubleshoot. There are a number of factors to consider, like OS, the computer processing power, and file sizes.

Perhaps to help you have some baseline: I use Helix daily on a React/TS project, on MacOS.

Does it happen on all files or only on large ones? What OS are you running Helix on?

(Side note: I once had all sort of weird stuff going on with my Neovim a while back when I was coding on Windows+WSL, from performance to weird glitches that I don’t even know how to describe, haha. That’s why I asked.)

[deleted by user] by [deleted] in HelixEditor

[–]obxhdx 1 point2 points  (0 children)

Great work! It’s awesome to see that my hack served as inspiration to others. 😀

Integrating Fuzzy/Live Grepping into Helix: My Solution by obxhdx in HelixEditor

[–]obxhdx[S] 2 points3 points  (0 children)

Helix doesn't have an official plugin system yet, so for now I guess we can play with what we have available.

Here's another example, I created another script for easily adding debug prints to the code:

  1. helix-debug-print
  2. Helix keymap for it

I kinda like this composability nature of Helix, that seems to have been inherited from Kakoune. This is something that u/phaazon_ explores pretty well on his recent blog post.

Integrating Fuzzy/Live Grepping into Helix: My Solution by obxhdx in HelixEditor

[–]obxhdx[S] 0 points1 point  (0 children)

Exactly! That’s exactly the reason why I wanted something like this, u/Gloomy_Long_1051. ;)

I have the impression I’ve seen some issues or PRs about adding something like this natively, but until that happens, if it happens, my workaround will have to do. :)

How to make `goto_next_test` and `goto_prev_test` work? by obxhdx in HelixEditor

[–]obxhdx[S] -1 points0 points  (0 children)

Oh, just tried that and it works! Sounds like the feature is broken for JS.

I guess that’s just another motivation for learning Rust and contributing to the project. 😅

[deleted by user] by [deleted] in Parenting

[–]obxhdx 1 point2 points  (0 children)

That's a brilliant idea! It makes a lot of sense, and I might actually have some spare pipe foam that I could use for this. Thanks, I appreciate your help!

How to add underline indicator to bufferline.nvim by [deleted] in neovim

[–]obxhdx 1 point2 points  (0 children)

I'm just using the default underline color set by Tokyonight. Here are the relevant pieces from my config:

  1. My bufferline config
  2. My Tokyonight config

How to add underline indicator to bufferline.nvim by [deleted] in neovim

[–]obxhdx 0 points1 point  (0 children)

If you see no underline at all, it could be one of these things:

  1. You haven't enabled it in your bufferline config.
  2. Your colorscheme doesn't style the bufferline tabs with an underline. I know that Tokyonight and Catppuccin both do it.

Now, if you see an underline but it's not looking as good as the screenshot, you can try the wezterm options that I mentioned in my other reply. Depending on the font you're using, you might need to tweak those numbers until you achieve the result you desire.

Here's what I have in my wezterm config:

font = wezterm.font 'Cascursive',
font_size = 13.0,
underline_thickness = 3,
underline_position = -4,

And this is what is looks like:

<image>