FunkMonkey
FunkMonkey
I think `sharp` is quite a heavy dependency for a package, which main concern is working with numbers. Thus I propose to extract the image-related features and put them into...
[](https://issuehunt.io/r/BoostIo/Boostnote/issues/1018) It would be nice if Boostnote could provide a plugin system similar to Firefox and other applications. It has actually been proposed before in a couple of issues like...
**Describe the bug** DataFrame.copy() does not make a deep copy of the data, only a shallow copy! The reason is the spread operation in [copy()](https://github.com/javascriptdata/danfojs/blob/0f85caeb999808a81ac1f2cd0e8d9d6f185120a0/src/danfojs-base/core/frame.ts#L2021), which is used instead of...
**Is your feature request related to a problem? Please describe.** When I have exported my prototype as a HTML and host it for my colleagues to see, I want to...
Feature request for passing a optional custom `sample` function (used for randomizing first centroids) via options. It is useful for creating reproducable results by having a `sample` function that uses...
It would be nice if Scaper could provide a way to add custom audio filters to the events and backgrounds. I imagine something like this: ```python add_event(label, source_file, source_time, event_time,...
It would be nice if nodes could be renamed, which means also renaming all edges that link to / from them, predecessors etc. Thanks! Great library!
The phenotype JSON is cloned twice when populating, once in [populate](https://github.com/panchishin/geneticalgorithm/blob/master/index.js#L42) and once in [mutate](https://github.com/panchishin/geneticalgorithm/blob/master/index.js#L53). Looks like a nice library. Will try it out in the coming days :)
Having two files like this: test.ts ``` export class Test { }; ``` main.ts ``` import TestModule = import("./test"); ``` will lead to the following error in main.ts: "A module...
### Initial checklist - [X] I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md) - [X] I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/contributing.md) - [X] I agree to follow the [code of conduct](https://github.com/remarkjs/.github/blob/main/code-of-conduct.md) - [X] I...