Jay Klehr
Jay Klehr
In this commit: https://github.com/2muchcoffeecom/ngx-restangular/commit/67871acc4317927757339c7059870df91f53e6d6 ngx-restangular was changed from using `HttpClient`'s `request` method to the `handle` method of `HttpBackend` which bypasses the ability to use Angular's HTTP interceptors. I looked around...
We had an issue where we were using lodash 3.x and were getting tricky to debug errors. >ERROR TypeError: “Object(...) is not a function” As a long shot, we upgraded...
When outputting a JS file that contains the mootools more form validation components, the UTF-8 encoding doesn't come down as UTF (and thus is garbled) since the charset isn't defined...
I've been dealing with an issue in Dredd for a certain API document setup. I thought I'd open the issue here rather than in Dredd or the deprecated blueprint-transactions because...
I was trying to use an https:// URL for my WP backend and I kept getting that "URL Is not valid" error. Modified the regex to make the `s` in...
## Bug Report ## Current behavior When specifying args that contain a space in the value part of the arg, like so: `args: --alias=test --message="test test test"` The command that...
**I'm submitting a ...** * [ ] bug report * [x] feature request * [ ] question about the decisions made in the repository * **What is the motivation /...
Ran into this yesterday when trying to build these icons. The SASS transpilation step fails because the path defined for the Icon files here: https://github.com/coreui/coreui-icons/blob/master/scss/free/_variables.scss#L2 is incorrect. The `fonts` folder...
This is similar to #20 but for the Flag icons. The path defined here: https://github.com/coreui/coreui-icons/blob/master/scss/flag/_core.scss#L14 isn't quite right because the `svg` folder is actually one level deeper. This error was...
As the title describes, the variables in the SCSS for the flag icons are in uppercase: https://github.com/coreui/coreui-icons/blob/master/scss/flag/_variables.scss#L3 But the SVG files are in lowercase: https://github.com/coreui/coreui-icons/tree/master/svg/flag This results in this error...