CrazyHT

Results 10 comments of CrazyHT

Hi, it's know issue of webdriver-manager (https://github.com/angular/webdriver-manager/issues/216), in my library project I just add "--gecko false" in integration/package.json : ``` "preprotractor": "webdriver-manager update --gecko false", ``` It work weel since

I closed this issue only when build server want compile changes :P For the moment I get some error

Ok, bs4 beta change where class "show" must be append. I try to resolve this asap with keeping compatibility to BS3 - bs4 alpha and new bs4 beta ^^

[object object] indicate you ask a complex object to be displayed. Check textField parameter correspond to a property of your object you want to display

I'm not convinced path is well handled in text or id field property, never test this case. Finally, I call something like item[textField] to get value (item["data.branchName"] in your case),...

Hi @Nokhoneryu, now it's not possible and I don't have time to do this (frankly I don't have time to spend for OSS project since few month).

I think you need : - Add @input Parameter (i.e. ExpandLevel: number) - Add By Level Mode - add level parameter to setExpandForList (select.service.ts) with default value to 0 then...

Hi, Sorry for delay, but I have health problem this year :( And so have also lot of work on my job too. You have try with rx-compat ? If...

For other windows version, you can use Docker toolbox, but it's more tricky to configure : https://docs.docker.com/toolbox/toolbox_install_windows/

I have fix localy by remplacing in FilterInterceptor.cs: interceptionContext.Result = new DbQueryCommandTree( queryCommand.MetadataWorkspace, queryCommand.DataSpace, newQuery); by interceptionContext.Result = new DbQueryCommandTree( queryCommand.MetadataWorkspace, queryCommand.DataSpace, newQuery,true, context.Configuration.UseDatabaseNullSemantics); If I have time, I fork...