Sumanth Chinthagunta

Results 88 issues of Sumanth Chinthagunta

In Grails applications we get error messages as fallows: wonder if you can make messageSeverityKey optional so that we can globally set Severity if there is no Severity field in...

## I'm submitting a... [ ] Regression [ ] Bug report [x] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support...

type: question 🙌
scope: websockets
won't fix

if I have a multiple active keys in a keyset, how do I specify which **KeyId** I want to use to encrypt using **Aead** API? ```json { "primaryKeyId": 1268760993, "key":...

today we have to run **tinkey** CLI multiple times to generate multi-key keySet file. e.g.: ```bash tinkey create-keyset --key-template AES128_GCM --out-format json --out aead_keyset.json tinkey add-key --in aead_keyset.json --in-format json...

I have following in my ` ~/.zshrc` ZSH_AUTOSUGGEST_STRATEGY=(history completion) not working with `bindkey` ```zsh # zsh-autosuggestions if [[ -f "$(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh" ]]; then # will first try to find a...

enhancement

I am setting `NODE_CONFIG_DIR` in the beginning of my `gulpfile.babel.js` file, but it seams executed after `import` files are loaded. please advice any workaround. it would nice if we can...

pr-welcome

### Description ### Steps to reproduce #### checkout develop branch git clone https://github.com/xmlking/ngx-starter-kit -b develop #### run lint-staged `npx lint-staged` this command hang forever. you can run lint commands successfully...

help wanted
? Needs Validation ?

# Feature Request is it possible quickly implement button-group select components from your `button-groups` component? like this: https://material.angular.io/components/button-toggle/overview

enhancement
help wanted

any plans to support `hide/show ` **Sidebar**? by exporting `show`, and `transition` props in `Sidebar.svelte`, I think we could allow users to customize to their needs (via Hamburger, button, etc)...

enhancement

With recent changes to `Table` components, I recommend the following changes to `TableSearch.svelte` Remove `menuItems` `filteredItems` and `handleInput()` as shown below. ```svelte import classNames from 'classnames'; import { setContext }...

enhancement