-
Hey this is the most awesome library for making kids apps in JS that I think EXISTS!!! Thank you!!!
I made a TexturePacker json/image spritesheet and threw the json into a JS file as an object so …
-
A common case is that one constructs a grouping variable in `group_by` but only needs it for the duration of the `group_by` so afterwards one must use `select` to get rid of it as in the example belo…
-
Phonics 다루기.
-
Hi,
First of all, I would like to thank you for the awesome library you have built.
I have been using PHP-FFMpeg for couple of months and it has been great. Yesterday, My server had utilized its CPU…
-
**Issue by [c0mp13371331337](https://github.com/c0mp13371331337)**
_Saturday Feb 23, 2019 at 17:42 GMT_
_Originally opened as https://github.com/soolar/sl_ascend/issues/45_
----
Once the initial Ka…
-
Looking for justification of this since 'W' is **explicitly** chosen as the encoding in two other implementations, https://github.com/howardjp/phonics and https://github.com/jamesturk/jellyfish, as ev…
ahood updated
5 years ago
-
`
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 26080279 bytes) in /data/app/bvcflow_container/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php on li…
-
If I understand correctly from [the Soundex algorithm steps on Wikipedia](https://en.wikipedia.org/wiki/Soundex#American-Soundex), the encoding of e.g. the string 'A' should be 'A000'. Indeed this is …
ahood updated
5 years ago
-
Noticed phonics::nysiis('CHRISTINA') outputs 'CHRASTAN' (for maxCodeLen >= 8) whereas it should be 'CRASTAN' as per original algorithm (see https://naldc.nal.usda.gov/download/27833/PDF or https://www…
ahood updated
5 years ago
-
Hi James (Sorry for calling you by you Surname!),
Currently, single character strings return no padded out 0's. Would you consider this a bug?
Looking at three implementations of soundex ...
``…