Conner Smith

Results 10 comments of Conner Smith

@dafuster what exactly does your customer launcher look like with --js-flags="--max_old_space_size=4096" ? doesn't really seem to do anything for me

Sorry my PC died and I'm only getting set back up. I'm having the same issue on my new PC, however. I don't have Bootstrap and I don't have FontAwesome....

Came back to my project after a long time and went about updating all the packages to latest. The icon's package is now displaying icons properly! My styles in angular.json:...

Hi @runem - will types be analyzed from the code? Say I have something like this in Typescript: ``` myDispatchMethod() { this.dispatchEvent(new CustomEvent()) } ``` Will `analyze` generate the "detailType"...

Any ideas for a work around? I tried downgrading to `[email protected]`, which helped some but that seemed to cause other issues. EDIT: Poked around a little more and it seems...

> Does #1718 satisfy this requirement? In theory it should, but it does not appear to be working, at least for me on version 3.8.x. When I update visible columns...

> Newtonsoft.Json treats `$type` and some other json property names starting with "$" as metadata keywords by default and not as ordinary property names, unless you deactivate the handling of...

So your labs seem to working as I would expect. It's looking like I don't have something set up correctly. It appears that if I have a separate array of...

I guess it's probably using the object reference rather than comparing the objects. Is there a way to have it compare values, such as 'id', instead?

` {keys: [{parent: [{child: ['grandchild', 'grandchild2'], 'parentProperty']}]}` Need that extra `[` array after parent I think