steosoft

Results 8 comments of steosoft

package.json: ``` { "name": "xxxxx", "version": "0.0.0", "license": "MIT", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build --prod", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" },...

I took a closer look at the issue and if I create new configuration (let's call it "debug") and set only one flag ```"aot": true``` then it works fine ```...

I have checked the code but I don't see there any barrel files.

Any way to fix it? Or some other alternative library?

``` 2.8.2 [....] [....] com.isomorphic.smartgwt.lgpl smartgwt-lgpl 6.1-p20170914 com.isomorphic.smartgwt.lgpl smartgwt-skins 6.1-p20170914 [....] ```

Ok, you're right, but method always returns no results, doesn't matter which report type, e.g. ``` $gus = new GusApi('xxxxxxxxxxxxxx'); try { $gus->login(); $gusReports = $gus->getBulkReport( new DateTimeImmutable('2019-01-24'), BulkReportTypes::REPORT_NEW_LEGAL_ENTITY_AND_NATURAL_PERSON); var_dump($gusReports);...

oh... I didn't notice bad year in my test example... after changing it to 2020 of course it works fine... Sorry for trouble.

Z dokumentacji wynika, że raport zbiorczy powinien zwrócić wyniki bez przekazywania NIPu lub innego numeru. Wyniki w postaci listy REGONów podmiotów spełniających zadane warunki tj. data początkowa oraz typ raportu....