Ed Pelc
Ed Pelc
Currently issued at is being used as an equivalent of the not before field. This is against the RFC and any reading of the docs. https://tools.ietf.org/html/rfc7519#section-4.1.6 > The "iat" (issued...
**Actual Behavior**: - `What is the issue? *` `mdSelectMenu` uses a local variable to keep track of the currently focused element instead of using the builtin `document.activeElement`. `opts.focusedNode` is not...
The `$mdUtil.debounce` function is very convenient. It'd be very nice if it was made public and added to the docs. It's easy to use and is a nice way to...
# Proposal #### What is the summary of the proposal? Right now you have to search the source or npm installed files to find out that there are sass mixins...
### Your environment **OS** macOS 11.3.1 **Node.js version** : 14.17.0 **suitecloud-cli version** : 1.2.1 **Terminal/CMD tool** : macOS Terminal ### Describe the bug A clear and concise description of what...
If you have a job which panics the only error that's recorded is a short error message. However if it is a runtime error such as a nil pointer access...
Currently `Reschedule()` only allows you to set the start time. It doesn't let you change the frequency which means I need to destroy the original job and create a new...
@albrow Have you thought about adding sentinel support? I see you use the redigo package which is what I also use. But It hasn't been updated much lately(last commit was...
It would be nice if there was an option for lenient queries without having to do custom json. http://www.elastic.co/guide/en/elasticsearch/reference/1.x/query-dsl-query-string-query.html Search for `lenient` > lenient - If set to true will...
… width/height change from angular fix(misc): remove duplicate controller from item as it is unnecessary Updates widgets position/size when you update attributes from angular