Stephen Solka

Results 46 issues of Stephen Solka

if I am onboarding markdown content into my vault id like to be able to link up every block. right now i have to click the grey circle and click...

I'd like a command to find and jump to the first known definition. Rather than having to jj down to the line then o to open.

https://vim.fandom.com/wiki/Go_to_definition_using_g Is there a way to plug into the default vim bindings?

```bash ~ $(go env GOPATH)/bin/gospider -s "https://dietcig.bandcamp.com/" -B --debug -v [0000] INFO Start crawling: https://dietcig.bandcamp.com/ [subdomains] - dietcig.bandcamp.com [url] - [code-200] - https://dietcig.bandcamp.com/ [form] - https://dietcig.bandcamp.com/ [javascript] - https://s4.bcbits.com/bundle/bundle/1/global_head-243a7059b280df57aee82a3092d1b787.js [javascript]...

https://github.com/github/super-linter Looking to have a red green check on pull requests

#### Expected behavior all of steem's dependencies are resolvable. #### Actual behavior ``` [1/4] Resolving packages... error An unexpected error occurred: "Couldn't find package \"@steemit/rpc-auth@^1.1.0\" required by \"steem@^0.7.1\" on the...

The type on this function assumes the param callSignature can never be undefined. https://github.com/styleguidist/react-docgen-typescript/blob/f8556be6beeafb95d0afec4be27daebd12a24626/src/parser.ts#L526-L527 But you can see in the implementation of getCallSignature its grabbing the 0th index out of...

I have a directed graph and I want to find the shortest path between two points ignoring direction. It seems I can compute the length of that path but no...

enhancement
library

``` ➜ cache-proxy-service node index.js Example app listening on port 8080! TypeError: (options.buffer || req).pipe is not a function at Array.stream (/home/stephen/dev/cache-proxy-service/node_modules/http-proxy/lib/http-proxy/passes/web-incoming.js:161:29) at ProxyServer. (/home/stephen/dev/cache-proxy-service/node_modules/http-proxy/lib/http-proxy/index.js:80:21) at redis.get.then (/home/stephen/dev/cache-proxy-service/index.js:31:13) at tryCatcher...