Monroe Ekilah

Results 12 issues of Monroe Ekilah

Context: this is ported over from a conversation at https://github.com/litaio/lita/issues/197 It seems that the [Slack RTM connection](https://github.com/litaio/lita-slack/blob/master/lib/lita/adapters/slack/rtm_connection.rb) always re-receives the last message that was sent by Lita when restarting the...

type/bug

After upgrading to `1.6.0` from `1.4.10` as a part of working around https://github.com/nosir/cleave.js/issues/593 , I have now seen this come up twice in bug reports: ``` TypeError undefined is not...

Fixes #593 (sorta) Chrome's "Experimental Web Platform Features" flag is setting `rawValue` on these events to `readonly`, causing errors with Cleave.js when users have this enabled. I don't think this...

It'd be a nice feature to be able to change the number of spaces used to replace tab characters.

enhancement

Hi, I'm posting this issue as an indirect user of the product of your library, so sorry for any misunderstandings about how things work on my end. Long story short,...

The typings suggest that the `error` can be `null | PlaidLinkError` in the `onExit` callback. I've got bug reports from my production environment that suggest that `error` is occasionally/rarely `undefined`...

**Describe the bug** ``` EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: ``` Our...

help wanted

We have gotten several hundred errors from Android devices in our bug reporting service: ![image](https://user-images.githubusercontent.com/3213339/138961797-e694dcc0-e5c4-49fb-9bdc-8e51f08d8c0c.png) ![image](https://user-images.githubusercontent.com/3213339/138961882-7f71df26-e8df-4303-ba50-b92309882514.png) ![image](https://user-images.githubusercontent.com/3213339/138961928-73c36067-69c3-4632-a9f0-d337264fe6d6.png) From the images above, it's hard to tell if it's just older versions...

This follows a pattern I've seen in other plugins, like this from `typescript-eslint-language-service`: https://github.com/Quramy/typescript-eslint-language-service/blob/da3c201c94dd3c3a6a10f83cbbd54fae9d3db9e1/src/plugin-module-factory.ts#L9 Reasoning: When this plugin seems to be causing WebStorm some headaches (or certain versions of TS,...

**Describe the bug** I recently updated to `5.0.1` of this plugin and regular TS type checking in JetBrains WebStorm doesn't work unless I comment out the `plugin` definition in my...