-
`https://www.shellcheck.net/` says:
```
You can cabal, apt, dnf, pkg or brew install it locally right now.
```
this should be
```
You can cabal, apt, dnf, pkg, brew or emerge install it l…
-
How would one write a generic function that uses `Quantity::sqrt()`?
Here is a toy example:
```rust
fn pythagoras(a: Quantity, b: Quantity) -> Quantity
where
??? ,
{
(a*a + b*b).s…
-
2020-05-26 WIP:
- **Icons** represent: Thinking, Sleeping, Eating, and "Starved"
- The white bars are the HP. Gotta change them and maybe write the number explicitly. Maybe something like "HP 89…
-
http://docs.appcelerator.com/titanium/latest/#!/api/Global-method-require says:
> Alloy
> For Alloy, place the CommonJS modules in the app/lib directory of your Alloy project, then load the module wi…
ghost updated
9 years ago
-
3.6 929 seems to break the castle lock (not the drawbridge--that issue has been fixed with the replacement script). The castle lock (to the left of the drawbridge) appears to stop opening--the balls j…
-
Currently, our event websites and funnel use a `datelocation` field to indicate the date and location of an event. This is a freeform text field that's shown as-is next to the event information
The…
-
Originally in GitLab by @DemianWright
### Summary
In some languages (in the example Finnish) it is not grammatically correct to capitalize certain nouns in the middle of sentences. In many menus Fou…
-
A continuity of [Webtrees forum's post](https://www.webtrees.net/index.php/en/forum/9-request-for-new-feature/32545-do-we-have-now-or-plans-for-a-truly-external-api). A feature request to create an AP…
-
https://stackoverflow.com/questions/5559029/quickly-switching-buffers-in-vim-normal-mode
nnoremap bb :buffers:b
it opens the :ls / :buffers command and pre-types the :b so that you just have to t…
-
...because Google no longer supports "Speech API v2".
[(Yes I actually tried.)](http://tinybrain.de/1015719)
I might have to use Google libraries (yikes).