Kevin Albertson

Results 20 comments of Kevin Albertson
trafficstars

I think this may be fixed by: https://github.com/Kagami/go-face/commit/4c3eb8d32ca816fdf71e514cde1047f7eaf916dc which removes the requirement of pkg-config. After installing dlib with `brew install dlib` on macOS 11.1, pkg-config shows `.tbd` files in the...

@PeterHamilton is it possible this could get reviewed soon? PyKMIP has been very helpful in testing the MongoDB Go driver with KMIP support. Thank you!

@arp102 is this OK to be merged?

Hi, thanks for taking an interest in base122! That's correct, some characters are expected to be unrenderable by a browser. E.g. ascii control characters. Creating a post-processing layer would make...

@devqazi Thank you for the report. `encode` expects a String argument to [meet the conditions of `btoa`](https://developer.mozilla.org/en-US/docs/Web/API/btoa#unicode_strings): > strings in which the code point of each character occupies only one...

https://github.com/kevinAlbs/Base122/pull/15 is merged. Closing.

Thank you for the report. Apologies for the delay. https://github.com/kevinAlbs/Base122/pull/17 intends to resolve this issue. I will wait a week to merge in case anyone would like to verify the...

I appear unable to request reviewers. This is ready for review @dmoody256. I apologize if I should request review another way (e.g. post in a slack channel). If there is...

@dmoody256 is this OK to merge?