Budi Irawan

Results 24 issues of Budi Irawan

## Version 0.0.24 ## Screenshot ![image](https://cloud.githubusercontent.com/assets/1243921/16803226/6ebc310c-492f-11e6-8880-09c70f220f93.png) ![image](https://cloud.githubusercontent.com/assets/1243921/16803235/7ac8a67e-492f-11e6-9a98-c5262ffac389.png) ## 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 ![image](https://user-images.githubusercontent.com/1243921/73911395-e8f11800-4905-11ea-9b6c-17535abed347.png)

Marketplace extension https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql

hacktoberfest

## 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. ##...