~karx

Plano, Texas

https://karx.xyz

Junior Developer at DomeCode

~karx/snakeware-devel

Last active 4 years ago
View more

Recent activity

[PATCH v2] "Demonstrate that i can use git send-email" 2 years ago

From Yash Karandikar to ~sircmpwn/email-test-drive

---
 karx | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 karx

diff --git a/karx b/karx
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/karx
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.37.1
[message trimmed]

[PATCH] "Demonstrate that i can use git send-email" 2 years ago

From Yash Karandikar to ~sircmpwn/email-test-drive

---
 karx | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 karx

diff --git a/karx b/karx
new file mode 100644
index 0000000..60d701b
--- /dev/null
+++ b/karx
@@ -0,0 +1 @@
i'm about to try git send-email
-- 
2.37.1
[message trimmed]

[PATCH 3/3] Add link to GitHub mirror in README 4 years ago

From Yash to ~jeffa/serial_int

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index a5a236c..130b089 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Safe, easy-to-use auto-increment integers
- [Docs](https://docs.rs/serial_int)
- [Repository](https://sr.ht/~jeffa/serial_int)
- [Issues](https://todo.sr.ht/~jeffa/serial_int)
- [GitHub mirror](https://github.com/JKAnderson409/serial_int)

[message trimmed]

[PATCH 2/3] Fix typo in README 4 years ago

From Yash to ~jeffa/serial_int

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index baaef08..a5a236c 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ generated. This is essentially a counter, a simple iterator for integers. This
crate is appropriately tiny.

For safety and stability, the generator "saturates" the values instead of
overflowing. This guarantess that the output values are unique to that generator
overflowing. This guarantees that the output values are unique to that generator
[message trimmed]

[PATCH 1/3] Rename build manifest 4 years ago

From Yash to ~jeffa/serial_int

From: Jeff <dev@jeffa.io>

---
 .builds/{mirror.yaml => mirror.yml} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename .builds/{mirror.yaml => mirror.yml} (100%)

diff --git a/.builds/mirror.yaml b/.builds/mirror.yml
similarity index 100%
rename from .builds/mirror.yaml
rename to .builds/mirror.yml
-- 
2.30.0
[message trimmed]

[PATCH] Point links in README to sourcehut instead of GitHub 4 years ago

From Yash to ~karx/snakeware-devel

---
This changes the release link from the github releases to the sourcehut releases page.

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 87f0d66..c45140c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ We also are not going to be using any other huge and opaque software such as sys
have a usable set of userspace apps and utilities written entirely in Python, because Python is fun and it Just Werks™.

## Running
[message trimmed]

Re: [PATCH git-email v2] Create README file 4 years ago

From karx to ~yoctocell/git-email-devel

Hi!

On Tue, Jan 5, 2021 at 3:21 PM yoctocell <public@yoctocell.xyz> wrote:
>
> I don't really see why you would remove the commentary from the source,

The problem is that additions to the README would also have to be
ported over to the commentary and any other places that have it, so
it's better to have just one place for it.

Although, I guess there's nothing new that would be added to the
README that would require porting to the commentary, so applying the
v1 patch is fine by me.

[PATCH] Add https://karx.xyz 4 years ago

From Yash to ~koehr/the-250kb-club-devel

---
I also opened a ticket for this.

 pages.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pages.txt b/pages.txt
index 351b027..a799986 100644
--- a/pages.txt
+++ b/pages.txt
@@ -185,3 +185,4 @@ https://zakr.es/
https://zakr.es/blog/
https://codevoid.de/
https://gabnotes.org/
[message trimmed]

[PATCH git-email v2] Create README file 4 years ago

From Yash to ~yoctocell/git-email-devel

---
This adds a README file to the git repo.
A potential addition could be some installation/building instructions.
EDIT v2: Also remove commentary fom the git-email.el file


 README.md    | 20 ++++++++++++++++++++
 git-email.el | 18 ------------------
 2 files changed, 20 insertions(+), 18 deletions(-)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a346349
[message trimmed]

[PATCH git-email] Create README file 4 years ago

From Yash to ~yoctocell/git-email-devel

From: Yash Karandikar <nerdstep710@gmail.com>

---
This adds a README file to the git repo.
A potential addition could be some installation/building instructions.

 README.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a346349
--- /dev/null
[message trimmed]