-
Inputs:
Cough = Yes
Recurrent wheeze=No
danger signs= No
-
```
The attribute test in line 131 of getSelectedPage
if (... child.getAttribute("selected") == "true")
is a bit too restrictive. It would be preferable if it accepted any truthy
value. At the v…
-
```
The attribute test in line 131 of getSelectedPage
if (... child.getAttribute("selected") == "true")
is a bit too restrictive. It would be preferable if it accepted any truthy
value. At the v…
-
Does kickstart have a recommendation or helpers for dealing with sensitive data? If not, should it?
I suggest to use gpg, like this:
```
gpg --symmetric --cipher-algo aes256 id_rsa
```
And then dec…
-
Cough 'em up!
rking updated
10 years ago
-
[react-device-detect](https://www.npmjs.com/package/react-device-detect) is a potential way of determining whether or not we are on a mobile device, tablet, or desktop, giving us better control over w…
-
It's a good idea for mods to declare all of their dependencies (in @ Mod) so that people not paying attention to the Curse metadata (cough, cough) aren't confused by random crash errors, and are inste…
-
I don't think this is a bug that many people get, however I love using auto-clickers. They're fun as hell. (*Cough* doors *Cough*). But whenever fast clicking or auto clicking the mouse cursor shows …
-
Contribution from @learnercat
## Translations of prescriptions for Upper Respiratory Tract Infection (URTI) Medication
### DEXTROMETHOPHAN COUGH SYRUP
> Take 10ml 3 times a day when required…
-
Highlighting all errors the same way makes sense from a UI perspective (*cough* #691 *cough*), but it makes the tests weaker: when a test checks that an alias is highlighted as `unknown-token`, it can…