-
(async () => {
let n = document.createElement('iframe');
document.body.append(n);
window.alert = n.contentWindow.alert.bind(window);
window.prompt = n.contentWindow.prompt.bind(window)…
-
Followup from https://twitter.com/BrandonPhilips/status/1158428113283379200
From FAQ:
> Q: Why not use GPG keys or other public key signing?
> A: This is complimentary to public key signing! Pub…
lucab updated
5 years ago
-
> On screen readers other than VoiceOver, the A and H keys for annotating and highlighting respectively do not work without entering passthrough mode. This is not an ideal user experience and not obvi…
-
See this article
http://recipes.sinatrarb.com/p/middleware/twitter_authentication_with_omniauth
"Note that we used the CONSUMER_KEY and CONSUMER_SECRET environment variables. This is because it'…
-
Hi,
If it matters, I had bought and used this software for years before it was open source.
I am running El Cap 10.11.4 on a MacBook Pro and trying to download using Chrome. The download appears to…
-
When i try to run very basic example given in the readme doc, i am facing invalid hook call error.
My code is:
```
import { useEffect } from "react";
import { Text, View } from "react-nativ…
-
While to trying to verify my twitter identity with option "Tweet privacy / Protect my Tweets" is active, keybase couldn't verify the tweeted msg until I unset the setting from: https://twitter.com/set…
-
Currently the `infer_screen_name` and `infer_id` methods in M3Twitter accept one screen-name/id and call the Twitter API to get information for that single user. This is inefficient since the endpoint…
-
**Github username:** @dontonka
**Twitter username:** 0xDontonka
**Submission hash (on-chain):** 0x16e69d228a69ff099a200fd6f9f38bf32ae518f71e3f4bddce1dd3e365e4d6b4
**Severity:** high
**Description:**…
-
Hi,
I try to extract entries from a tfidf-SequenceFile which I created with seq2sparse. I can read and extract the content but I need to create a new SequenceFile with the entries I extracted. The val…