Shlomi Levi

Results 18 issues of Shlomi Levi

Hi, I want to use smooth-scrollbar in my website. but I also use [`AOS`](https://michalsnik.github.io/aos/) to animate items when they display, and [`jarallax`](https://github.com/nk-o/jarallax) for parallax. The problem is they are listen...

help wanted

# Environment Knex version: ^2.1.0 Database + version: n/a OS: n/a ``` export interface Baz { id: number; } export interface Bar { id: number; baz: Baz; } const baz...

How to chain `.then`s functions and adjust the `loading` property to be true after all the thens complete? I have a function `getItems` that return array with ids after 20...

I don't know if it bug or not, but I think that it is unexpected behavior happens here. I want to load some data, and only when the data is...

@BioPhoton I know it still POC https://github.com/rx-angular/rx-angular/pull/1112 but take a look at this [stackblitz example](https://stackblitz.com/edit/angular-ivy-xm7dpw?file=src%2Fapp%2Fapp.component.ts,src%2Fmain.ts) (The files are the last version of the RxSignals branch) You can see in line...

{ } State

Hi @BioPhoton , The PR https://github.com/rx-angular/rx-angular/pull/1112 introduce actions: ``` ui = this.factory.create({..}); .... readonly create$ = this.ui.create$.pipe(...) ``` `create$` is `AnonymousSubject`. I want to be able to hook/switch to this...

Hi, Can you share a `vue` package example? with vue files inside.

I have Doc and User schema. How to get Doc query with User included (not just id, but the all user properties)? For example I call to get all doc...

I have in mongoose document collection with an array of documents: ``` export const DocumentsCollection = mongoose.model('Document-Collection', new mongoose.Schema({ name: { type: String }, items: [ { name: { type:...

Thanks for this repo. Questions: - Is there a command to create new package or is just copy-paste-rename? - Can I use Angular Cli here to create new components? (I...