Sumanth Chinthagunta

Results 88 issues of Sumanth Chinthagunta

with angular 13 , getting following warnings ``` Warning: /SPA/ngx-starter-kit/node_modules/smooth-scrollbar/polyfills.js depends on 'core-js/es/array/from'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies Warning: /SPA/ngx-starter-kit/node_modules/smooth-scrollbar/polyfills.js depends on...

dependencies

Really nice and well thought out implementation. :+1: I am interested to run OAuth server and and resource server(s) on separate JVMs. in this case, JWTs helps reduce network roundtrips...

```kt val handler = Account.maxRetry.onSet { value -> println("the maxRetry has changed to $value") } val handler2 = Account.maxRetry.beforeSet { config, value -> println("the maxRetry will change to $value") }...

stale

## Hot to Reproduce Change the test case ```go func TestDefaultValue(t *testing.T) { config := generateDefaultConfig() config.APPName = "" config.DB.Port = 0 config.DB.SSL = false if bytes, err := json.Marshal(config);...

I am using following structs and enabled `ErrorOnUnmatchedKeys` Got Error ` yaml: unmarshal errors:\n line 21: key \"account\" already set in map\n line 24: key \"greeter\" already set in map\n...

This SCSS code producing duplicate `@keyframes bounceOut {` keyframes in generated CSS. ``` scss .sumo1 { @include bounceOut($duration: 1s); } .sumo2{ @include bounceOut($duration: 2s); } ``` how to avoid duplicate...

`release.scmVersion` is always returning `abc` while using with GitHub. expected git's commit# as `release.scmVersion` value. The documentation also not clear how `release` command automatically guess the next available version number...

Please update `bower.json` to include the CSS file in `main` sothat yeoman-ized projects can automatically add this CSS to index.html ``` javaScript "main": [ "build/angular-growl.js", "build/angular-growl.css" ], ```

I am using latest growl and translations modules along with angular 1.2.6 Growl is not able to translate notification messages as expected. Should I load modules/JavaScript files in proper order...

please support HTML5 Notifications similar to http://derekries.github.io/angular-notifications/