tags
Here are 702 public repositories matching this topic...
Issue
In v7.1.0:
When you declare a custom file in bumpFiles standard-version will no longer update normal package.json, composer.json, lockfiles, etc. declared in the defaults.
This is fine (I don't think this is a bug because maybe you don't want it to bother with the defaults), but I think it should be mentioned in the documentation that when you do declare bumpFiles in your c
-
Updated
Jan 4, 2020 - Objective-C
The README and provided example has:
let suggestions = states().filter((state) => {
return state.name.toLowerCase().slice(0, inputLength) === inputValue
})I think it should be something equivalent to:
const suggestions = states().filter(
state =>
inputLength > 0 &&
state.name.toLowerCase().slice(0, inputLength) === inputValue
)Otherwise the sug
Steps to reproduce:
- Here's my code below:
<MentionsInput singlieLine={false} value={description.value} onChange ={this.handleChangeStoryDescription}> <Mention trigger="@" data={ this.fetchUsers } /> </MentionsInput> - in the fetchUsers call, I have the following:
`fetchUser
-
Updated
Mar 26, 2020 - Kotlin
-
Updated
Jun 18, 2020 - Swift
-
Updated
Jul 2, 2020 - JavaScript
Current behavior
I type text and press down arrow. It selects first item and after few seconds refresh dropdown list. I select item again.
Expected behavior
It shouldn't refresh list when I press arrow button.
Minimal reproduction of the problem with instructions (if applicable)
Examples from your demo (https://angular-mfppay.stackblitz.io): "Tags within an autocomplet
My Contact list is filled with "contacts" like this:
They are imported from replies in github repos and other forums, which send a mail like that to notify on new messages.
It would be nice to have a way to not import them, maybe ignoring them with a regex or s
How can I include special characters in my mention?
The mention format I want is as follows:
@한글(Hangle) 입니다.
I want to know how.
Wrong Song
I go to download a song from Spotify, but when I download it, it's a completely different song. The song is not the one I wanted to download once it comes out into the folder, it's completely different.
With this propadd-on-key="[13,9]" I can add tags from my autocomplete dropdown with a tab press. The behavior itself works as expected, I can arrow-down to an item or mouse hover and press tab to insert the tab. It correctly keeps the focus within the tabs-input, however the autocomplete window no long opens until you blur and re-focus manually.
Version 2.1.0
Example
[http://jsfiddle.
-
Updated
Mar 14, 2020 - JavaScript
When adding a custom label if you pass in a hex #e3e3e3 it will tell you that the label was created but it actually does not. It will only create the label if you pass in e3e3e3 without the #.
-
Updated
May 22, 2020 - JavaScript
Using the AWS CLI illustrates how useful that would be, as it's basically impossible to discover how to use it unless you already know exactly what you're looking for. Something like a --help[=<foo>] would be excellent.
It seems like it could be used for backups, but how does it work in detail? Won't it blow up exponentially if I have lots of files? How can I restore such an export in case of disk failure?
-
Updated
Dec 30, 2019 - JavaScript
Improve this page
Add a description, image, and links to the tags topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tags topic, visit your repo's landing page and select "manage topics."

Mailpile should automatically stop trying to re-check a mailbox/folder which has been deleted from the source/server.
This should be done in such a way that if the mailbox reappears, polling starts again. This should be relatively straightforward, mostly we need to make sure that each individual mailbox type communicates clearly that it's "gone" (not just temporarily unavailable) and the master