Shea Martin

Results 15 issues of Shea Martin

Upgrading from 0.9 to 2.9 and it seems that the `onDayDoubleClick` and `onDayClick` no longer fire. `onEventClick` does work.

When having opening curly braces on new lines, it is pretty normal to have the `else` on it's own line. My tsfmt.json is: ``` { "baseIndentSize": 0, "indentSize": 4, "tabSize":...

I am unable to get this to run in a nanoserver container. I did an `npm install --no-optional`, so maybe that is the issue? Or is it an issue with...

``` line one line two ``` putting cursor on the e on line 1, then pressing v (vis mode), then j (to highlight next line), then D should yank both...

D should cut all _complete_ lines touched by the visual selection. Y should copy all _complete_ lines touched by the visual selection. Vintageous only copies/cuts the characters inside the visual...

Hello, Love the plugin. Just trying out the plugin in on an ERB file, and when I press the hot-key on 'link_to' in an ERB file I get teh following...

I installed jaysvcutil from npm. I run it on my oData v4 endpoint: `jaysvcutil -m http://localhost:17257/odata/$metadata -n XXX` A JayDataContext.d.ts which shows my context class as this: ``` declare module...

## I'm submitting this issue for the package(s): - [ ] jwt-verifier - [ ] okta-angular - [ ] oidc-middleware - [ x] okta-react - [ ] okta-react-native - [...

By default the `process` function the typescript client uses `A server side error occurred` for all expected errors. In the case of 400, and 403 this doesn't really make sense....

If my tsconfig has `"esModuleInterop": false,` any unit tests that uses `new Sval()` I get this error: `TypeError: sval_1.default is not a constructor`. If I set `"esModuleInterop": true,` it works,...