Jordan Bancino jordan
jordan commented on pull request Telodendria/Telodendria#44 2023-11-30 12:57:35 +00:00
Implement #22 and #9

I am fairly certain that parameters should already be decoded by the time they are added to the path array. If they aren't, then Cytoplasm needs to do this, not each of the individual routes.

jordan pushed to master at Telodendria/Telodendria 2023-11-21 14:16:33 +00:00
0a91a0c40b Remove site files & update README with current site.
jordan pushed to master at Telodendria/Telodendria 2023-11-21 14:13:48 +00:00
d3dcf334f0 Update change log.
jordan pushed to master at Telodendria/Telodendria 2023-11-21 14:11:50 +00:00
3dae19e82d Refactor code to comply with #8 (#39)
jordan merged pull request Telodendria/Telodendria#39 2023-11-21 14:11:47 +00:00
Refactor code to comply with #8
jordan pushed to master at Telodendria/Cytoplasm 2023-11-20 14:50:53 +00:00
29070c8f41 Fix memory leak in code generated by j2s code.
jordan closed issue Telodendria/Cytoplasm#17 2023-11-20 14:50:53 +00:00
j2s array and object generated code leak memory.
jordan commented on pull request Telodendria/Telodendria#39 2023-11-20 14:32:45 +00:00
Refactor code to comply with #8

I just did some very basic testing and everything appears to work fine. Good work. When you're ready for me to merge this, just remove the WIP: prefix as always.

Thanks for your work on…

jordan commented on pull request Telodendria/Telodendria#39 2023-11-20 14:27:05 +00:00
Refactor code to comply with #8

Nevermind, I was on the wrong commit. I forgot to do a git fetch.

jordan commented on pull request Telodendria/Telodendria#39 2023-11-20 13:58:15 +00:00
Refactor code to comply with #8

Line 44, this line:

jordan commented on pull request Telodendria/Telodendria#39 2023-11-20 13:57:07 +00:00
Refactor code to comply with #8

Looking at these lines:

jordan opened issue Telodendria/Cytoplasm#18 2023-11-15 13:44:54 +00:00
Twig Template Engine
jordan deleted branch pull-37 from Telodendria/Telodendria 2023-11-10 14:30:57 +00:00
jordan pushed to master at Telodendria/Telodendria 2023-11-10 14:30:56 +00:00
2d30719be4 Implement Registration Token Administrator API (#43)
jordan closed issue Telodendria/Telodendria#26 2023-11-10 14:30:55 +00:00
Admin API for managing Registration Tokens
jordan merged pull request Telodendria/Telodendria#43 2023-11-10 14:30:54 +00:00
Implement Registration Token Administrator API
jordan pushed to pull-37 at Telodendria/Telodendria 2023-11-10 14:28:57 +00:00
d73d18e1f7 Remove TODO comment that isn't relevant.
jordan commented on pull request Telodendria/Telodendria#43 2023-11-09 12:45:41 +00:00
Implement Registration Token Administrator API

The leak is caused by Telodendria/Cytoplasm#17.

jordan opened issue Telodendria/Cytoplasm#17 2023-11-09 12:44:27 +00:00
j2s array and object generated code leak memory.
jordan commented on pull request Telodendria/Telodendria#43 2023-11-08 21:45:21 +00:00
Implement Registration Token Administrator API

Update: I think the leak is actually coming from a bug in j2s generated code.