-
Updated
May 30, 2020
unicorns
Here are 68 public repositories matching this topic...
The BSDs let you pass path names longer than sizeof(s.sun_path), they read past the end when socklen > sizeof(struct sockaddr_un) up to a limit1. Let's support that.
1 I'm 80% sure it's 255 on all BSDs but it certainly is on Darwin and FreeBSD.
-
Updated
Apr 13, 2020 - JavaScript
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
Apr 19, 2020
-
Updated
Aug 5, 2019 - TeX
It's not recommended to use document.cookie directly as it's easy to get the string wrong. See sindresorhus/eslint-plugin-unicorn#299 and https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie Instead, the user should use a cookie library.
I guess we should only prevent setting document.cookie? There might be valid reasons to read it?
-
Updated
Aug 31, 2018 - JavaScript
-
Updated
May 13, 2020
-
Updated
May 14, 2020 - CSS
-
Updated
Aug 29, 2019 - JavaScript
-
Updated
Oct 29, 2018
-
Updated
Jul 8, 2019
-
Updated
Mar 26, 2019 - Swift
-
Updated
Jul 16, 2017 - JavaScript
-
Updated
May 23, 2020 - JavaScript
-
Updated
May 18, 2020 - C
-
Updated
Oct 11, 2019 - TeX
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
Oct 2, 2018 - CSS
It would be useful for the case workers to be able to see a log of the progress in a case file.
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."
Spurred by conversation in avajs/ava#2449 and avajs/ava#1485 we'd like for our assertions to return booleans.
truewhen they pass,falsewhen they fail. This does not apply to thethrows()andthrowsAsync()assertions.Failing assertions will fail the test, but do not throw exceptions. This means your test does not stop executing. Usua