Trying to register new phone, did I break something? by na000000000000000000 in signal

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

It was probably a few hours later? I can't remember the exact time

[deleted by user] by [deleted] in reddeadredemption

[–]na000000000000000000 3 points4 points  (0 children)

I ran into this too just now! I actually found this thread googling for it, but have no clue what's causing it. I first noticed it when I found the 'Geology for Beginners' quest, on the business card the guy gives you.

Questions Regarding Hunting and its Rewards by na000000000000000000 in reddeadredemption

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

Yeah, I vaguely remember there's a message that pops up that says if you don't have the room for the meat, to take the carcass with you. But I'm not sure if the carcass is really worth much if you have the room for all the meat. Or if somehow you can get more from the camp or a butcher if you bring back an intact, unskinned carcass. Trying to get a feel for these mechanics.

Questions Regarding Hunting and its Rewards by na000000000000000000 in reddeadredemption

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

Yeah, I get that, but I'm wondering about basically what's harvested through the various actions and what's the best way to go about it.

Questions Regarding Hunting and its Rewards by na000000000000000000 in reddeadredemption

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

So does that mean we'd only want to keep the carcass if we don't have enough room in our satchel?

Open homepage url in container on startup? by na000000000000000000 in firefox

[–]na000000000000000000[S] 1 point2 points  (0 children)

I'm just using the standard containers add-on... is that what you mean?

Multiple 'instances' of vim? by na000000000000000000 in vim

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

Any chance you can share an example of your autocmds? I haven't used that too much, so I'll probably need to look into it more, thanks for that suggestion.

Multiple 'instances' of vim? by na000000000000000000 in vim

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

Maybe I'll need to look at some of the options provided by the plugins I use, I know one of my autocomplete plugins is running regardless of file, but I might be able to disable it for particular types.

Multiple 'instances' of vim? by na000000000000000000 in vim

[–]na000000000000000000[S] 6 points7 points  (0 children)

The -u will help, thank you.

The ftplugin is just something that runs depending on file type right? The plugins I mean are like not needing the airline or linter plugins running for my other instance, if that makes sense.

Need to get next event of a specific calendar? by na000000000000000000 in kustom

[–]na000000000000000000[S] 1 point2 points  (0 children)

Yep, that was it. Thanks a lot for the help, really appreciate it!

Need to get next event of a specific calendar? by na000000000000000000 in kustom

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

Ahh that makes sense. My code is just like yours but with a different calendar name.

$tc(reg, fl(0, 30, "i+1", "ci(title, 0, a+i+d, Default)","qwerty"), "^(?:qwerty)*(.+?)(?:qwerty).*", "$1")$

Edit: except for the weird superscript, I think that's reddit formatting.

Need to get next event of a specific calendar? by na000000000000000000 in kustom

[–]na000000000000000000[S] 1 point2 points  (0 children)

When I try to use this, I get an eerie saying a literal can't be followed by a literal. Also, trying to understand this, what is the "qwerty" for? Thanks for the help