-
Updated
Jun 1, 2020 - Java
verify
Here are 325 public repositories matching this topic...
-
Updated
Nov 7, 2018 - JavaScript
-
Updated
Apr 26, 2020 - Java
UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 742): UnableToResolveError: Unable to resolve module prop-types from /home/********/Downloads/react-native-phone-verification-master/example/node_modules/react-native-emoji/index
-
Updated
May 6, 2020 - Swift
-
Updated
Feb 3, 2020 - Java
-
Updated
Jun 8, 2020 - Ruby
-
Updated
Nov 24, 2019 - Python
I have documentation that looks like this
{-| Start creating a codec for a record.
type alias Point =
{ x : Int
, y : Int
}
pointCodec : Codec Point
pointCodec =
Codec.object Point
-- Note that adding, removing, or reordering fields will prevent you from decoding any data you've previously encoded.
|> Codec.-
Updated
Sep 30, 2019 - PHP
-
Updated
Jun 18, 2018 - PowerShell
-
Updated
Apr 28, 2020 - PHP
-
Updated
Jun 9, 2020 - C#
-
Updated
Jan 29, 2018 - PowerShell
-
Updated
Feb 27, 2020 - Go
-
Updated
Apr 28, 2020 - JavaScript
-
Updated
Jun 8, 2020 - Java
-
Updated
Jan 17, 2020 - Java
-
Updated
Jun 16, 2019 - JavaScript
-
Updated
May 2, 2020 - PowerShell
-
Updated
May 27, 2020 - JavaScript
Check if the current environment is Internet Explorer.
Update README.md: under is > Environment
It would be great if we could upload using an external programmer, like in the Arduino IDE. I can see in arduino-upload.coffee that you have already implemented some aspects of port selection. I would change it myself but my CoffeeScript knowledge is pretty rusty and I can't for the life of me figure out how to add another command that sets the port to 'PROGRAMMER'.
Improve this page
Add a description, image, and links to the verify topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the verify topic, visit your repo's landing page and select "manage topics."

Perhaps you could add a word in the README file for saying that asciidoctor format is supported as well? (And what else?)
Also, apparently there’s no support for recurse option in awesome_bot but I was able to make it work with
find -name "*.adoc" -print0 | xargs -0 awesome_botin the .travis.yml file. Perhaps this would also deserve mention in the doc.