PeiSong

Results 11 comments of PeiSong
trafficstars

In my case it's not ignoring `node_modules` :( That gives me ``` [at-loader] Checking started in a separate process... [at-loader] Checking finished with 11 errors [at-loader] ./node_modules/@angular/cdk/table/typings/table.d.ts:38:22 TS2420: Class 'CdkTable'...

any update for browser support? :)

maybe try ```typescript @select('user.username'.split('.')) username: Observable; ```

@aappddeevv defined in the same file of its component. ```javascript const state = atom({key: 'key', default: 1}); export function Comp() { ... } ```

waiting for its integration with create-react-app without eject!

After tried React hot CSS reload the Angular CSS reload with page reload is unbearable. Really expect this feature!

@willshowell will your popover component be added to official M2 modules?

During handling of the above exception, another exception occurred: ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/certbot_dns_godaddy.py", line 87, in add_txt_record self._find_domain_id(ex.registered_domain) File "/opt/certbot/src/certbot/certbot/plugins/dns_common_lexicon.py", line 102, in _find_domain_id raise result1...

Spring Data JPA is using `@Async` to offer non-blocking API so maybe that's not a bad idea for now.