-
Currently, the `github` field is optional for examples, but the downstream effect of this is that WRITEME omits the example from the README, which is not intentional.
For the root repo (possibly un…
-
When an example has no snippet tags in the first excerpt, it is quietly omitted from the README.
For example, in this Java metadata, the first excerpt is only a `description`, which is valid. WRITEME…
-
The 9spock project server implements union/stacked support. We can port this code to SpockFS uWSGI plugin.
The rule to follow is that the last item in the chain is the writable one:
```
---spockfs-…
unbit updated
7 years ago
-
`fs.write()` escaping the string while writing into the file:
```ruby
num fp = fs.open('ignored/writeme.txt', 'w')
fs.write(fp, 'You wrote me!\n')
fs.close(fp)
```
Contents of `ignored/write…
-
https://github.com/hpbl/WRITEME/blob/master/API/dataProvider/Provider.py
-
-
As an Ailly user, I want to identify some conventions and areas of consistency that I want the tool to use in replying to my prompts.
A few examples specific to a hypothetical SDK examples team:
…
-
Once a language is selected, the "Supported Languages" section disappears, and the text above it changes to the number of repos queried:
It would be nice if we made the number of repos (in this c…
-
Each grouping of sections (type) has a short description on the homepage. It would be nice to show that description again when the user is picking the sections on the composer.
Possible solutio…
-
Once the user presses the download button, we generate a README.md file with the sections he selected. For each section there is a comment containing a link to an example of that section.
This gene…