Firepup Sixfifty Firepup650 · he/him
  • Firepi
  • Joined on 2024-03-29
Firepup650 created branch info-endpoint in countify/countify 2024-05-26 16:10:45 +00:00
Firepup650 commented on pull request countify/countify#29 2024-05-26 15:42:17 +00:00
Implement the /set endpoint

Changed anyways.

Firepup650 pushed to fp-edits at countify/countify 2024-05-26 15:42:07 +00:00
4ace687121 Change failed to be true regardless of when it fails, asjust logic accordingly
Firepup650 pushed to fp-edits at countify/countify 2024-05-26 15:27:07 +00:00
9f62ef78d3 Slight optimization
Firepup650 commented on pull request countify/countify#29 2024-05-26 15:23:05 +00:00
Implement the /set endpoint

Done anyways. (Also fixed the name of the function, I was calling nothing)

Firepup650 pushed to fp-edits at countify/countify 2024-05-26 15:22:38 +00:00
d1aa74a14e Make get_counter_value optionally return the nsid.
Firepup650 commented on pull request countify/countify#29 2024-05-26 15:07:58 +00:00
Implement the /set endpoint

Un-wrapped now.

Firepup650 pushed to fp-edits at countify/countify 2024-05-26 15:07:27 +00:00
fda599c32a Un-wrap this sql call
51c684a416 Revert "Un-wrap this sql call"
Compare 2 commits »
Firepup650 pushed to fp-edits at countify/countify 2024-05-26 15:04:34 +00:00
8314e7fe6c Un-wrap this sql call
Firepup650 commented on pull request countify/countify#29 2024-05-26 15:01:34 +00:00
Implement the /set endpoint

How much does that actually save though?

Firepup650 commented on pull request countify/countify#29 2024-05-26 15:00:25 +00:00
Implement the /set endpoint

Fixed anyways.

Firepup650 commented on pull request countify/countify#29 2024-05-26 15:00:09 +00:00
Implement the /set endpoint

Switched to a triple equals. Not much more that I need to do here, URL params are always strings.

Firepup650 pushed to fp-edits at countify/countify 2024-05-26 14:58:58 +00:00
eef5b28445 Run prettier
Firepup650 commented on pull request countify/countify#29 2024-05-26 14:54:58 +00:00
Implement the /set endpoint

I didn't know what that did, I couldn't tell if it was necessary or not.

Firepup650 commented on pull request countify/countify#29 2024-05-26 14:54:34 +00:00
Implement the /set endpoint

At this point in the fail, it could, but it'd be irrelevant. (Also I'd have to change logic farther down)

Firepup650 pushed to fp-edits at countify/countify 2024-05-26 14:53:35 +00:00
67a3fc87bf Small Fixes
Firepup650 commented on pull request countify/countify#29 2024-05-26 14:48:50 +00:00
Implement the /set endpoint

Pretty sure this will always return false (also, true in the response from the db should be a boolean, rather than a string, iirc, and it'd be db_res[0].enable_reset).

Then why doesn't it…

Firepup650 commented on pull request countify/countify#28 2024-05-26 03:02:06 +00:00
Fix issues with the /update endpoint

Fixes #7 (More)

Firepup650 commented on pull request countify/countify#29 2024-05-26 03:01:16 +00:00
Implement the /set endpoint

Fixes #8

Firepup650 created pull request countify/countify#29 2024-05-26 02:50:43 +00:00
Implement the /set endpoint