rklec

Results 33 issues of rklec

**Is your feature request related to a problem? Please describe.** Similar to https://github.com/tlvince/eslint-plugin-jasmine/issues/350 it would be good to force the proper syntax `.not.toHaveBeenCalled();` instead of `toHaveBeenCalledTimes(0)`. **Describe the solution you'd...

enhancement

**Is your feature request related to a problem? Please describe.** Incorrect code should be: ```js expect(value).toBe(null); expect(value).toBe(null, 'with an explanation'); ``` **Describe the solution you'd like** It should sugest a...

enhancement

## Description Copyright year update. Provided this PR is merged there was a change this year at least. 🙃

**Is your feature request related to a problem? Please describe.** Usually you can write code like this: ```js expect(mySpy).toHaveBeenCalledTimes(1); expect(mySpy).toHaveBeenCalledWith('foo'); ``` **Describe the solution you'd like** I want a warning...

enhancement

This plugin only highlights intended code blocks. See also https://github.com/svivian/q2a-markdown-editor/issues/19 ![grafik](https://user-images.githubusercontent.com/71322635/95207268-fb4e8900-07e7-11eb-8608-3ea3d6345d5f.png) Code: ````md Example code: var test = "string"; var test = "string" + 1 + obj.goReady(); Other: ``` var...

Can we get an integrated function to ask the user before leaving a page? Plugins like https://github.com/q2apro/q2apro-warn-on-leave do not work, because they are editor-specific/need to be aware of the editor....

## Log ``` ClearLocalMessageHistoryAction#[email protected] (com.github.lppedd.cc.vcs.ClearLocalMessageHistoryAction), actionId=cc.vcs.clearLocalMessageHistory, text='Clear Message History' java.lang.IllegalArgumentException: Requested element count -1 is less than zero. at kotlin.sequences.SequencesKt___SequencesKt.take(_Sequences.kt:557) at com.github.lppedd.cc.vcs.InternalRecentCommitsService.parseMessage(InternalRecentCommitsService.kt:125) at com.github.lppedd.cc.vcs.InternalRecentCommitsService.updateCachedTokens(InternalRecentCommitsService.kt:74) at com.github.lppedd.cc.vcs.InternalRecentCommitsService.(InternalRecentCommitsService.kt:41) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at...

Support for text formatting of the input data, e.g. newlines, bold or italic/underline would be very useful. The syntax for the input data could be similar to Markdown.

As far as I see this here supports a special syntax for template parsing and has some features to add and remove text/document content parts. Now They also support a...

I wanted to make a task out of a Pluralsight title course, but this course contained the word `C#` which caused it to interpret everything following the hashtag as a...

bug
help wanted