Janzen Zarzoso
Janzen Zarzoso
I was having trouble importing this on my es6 modules. So I went ahead and added UMD support based from this: https://github.com/umdjs/umd/blob/master/templates/jqueryPlugin.js Hope this helps. Let me know if there...
Thanks for this library. I know you are still about to support saga but have you had any progress with it? I am keen to help. Are there pointers you...
I get this error when running tmux. Running on OSX Sierra 10.12.2 Tmux 2.3 Here is my tmux.conf file: ``` # TMUX Ressurect plugin set -g @plugin 'tmux-plugins/tpm' set -g...
I got a notification from Github reporting vulnerabilities in the packages: https://github.com/springload/madewithwagtail/network/dependencies These vulnerabilities seems to occur on transitive dependencies, which can be fixed by specifying the version of these...
We need to update the logo to use the new Springload logo. #### Update [03-10-2018] Updated logo with _Springload_ wording is pending from design team: https://wiki.springload.co.nz/design-team/springload-s-brand/
I'm using this on [create-react-app](https://github.com/facebook/create-react-app) but I'm having a problem when I run `gh-pages -d build` it freezes and does nothing. Here's my environment: ``` OSX 10.13.3 gh-pages 1.2.0 NPM...
I see this error on IE 11: ``` SCRIPT1046: Multiple definitions of a property not allowed in strict mode ``` and it points to this [line](https://github.com/springload/react-accessible-modal/blob/1464c9b7d6afad8585a645a0058e3f0a3a1a38a3/lib/index.js#L258) And this is what...
Just refactoring the `installSinglePages()` method in the package controller to easily manage additional paths.
### Describe the bug According to the documentation here: https://github.com/domaindrivendev/Swashbuckle.AspNetCore?tab=readme-ov-file#include-descriptions-from-xml-comments `IncludeXmlComments` should accept Assembly as a parameter but in the latest version 6.6.2 as of this writing isn't exposing this...