Timofei Iatsenko
Timofei Iatsenko
Hi, i use your tool for creating jscodemod transforms. It really useful, thanks for that. But I faced situation when i need some package from npm in my transform, for...
I think this not a secret that "Angular + Jest" isn't a popular solution. So it's quite hard to find any information in the internet if you face any problems....
**Describe the bug** The test case ```typescript import dayjs from 'dayjs'; import utc from 'dayjs/plugin/utc'; import timezone from 'dayjs/plugin/timezone'; dayjs.extend(utc); dayjs.extend(timezone); dayjs.tz.setDefault('America/New_York'); const startDate = dayjs.tz('2020-10-01'); const endDate = dayjs.tz('2020-10-30');...
Roadmap
## Milestone 2.0.0: - [x] Build to [Angular Package Format (APF)](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/edit) - [x] Compatibility with Angular Ivy https://github.com/nogorilla/angular-cc-library/issues/61 - [x] Export directives with basic API https://github.com/nogorilla/angular-cc-library/issues/45 ## Next milestone: -...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...
Given snippet of code: ```typescript const event1 = createEvent(); const event2 = createEvent(); const store1$ = createStore({}); const store2$ = createStore({}); sample({ clock: event1, source: [store1$, store2$], fn: ([store1, store2])...
Because of architecture of an Effector where all units and operations are written in top level of ES modules, and they start initialization in a moment when ES modules are...
Looks like it's become more and more confusing and hard to maintain version of angular bindings which would works with different versions of angular. I did a quick investigation of...
Hey, thanks for fast fixing a previous issue. I was able to succesfully start the server configure cameras and watch the stream. But quality of stream was very poor. What...
resolve #13 issue. +Add option to pass locals via config. +huge readme update Tested it for a while - works great!