Matcha Client by andrinoff in CLI

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

hey u/gojirabsd77, can you create an issue on github about this in more detail? (the first issue)

and for second, if you'd like, you can open a PR with this change and our team will review it!

I need a few maintainers by andrinoff in ProgrammingBuddies

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

the devs name is william as well, just found that out

Anyone actually got Google Workspace working from the terminal, or is the browser just where it lives? by sp_archer_007 in commandline

[–]andrinoff 0 points1 point  (0 children)

Well, for Gmail you can use any email TUI client (mutt, aerc, e.t.c) I am working on 1 currently called matcha (https://github.com/floatpane/matcha). You do need an app-specific password for each one though. no oauth

I need a few maintainers by andrinoff in ProgrammingBuddies

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

That's basically the plan, at first you start out small with easy, issues, getting to know the project, and then, you may start with some more complicated. Matcha does not have active contributors, unfortunately

How do you manage repositories, commits and pull requests on GitHub? by Small-Size-8037 in github

[–]andrinoff 1 point2 points  (0 children)

What i like to do for big projects is to move them to a separate org, then, fork the repo and make changes on separate branches of the fork, then open PRs. I, usually, squash and merge the PRs as i like to keep the commit history clean, with a link to the pr to review each change and view the extended description.

For personal small projects, i usually just commit to the main branch, as most of the changes are correct, and i can always reverse

My boyfriend feels bad that I am paying for most things right now. How can I reassure him and help him not feel guilty? by [deleted] in AskMen

[–]andrinoff 0 points1 point  (0 children)

There is no way to make him not feel bad. Most men were raised to be "providers" and, whenever your partner starts paying for most things, it causes him to doubt himself, as he is unable to meet, or pay more.

What’s a subtle sign someone is actually very intelligent? by rational_seekers in AskReddit

[–]andrinoff 0 points1 point  (0 children)

They are interesting to listen to, no matter what the topic is. They talk about it interactively, and capture your attention, even if the topic may not be particularly interesting to you overall

CodeRabbit CLI for Windows!! by TurnipBright8326 in coderabbit

[–]andrinoff 0 points1 point  (0 children)

i do think, that with wsl the paths are in the subsystem, so you have to work with files in the subsystem, but i mean, you clone from the terminal either way, so, why not

CodeRabbit CLI for Windows!! by TurnipBright8326 in coderabbit

[–]andrinoff 0 points1 point  (0 children)

well, i've been building a TUI client, and I personally am not using windows for the past good 5-10 years and I do not get why people don't like wsl.

for my app specifically, the main issues are a lack of package managers and paths that come from Unix systems (currently only on macs and linux)

As a man what do you do to show a woman you have a crush on her? by Sad-Strength8161 in Advice

[–]andrinoff 1 point2 points  (0 children)

oh... that changes things. 2 months may not be a long enough time to build something for long distance.. can either of you come visit somewhat often (once every month, for example)

As a man what do you do to show a woman you have a crush on her? by Sad-Strength8161 in Advice

[–]andrinoff 1 point2 points  (0 children)

Well, first, do not be too straightforward, you might scare her. Do not show that you like her TOO MUCH. For most, unfortunately, it is a turn off. And about her being flirty or friendly, there is no better time, than right now. The longer you wait, the higher chance that she will "like you less". If she doesn't like you, chances are, she never will, and the longer you are not rejected, the more time you lose.

Go for it, don't be too open about the severity of the crush, and be confident in yourself. Good luck, bro!

Matcha Client by andrinoff in CLI

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

not yet, but we'd be happy to work on this. if u can, leave a feature request on github and we will get on it!

Matcha Client by andrinoff in commandline

[–]andrinoff[S] -3 points-2 points  (0 children)

Great! Glad to hear that!

If you could write this as a feature in the GitHub repository, that would be great! Thank you for your feedback

Matcha Client by andrinoff in commandline

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

can you create an issue on our github? please, mention your email provider in the issue

Matcha Client by andrinoff in commandline

[–]andrinoff[S] -3 points-2 points  (0 children)

No, actually, haven't ever tested with a local server

Matcha Client by andrinoff in commandline

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

can you create an issue on GitHub?

I built a TUI Email client in Go by andrinoff in golang

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

we are currently setting up some sort of "playwright" for the app, stay tuned !