Maksym Kobieliev

Results 17 issues of Maksym Kobieliev

There have been dozens of commits since the last release, and some of them included important bugfixes. Could you please create a new release that would include those changes? Thanks.

I have a slick setup with infinite="false". Now, instead of using standard sllick arrows, I'm using custom buttons with attributes like ng-click="slickConfig.method.slickPrev()". Now, how do I know if my button...

ngHandsontable is currently bound to handsontable v.`0.28.0`. It would be great if the dependency could be updated to the latest handsontable version. There have been some important bug fixes, which...

Rationale: https://web.dev/commonjs-larger-bundles/

Rationale: https://web.dev/commonjs-larger-bundles/

This is probably a duplicate of https://github.com/cartant/rxjs-marbles/issues/11, but the original issue never contained a valid example of a workaround for the issue with `Promise`s. And it would be really helpful...

Consider a typescript file `foo.ts` like this: ```typescript export abstract class Foo { } ``` For such a file, no matter what I do (use `?/* istanbul ignore next */`,...

bug
enhancement
help wanted

This issue seems to be already fixed in master, so could you please release a new npm version so that we'd be able to get the updated code?

It would be great if this package could as well read the Prettier config files: https://prettier.io/docs/en/configuration.html

When `trailing-comma` is set to `false`, ``` export enum CompanyType { Customer = 1, Supplier = 2, FreightAgent = 3, None = -1, } ``` should get converted to ```...