Lee Langley
Lee Langley
Under 'Editor Preferences', there is the suggestion to "Add new line at end of files." I'd not really come across this idea before (although seen it in many files and...
Hi everyone! :wave: ### What's happened? This project has just been moved from my personal account (@GreenImp), to a new GitHub organisation (@dice-roller). So, instead of being at https://github.com/GreenImp/rpg-dice-roller it's...
**Is your feature request related to a problem? Please describe.** The NPM bundle size is higher than I'd like and I think there's a lot of superfluous files in there,...
**Is your feature request related to a problem? Please describe.** The roll output, that returns the string version of the roll log, is currently built in to the individual classes...
## **I'm submitting a ...** - [x] support request ## **What is the current behavior?** I'm using an AJAX request to load in the list data, which is working fine,...
### The problem I'm trying to use mathjs inside node, using ES modules, but without a package bundler (e.g. Webpack, Rollup). When I do: ```javascript import { evaluate } from...
**Is your feature request related to a problem? Please describe.** The sidebar config has changed slightly in Vuepress v2, which means that this library no longer generates a sidebar config...
I know this might be an odd question for a random library but, is there any way of forcing an engine to return the min or max value when using...
This PR makes the package properly compatible with ES modules and allows NodeJS to load the library as an ESM, rather than CommonJS. Currently, if you try to `import` (ESM...