unicorns
Here are 66 public repositories matching this topic...
Doc about endpoint testing states:
If you start your server using a test.before() hook you should make sure to execute your tests serially
This is not clear to me why is better to have tests in serial in that case. Anyone can explain me?
VS 2019
Currently fkill-cli is only listing 4 processes, but the screen can be much larger. Any reason to only list 4 lines?
Since ESLint doesn't let us disable auto-fix for individual rules, and the capitalized-comments rule, while useful, can be annoying in editors when "auto-fix on save" is enabled.
-
Updated
Mar 9, 2020
-
Updated
Mar 8, 2020 - TeX
A better example may help. Because it's not 1:1
const _hex = '0054006100640061007300680069'
_hex.substr(0, 4) // "0054"
_hex.substr(4, 4) // "0061"
_hex.slice(0, 4) // "0054"
_hex.slice(4, 4) // ""
// fixed
_hex.slice(4, 8) // "0061"-
Updated
Mar 7, 2020 - JavaScript
-
Updated
Mar 2, 2020
-
Updated
Mar 5, 2020 - CSS
-
Updated
Mar 3, 2020 - JavaScript
-
Updated
Feb 16, 2020
-
Updated
Mar 4, 2020
-
Updated
Jan 30, 2020 - Swift
-
Updated
Jul 15, 2019 - JavaScript
-
Updated
Feb 22, 2019 - JavaScript
-
Updated
Sep 5, 2019 - C
New feature: names
Summary
Acceptance criteria
- As a user of the Cryptozoologist gem, I can call the method
Cryptozoologist.nameand be provided with a string that uses the internal dictionaries (of your choice) to make a person's name (Petunia Pygmy Puff,Samaria Aquamarine,Akari Jumpsuit)
-
Updated
Jan 24, 2020 - CSS
-
Updated
Mar 8, 2020 - TeX
Axiona should be tailored to the specific clients using it.
They should be able to have their own branding on the application.
We should have a discreet (in the bottom) banner with our logo, for every page.
This starts with the setup script when they deploy.
- Add field for upload of logo, which will replace the Axiona logo on top.
- Have user pick their own colours for themes.
Improve this page
Add a description, image, and links to the unicorns topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unicorns topic, visit your repo's landing page and select "manage topics."
sindresorhus/awesome#1394 went stale. Would be nice to finish it at some point. However, awesome-lint could probably be made better first.