weakish

Results 105 issues of weakish

> Features > > Search-engine friendly How friendly is strapdown to search engine? For example, will search engine follow links in markdown?

Failed to redirect new tab to apps page (`chrome://apps/`). Maybe change `document.location.href` to `chrome.tabs.update` until [#11854](https://code.google.com/p/chromium/issues/detail?id=11854) of chromium is resolved?

How to reproduce this bug? - open PWT - open some windows - change screen resolution from, say 1024x768 to 1366x768 - windows does not occupy all the screen space,...

Instagram app allows you to specify `alt` text when uploading a photo, will instapy-cli support it?

help wanted
feature request

Add `/opt/pkg` (used by pkgsrc on Mac OS X) to possible openssl header path. > from 2015Q2 onwards the prefix has changed to `/opt/pkg` > in order to be compatible...

Some functions, e.g. due date, doesn't work on Motorola ME511 (due to its special display size).

--- src/language/ceylon.js | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 src/language/ceylon.js

Previously `gmvault sync -h` outputs: ``` -g REQ, --gmail-req REQ Gmail search request to restrict sync as defined inhtt ps://support.google.com/mail/bin/answer.py?hl=en&answe r=7190 ``` i.e. no space between `inhttps://...` This commit fix...

Previously, activation code genaration invoked a redudant `str()` conversion (`secrets.cohice(string.digits)` already returns a string). Also, secrets.choice was called six times, which is slower than just one call. I hope this...

enhancement