Shota Papiashvili
Shota Papiashvili
Hi, The directive supports any pagination? lets say i have 5000 records that i want to be able to select from and i want to show only the first 50...
Hi, how can the pubDate can be in ISO-8601 format? when I try to ```addItem``` with string in the date field I get a typescript error.
Hi, I think that the ```frontloadMeta``` should return some data about the error and not only ```error: true``` when we do SSR there is a big difrance between HTTP 500...
now ac-options supports value fields like `ac-options="l.name as l.id in loadData()"`
Hi, I'm trying to do something like this: ``` javascript ac-options="l as l in loadData(1)" ``` When I'm adding a param to the function the directive isn't working, there is...
Hi, I use ```php-resque``` with ```supervisord``` to keep the process alive. When i restart ```supervisord``` I see in the web ui (resque-web) that I have 16 active workers in each...
Hi, I use the ```onFailure``` hook to implement retry with ```ResqueScheduler```, how I can prevent the job to append to the failed queue? because if I retry the job I...
Hi, I'm running nestjs application inside of EKS pod, when I try to publish to a queue I get the error: ``` InvalidClientTokenId: The security token included in the request...