Bob Kerns
Bob Kerns
This example (from Features/Core Capabilities/Substitution) fails: https://www.sympygamma.com/input/?i=%28exp%28x%29+%2F+%281+%2B+exp%282x%29%29%29.subs%28exp%28x%29%2C+u%29 > Error: (exp(x) / (1 + exp(2x))).subs(exp(x), u) can't multiply sequence by non-int of type 'method' Reducing it to: ``` x.subs(x, u) ```...
Right now, the sanity checks are all-or-nothing. However, there's one documented use case that forces the use of --force, which is obviously not desirable. To truncate history we need to...
It is with great sadness that I note the passing of Jack Holloway on July 9. I'm wondering if we'd want to keep a repository of obituaries and rememberences (not...
At least 1.18 is required to build the current source, to support the file embedding. 1.16 is the earliest with the feature, but the all:mgmt pattern doesn't work until 1.18....
In 4.0.0 and beyond, I get this error, on my template project that only has a single.ts trivial file and a couple README.md files. > Info: Loaded plugin /Users/rwk/p/npm-typescript-rollup-template/node_modules/typedoc-plugin-external-module-name Info:...
In using the plugin to generate non-JSON/YAML files, I found it frustrating to only be able to see the output as a single JSON string. This PR adds two new...