Rajiv Bose

Results 7 issues of Rajiv Bose

`angular-classy` is an interesting library, but I'm not sure the [docs](http://davej.github.io/angular-classy/) do enough to answer, "Why `angular-classy`?"... - Is `angular-classy` simply an extension of your preferences in structuring a Controller,...

Would be cool to use [Bower](http://bower.io/) and be able to do ... ``` bash $ bower install knockouch ```

Obvs [Hammer.js](http://hammerjs.github.io/getting-started/) has now got a 1.x and a 2.x branch, where 2.x hass been "completely rewritten". When I tried I was not able to simply switch my project dependency...

A [recent PR](https://github.com/myfreeweb/magicbane/pull/25) fixed an issue with LTS 14.1. As part of the change-set for that fix this library's [version was bumped](https://github.com/myfreeweb/magicbane/pull/25/files#diff-fafd0cdcd559a7b124cc61c29413fb54R3) to version `0.4.1`. However, when I ask `stack`...

#### Issue When a date is selected from the `elm-datepicker` the `Date` is of a local-time format. As a consequence, when the chosen `Date` is serialised, an incorrect value is...

As per the [docs](https://nextjs.org/docs/basic-features/eslint) the command is `next lint`. Under the hood the `eslint` binary is called. But the command via the Next.js CLI is `lint`.

Borrowed from a [recently closed issue](https://github.com/frw/react-native-ssl-public-key-pinning/issues/177#issue-1971939757) 😅 ty I would like for the following to error: ```ts const onInitializePinning = async () => { try { await initializeSslPinning({ 'google.com': {...

enhancement