Will Da Silva

Results 59 issues of Will Da Silva

It'd be nice to have a module (written in Dictu) for higher-order functions. Some examples of functions that could be included: - partial - memoize More could be added, especially...

feature request

Currently if you create a large enough number they lose precision. Larger still and they become `inf`. It'd be nice to have a type for arbitrarily large integers. Some similar...

feature request

This would involve the addition of an `AtExit` module written in Dictu that would provide a `register` and `unregister` function. The semantics will be similar to [Python's `atexit` module](https://docs.python.org/3/library/atexit.html). Normal...

feature request

This PR implements @febuiles' suggestion from https://github.com/actions/dependency-review-action/issues/30#issuecomment-1147371846: > Maybe it'd make sense to add extra optional parameters to the Action so it accepts head/base revisions. Leaving this open while considering...

When a GitHub repository is newly forked, it has the dependency graph feature disabled by default. If `dependency-review-action` is used on one of these freshly cloned repositories, it errors with...

bug

First I just wanted to say thank you for adding namespace package support. It couldn't have come at a better time for my company and myself, and we're now using...

With this change, if the context isn't `.` when the script is loaded, then it won't be set to `.` after `.os` is defined. This allows for setting the context...

Pandas thinks all non-atom K objects are dicts, which leads to issues like #133. This PR provides a hacky solution to this problem by overwriting the `__code__` attribute of the...

At the bottom of README.md there is a link to the license file: https://github.com/sismetanin/word2vec-tsne/blob/master/LICENSE This file does not exist.

https://pypi.org/project/psycopg2-binary/ By using the non-binary version of the package all consumers of the package (including those with transitive dependencies on it) need to have compilation toolchain installed along with `libpq-dev`,...