I hereby claim:
- I am kjk on github.
- I am kjksf (https://keybase.io/kjksf) on keybase.
- I have a public key ASAdCRkKmAhWMJJsU_q76BM_JyYK5-MZMrwrr6qTOk3WEwo
To claim this, I am signing this object:
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "log" | |
| "os" | |
| "runtime/debug" | |
| "runtime/pprof" | |
| "strconv" |
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "log" | |
| "os" | |
| "runtime/pprof" | |
| "strconv" | |
| "sync" |
| const puppeteer = require("puppeteer"); | |
| let waitTime = 5 * 1000; | |
| async function testAjax() { | |
| const url = "https://www.notion.so/Test-page-all-c969c9455d7c4dd79c7f860f3ace6429" | |
| const browser = await puppeteer.launch(); | |
| const page = await browser.newPage(); | |
| await page.setRequestInterception(true); | |
| // those we don't want to log because they are not important |
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "reflect" | |
| ) | |
| type S struct { | |
| N int |
| package main | |
| import ( | |
| "bytes" | |
| "fmt" | |
| "io/ioutil" | |
| "strings" | |
| ) | |
| /* |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "net/url" | |
| "time" | |
| "github.com/chromedp/cdproto/cdp" | |
| "github.com/chromedp/chromedp" |
| package main | |
| import ( | |
| "bytes" | |
| "fmt" | |
| "github.com/yuin/goldmark" | |
| "github.com/yuin/goldmark/extension" | |
| ) | |
| func main() { |
| fz_add_text => fz_add_text_span | |
| removed symbols from libmupdf.def: | |
| fz_analyze_text | |
| fz_keep_transfer_function | |
| fz_drop_transfer_function | |
| fz_apply_transfer_function | |
| fz_buffer_cat | |
| fz_buffer_printf | |
| fz_buffer_vprintf |