cedvdb

Results 221 comments of cedvdb
trafficstars

One thing useful in typescript is the ability to create aliases for imports. so you can import like this ``` import '~core'; import '~models'; ```

@shelbycotton I did not resolve this issue and had to work around it

The logs are expired @eviltik are you planning on fixing this or can this PR be closed ?

@waldyrious Friendly ping as this still causes issues. I still think it's fine if the flags don't look quite right when displayed in a square, this is, after all, the...

@waldyrious I assumed you were a maintainer of the project. If you are, is the removal of the mask, with the flags unchanged, something that would be accepted ?

@RodXander I think it's @HatScripts you meant to ping. I was confused for a sec and waldy is the author of the PR

> default when we detect that we are running in CI Is there a reason not to always do it ? My issue is specifically aimed at CI, but it...

Same, 500 worked for me though ``` setTimeout( () => console.log('TIMED OUT!'), 500); ``` windows

> Seems like a good idea. I'll take a look next week to see if we can at least include the exception message so we can debug it further. You...