Zachary Dean

Results 7 issues of Zachary Dean

Add documentation for "request" and "db" modules to gh_pages branch

help wanted
good first issue
documentation

"a new 'db' module will be introduced that allows for insertion, deletion, and retrieval of any 'item' in the database. This will address all item types, including functions. What this...

@grantmacken yes, the `db:link` is very similar to the atom media-link-entry. The saving of the file would need to happen either with the `file` module, or could be done outside...

@zadean If it's not to late for this feature set, I would like to see a `db:mv` , which like the unix variant could be used for renaming or moving...

The parser uses the process dictionary to handle namespaces. This is also used in the static phase. That should be removed. It is only needed in `yecc` and not in...

Even though this project only "officially" parses UTF-8, `ys_utils:trancoding_file_continuation/2` can check for different encodings and react on them by converting the input stream to UTF-8. It does so by only...

enhancement

Calculate "Total Sum of Squares" value for Metrics. This uses Welford's online algorithm. It is relatively accurate when using 64-bit floating point values, only losing accuracy on float rounding. Here,...