UmamiAppearance

Results 8 comments of UmamiAppearance

Hi, I just finished implementing a Ecoji converter for [BaseEx](https://github.com/UmamiAppearance/BaseExJS), which is a JavaScript library with many different base converters. Ecoji is now part of my [0.5.0-branch](https://github.com/UmamiAppearance/BaseExJS/tree/v0.5.0), the source code...

You've got to be warned. I am using a generic method for base conversions, not the algorithm you use. Basically it calculates one integer according to the base (in this...

Hi, I am almost done with my next release for BaseEx. I'd like to merge next week or so. It includes Ecoji, also with version 2. But it just doesn't...

OK, great. (I once had to develop a twitter like social media with Django. It was just an exercise, but maybe I can go online in case twitter breaks. It...

Hi, first congratulations! I have an issue though. Your freshly inserted tests fail (or don't fail, when they should) on my side, this is due to a different handling of...

Okay, now I get it. > I could certainly relax that and cut a 2.0.1. Relaxing that would greatly simplify the go code. Makes sense in my opinion. I don't...

That's great news, because it means no more work on my side. ;). You'll find a pull request for the JavaScript version tomorrow.

This is really odd. I always used JSDoc online documentation to reassure about the correct syntax, without ever considering to actually use the tool to generate documentation. Now I was...