Murray Bauer

Results 10 comments of Murray Bauer

FYI - i've seen project library's like [selectn](https://www.npmjs.com/package/selectn) to support such syntax.

hi @alexmic I have the same issue with using the vend API as well. How did you solve it? As a last resort I'm thinking of just prompting the user...

'Factal' state management for code splitting/lazy loaded modules is planned for the next release of ngrx as well. (https://github.com/ngrx/store/issues/379)

I use [wallaby](https://wallabyjs.com/) any interactive test runner. A slight tweak is required to use with the clicker repo - see https://github.com/wallabyjs/public/issues/620

@lathonez I thought ripple was dead? Only emulates very few native plugins e.g. geo location. Microsoft announced their own open source cordova simulator 6-9 months ago to replace it: https://github.com/Microsoft/cordova-simulate

Most applications which are searching purely text/documents typically require the ability to also add search constraints for Date ranges e.g. * Months or last 6 months * Between times (2-4pm)...

We require also - to add existing corporate stationary (letterhead, background image and footer) as a background image with generated text over the top.

clone the moment object first before rounding. `m1.clone().floor(..)` Moment always mutates the object - e.g. for .add() or .subtrack()

Whilst Typebox for OpenAPI support is a nice 'feature', these days in terms full stack javascript development (elysia is node.js) it's not always needed given the focus on server actions...