-
Updated
Jun 15, 2020 - C++
rename
Here are 220 public repositories matching this topic...
-
Updated
Apr 23, 2020 - Rust
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
May 28, 2020 - JavaScript
Considering this project has been around for over a decade and I don't see people's need for the functionality changing anytime soon, I think it makes a lot of sense for us to document the code for future maintainers.
I think at the very least we should focus on documenting any changes with basic code comments going forwards. [I added some basic method comments](https://github.com/JoeBiellik/tv
-
Updated
May 2, 2020 - Go
-
Updated
Jun 8, 2020 - C++
-
Updated
May 12, 2020 - TypeScript
Unclear instructions
Hi, the instructions for this plugin aren't clear. I'm not sure what an "Order Number" is and what format that field takes. Also not sure why it just has a "|" character in it?
Also does the plugin let me specify the name to give all the artboards in addition to how to number them? Or can it only reformat the case of the existing names?
-s/*options should produce warning to avoid confusion when they are ineffective (passing multiple times).- same goes for other non-overloadable options.
-
Updated
Nov 19, 2019 - Python
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
Jan 28, 2020 - JavaScript
-
Updated
Mar 12, 2018 - Ruby
-
Updated
May 12, 2020 - TypeScript
A yacc grammar may have the following
%union {
int integer;
}
%type <integer> rule
The integer is a field in the semantic stack, and the %type indicates that the listed rule "returns" that field.
c-xrefactory doesn't understand the %type declaration so a rename of the field will miss that occurrence.
-
Updated
May 28, 2020 - JavaScript
Improve this page
Add a description, image, and links to the rename topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rename topic, visit your repo's landing page and select "manage topics."
react-native": "0.51.0"
[email protected]
After running command:
react-native-rename "proejctName"or
react-native-rename "projectName" -b com.junedomingo.travelappthen when I do pod install under iOS folder it says:
projectName.xcodeproj/project.pbxprojdoesn't exist.`