Budi Irawan
Budi Irawan
## Version 0.0.24 ## Screenshot   ## Issue Sometimes I got `resp` as 'false' or 'null' in this line https://github.com/lynndylanhurley/ng-token-auth/blob/master/dist/ng-token-auth.js#L803 hence throw the error when execute `resp.config` Should we...
I found this could be useful if we want to enforce the code to use always specific rule in decorators e.g always use `OnPush` change detection References: https://github.com/angular/components/pull/7119/files#diff-ace19bd0c04529e685320269e3c05de9 https://github.com/angular/components/pull/6800/files#diff-4f12977d13592c5f817099357ce8af08
**Feature to document** In the Typescript guide https://webpack.js.org/guides/typescript/, there's no mention of how to use `webpack.config.ts` instead of `webpack.config.js`. Some devs love to always use TS files as much as...
Add a guide on how to use webpack configuration in Typescript `webpack.config.ts`. Fixes https://github.com/webpack/webpack.js.org/issues/6106
# Problem Currently for `getViewport` method, we only return `scale` field. ```js cornerstone.getViewport(element); ``` Response ```json { "scale": 0.5, "translation": { "x": 0, "y": 0 }, "voi": { "windowWidth": 256,...
# Specs Cornerstonejs 2.2.8 # Description I noticed different panning behaviour between square vs non-square image. The behaviour for non-square image seems broken to me. In my case, I have...
# VSCode Extension https://marketplace.visualstudio.com/items?itemName=hackwaly.ocaml # Dash Docset 
Marketplace extension https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
## Version Insignia: 5.0.0 Browser: Chrome 83.0.4103.116 ## How to reproduce Add autocomplete HTML attribute ```html ``` In browser, select any browser's suggested emails. The email will be duplicated. ##...