Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
00a42ea0fd
fix: fixed function page_item_count. from calculating: constant * muliplicator * 2. to: constant * multiplicator + constant. first calculation returned wrong amount of items to return
fa8b2b21f9
fix: forgot to return len() of list in function page_item_count. Insted list itself was returned
7e43f0d42d
feat: function page_count and page_item_count finished
fbf13b3f3f
feat: function item_count() finished, working on page_count()
252ff429d2
feat: key will repeat over every characters even if it isn't in alphabet
696c37396b
feat: rehaul of encode function. Now will encode regardless of text length. Will ignore values not in alphabet. Decode works on same logic, but opposite
76e5f47d64
feat: encoding works but with only same length text and key and only alphabet values test: added asserts to test