Andrew Pyle

Results 9 issues of Andrew Pyle

I'm getting dependabot PRs on my application repositories because of this package's dependency on `[email protected]` (as of `[email protected]`). I see that the `master` branch already includes the bump from `[email protected]`...

Is there a possibility of providing the latest version of the elm compiler in this build image (0.19.1), rather than an old version (0.19.0)? I'm able to to deploy elm...

Updates Elm version in the docker build image to the latest Elm version: 0.19.1 (was 0.19.0). Addresses #464 The author does not know if there is a reason that the...

**Is your feature request related to a problem? Please describe.** I would like to have Lumi Analytics to provide analysis options for reviewing student-generated essays. The Lumi Analytics view for...

[type] feature

The close button in BootstrapToast looked like a default button when it was in the toast body. ``` _____________________________________ | ___ | | Message body (No title) | x |...

# Feature ## What I'd like to request the HTMLFormElement.requestSubmit polyfill (https://www.npmjs.com/package/form-request-submit-polyfill) be added to polyfill.io ## Details HTMLFormElement.requestSubmit() allows for triggering the SubmitEvent when submitting a form via Javascript....

library
service

The code is just a few files, but there several kBs of lodash dependencies. Can we replace those dependencies with native JS functions? I opened PR #55 with a potential...

I would like to use this library on the front-end for parsing USA State abreviations & names, but the 5.5kB (minified & gzipped) size is too large to justify the...

Add `()` to call to `Agents.module_info/0` to remove a compilation warning. (Elixir 1.18.4) ``` warning: using map.field notation (without parentheses) to invoke function Agents.module_info() is deprecated, you must add parentheses...