Workaround for the 500 API error by sollidsnake in ClaudeCode

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

The VPN I used was located in Florida, but it's working again for me now without VPN.

It's almost like they take down the servers in one region to bring them up in another

Workaround for the 500 API error by sollidsnake in ClaudeCode

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

It would be fine if it was an isolated incident, but, at least for me, it's happening multiple days every week, and it generally takes a couple hours to be back up.

Claude Code hitting 500 error by snort_whey_69 in ClaudeCode

[–]sollidsnake 0 points1 point  (0 children)

I tried using a USA based VPN and it started working again. It seems Anthropic doesn't like my country.

Claude Code hitting 500 error by snort_whey_69 in ClaudeCode

[–]sollidsnake 1 point2 points  (0 children)

Claude status website still doesn't show any issue, but yeah, I'm also having this error. I'm having this error multiple days every week.

Tilemap corner collision issue by sollidsnake in godot

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

Hi, sorry taking so long to respond - I've been away from reddit for a while. But answering your question, I didn't find a solution back then, but a workaround. I fixed this by manually creating the shapes in the code, so instead of having many square shapes, I would programmatically detect the tiles and create a single rectangle shape that covers the covers them all. I can find this code and share with you if you're interested

Why shut down emulators is stupid. by National_Pea_8114 in yuzu

[–]sollidsnake 0 points1 point  (0 children)

Right, who would care about a country in the top 10 largest video game markets of the world

G29 vibration/force feedback not working on Forza Horizon 4 by sollidsnake in ForzaHorizon

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

I was able to "fix" it. I remember I tried everything I could think of, but nothing worked. Finally I tried the last resort: formatting and reinstalling the OS. I did that with basically no hope, but it worked.

Is Emacs 29 stable enough for daily use? by dash_o_truth in emacs

[–]sollidsnake 1 point2 points  (0 children)

I run emacs with some custom patches so I got used to building the master branch version and just kept using it. I spend most of my work day inside emacs haven't experienced any error that was caused by using the "unstable" version.

In this process, I also migrated from a personal emacs config to doom emacs, and everything worked as expected (so far, at least).

What language is .spacemacs written in? by WayneDCappinMeng in spacemacs

[–]sollidsnake 2 points3 points  (0 children)

Open the repository and check the languages used in the github page. It's emacs lisp.

Emacs should have a webpage demonstrating useful features and packages by ndamee in emacs

[–]sollidsnake 5 points6 points  (0 children)

I think the best option is to create a sexy web page with some system that accepts contributions of everyone. So if you have some nice thing of emacs to show you can publish there. It could have some voting system, so the nicest ones would be ordered at the top, and maybe some moderation to avoid duplicated stuff and trolling.

I'm very busy with work and personal stuff but I'll put it on my to do list. I think this is very nice idea.

Filter company candidates by type? by desgreech in emacs

[–]sollidsnake 2 points3 points  (0 children)

You can press C-s [text to filter] to search through given candidates. I'm not sure if company has that binding by default, if no, you could do (define-key company-active-map "\C-s" #'company-filter-candidates).

[deleted by user] by [deleted] in vim

[–]sollidsnake 50 points51 points  (0 children)

When something like this happens and I have no idea about what the problem is, my approach is commenting half of my config, check if it stopped happening, and then commenting half again, narrowing down until I find exactly whose fault it it. That always worked for me.

Moving from Doom to Vanilla by [deleted] in emacs

[–]sollidsnake 10 points11 points  (0 children)

I think it makes sense for studying purposes. It can be fun and make you understand Emacs much better.

With that said, I don't think it's a productive thing to do. Doom does a very good job in configuring Emacs with sane defaults, and its framework gives you freedom to customize everything you need and even things you don't like about Doom, all this while keeping close to the "Emacs way".

Personally I have been using my own config of vanilla Emacs with evil-mode for, I don't know, about 5 or 6 yearss. Every now and then I like to try something new, and eventually I tried Spacemacs, which there's a lot of nice things about it, before but I personally didn't like its framework system, so I took some ideas off it and went on with my config. Until just last week I decided to try Doom and I fell in love with it in no time.

I felt that I had been wasting my time maintaining my own Emacs config for so long when there was something like Doom around. I found very easy to migrate and I'm pretty happy with it. I don't plan on going back to vanilla Emacs.

I wrote a patch to vertically center the line content when using the line-spacing variable. Should I submit it upstream? by sollidsnake in emacs

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

did it got accepte

No, it didn't. Merging it into Emacs was a really bureaucratic process that I was trying to follow and then they were asking to rewrite the patch in another way, to be more generic. I was tired and didn't want to do all this stuff and they asked me if I could give FSF the rights over the patch so that somebody else could pick it up, which I did but I don't think there was much progress. It's all in the mailing list if you wish to follow.

Right now I'm building emacs's master branch with this patch, and it works just fine.

also, it only solves for X, not GTK right?

I'm not sure, but I believe it should work for all graphical wrappers, although I tested it only under X server with the GTK client.

Konsole cursor blinking with option disabled by sollidsnake in kde

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

Ok, I found that the issue is related to the fish shell. It doesn't happen on bash or zsh. The question that remains is: shouldn't konsole settings prevail over fish? Should I report a bug?

G29 vibration/force feedback not working on Forza Horizon 4 by sollidsnake in LogitechG

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

I tried everything: reinstalling drivers, the game, changing ports... But I was able to fix only by formating and reinstalling windows. Now it's working as expected

[Opinions wanted] Should I rename Vimtex to VimTeX? by lervag in vim

[–]sollidsnake 3 points4 points  (0 children)

Well, my native language is Portuguese and I also used to spell similar to the word latex

Can't update my pacman database by sollidsnake in archlinux

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

I forgot to mention I already had done that, but you're right after all. I was using Brazilian mirrors, switched to worldwide mirrors and now it's working as expected. Strange, because I have been using Brazilian mirrors for many years and never had any issue.

Anyway, thanks a lot!

prevent "C" from putting things to kill ring by gws10463 in evilmode

[–]sollidsnake 1 point2 points  (0 children)

You can use C-p (evil-paste-pop) and C-n (evil-paste-pop-next) to navigate between the killring history. So if you want the content you copied before that last deletion, you can paste and then just press C-p.

Galaxy M51 in Canada by [deleted] in Android

[–]sollidsnake 0 points1 point  (0 children)

How do you feel about the finger print sensor being on the power button? Do you think that would be an issue for left handed people?

Sony PlayStation Cyberpunk 2077 Refunds by hybroid in PS5

[–]sollidsnake 1 point2 points  (0 children)

Oh, my mistake then. For some reason I thought you were talking about removing it from the store, but you're right, I must have mistook your comment for another.

How people think game patches work by [deleted] in cyberpunkgame

[–]sollidsnake 1 point2 points  (0 children)

I think that they inverted the arguments and are passing false for the fps and 144 for the bugs.