text
Here are 1,927 public repositories matching this topic...
Description
There is a readme for the repo metrics subfolder under tools. It needs general review to make sure it is accurate.
Other Comments
Principles of NLP Documentation
Each landing page at the folder level should have a ReadMe which explains -
○ Summary of what this folder offers.
○ Why and how it benefits users
○ As applicable - Documentation of using it, brief d
-
Updated
Apr 7, 2019 - JavaScript
-
Updated
Dec 9, 2019 - Python
-
Updated
Jan 30, 2020 - JavaScript
We should add something to the readme describing the new feature added in Rightpoint/BonMot#361. @ndonald2 if you have a use case in mind, I’d love to see it documented in the readme and/or sample app.
-
Updated
Jan 2, 2020 - JavaScript
-
Updated
Mar 6, 2020 - Swift
-
Updated
Aug 28, 2017 - JavaScript
Due to the 2GB contiguous block allocation limitation of 32 bit systems, this line:
https://github.com/readbeyond/aeneas/blob/master/aeneas/audiofile.py#L447
might throw a MemoryError, causing an "unexpected exception".
We should:
- catch it and log a meaningful error
- document this limitation somewhere
-
Updated
Oct 1, 2018 - Java
-
Updated
Feb 27, 2020 - Java
Since this is a tool that people should use to build upon, we should have better docblocks to describe more advanced usages of API's.
Plus, I LOVE ASCII art.
-
Updated
Jul 28, 2019 - Kotlin
I noticed that you used image height param format as the font size.
https://github.com/Belval/TextRecognitionDataGenerator/blob/33d8985521645280e102987e773bf1e424a045df/TextRecognitionDataGenerator/computer_text_generator.py#L14
In my test, image_font = ImageFont.truetype(font=font_size=500), no error was reported, but it was time consuming.
So I am confused, why set format, font_size
I decided to use Left for a personal writing project, and I'm very much liking it. One thing I noticed is that the first auto-complete word when typing 'w' is 'wwaft', which, judging by the placement and relevant synonyms, is supposed to be 'waft'. I've decided to go through and see what words might be misspelled, and make my own fork with an updated (And possibly expanded?) synonym list. Good wor
Documentation issue
I'd write this, but I feel like someone with more server admin experience would be more qualified. Some quick and dirty instructions for operating the server as stably as possible; taking into account things like:
- System service execution of a virtualenv containing evennia
- Database maintenance
- Memory maintenance / ulimits / server reboot schedule
- Misc error
Prerequisites
- Put an
Xbetween the brackets on this line if you have done all of the following:- read our Wiki;
- read the entire Known issues section;
- checked that my feature request isn't already [filled](https://github.com/RedMadRobot/input-mask-a
I try to read the codes but in this file, I see some difference between function arguments and doc:
/**
* # Splitting.split
* Split an element's textContent into individual elements
* @param el {Node} Element to split
* @param key {string}
* @param splitOn {string}
* @param includeSpace {boolean}
* @returns {HTMLElement[]}
*/and the function arguments :
https://gi
-
Updated
Jan 23, 2020
-
Updated
Jan 31, 2020 - TypeScript
-
Updated
Jan 28, 2020 - Dart
Add CHANGELOG.md
Please, now it's really hard to realise what has changed between versions.
Thanks for the package btw! Using it at Trustroots.
We should have like an information or about tab in the settings that lists:
- uTox verison
- Toxcore version
- Operating system
- Description of uTox (maybe)
Anything else you think should be in there?
The documentation of the nudge options does not specify the units of these values. It would help new users to clarify this.
They are probably in the same units as the data values for these axes? But they might’ve been relative units for the plotted axis (e.g. 0.5 would nudge the position by half of the axis length), or even absolute units for the plot (like the units for many of the other opti
Improve this page
Add a description, image, and links to the text topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the text topic, visit your repo's landing page and select "manage topics."

Problem
When using git-history with a base repo url you get the startpage of githistory.xyz which isn't very useful by itself.
I'd suggest redirecting to the RegEx:
(?i)readme(\.md|\.rst|\.txt)?file on the master branch.Example
https://github.githistory.xyz/babel/babel/
--> https://github.githistory.xyz/babel/babel/blob/master/README.md
equally with gitlab:
<https://gitlab