Michael Bolin

Results 47 issues of Michael Bolin

Currently, this check is hardcoded for the `numeric` keyboard type: ``` if (screenY === height || this.props.keyboardType !== 'numeric') { bottom = -81; } else { bottom = endCoordinates.height -...

I was able to build cmark-gfm for WebAssembly. Here is the branch in my fork where I have been doing this development: https://github.com/bolinfest/cmark-gfm/commits/wasm-demo and here is a basic demo: http://bolinfest.com/gfm/...

Using the [Mercurial docs](https://www.mercurial-scm.org/doc/hgrc.5.html), I was able to define a `sync` alias as follows: ```ini [alias] sync=!$HG pull && $HG rebase -r "draft()" -d master ``` Based on this: https://github.com/facebook/sapling/blob/78bd513eaa980318469e80b5b15ea4f63af2d2ae/eden/scm/sapling/commands/debugrunshell.py#L26...

I seem to get this sometimes when `sl web` is left open for awhile: If it helps, here is the stacktrace in the screenshot as text: ``` hv@http://localhost:3011/assets/index-CWjOcJW0.js:1621:9388 KH@http://localhost:3011/assets/index-CWjOcJW0.js:1634:3583 Sy@http://localhost:3011/assets/index-CWjOcJW0.js:38:19540...

AFAICT, the `ChatRequestHandler` you can register via `vscode.chat.createChatParticipant()` creates a chatbot that "only speaks when spoken to." That is, even if I retain the `vscode.ChatResponseStream` that is passed to my...

triage-needed

Unfortunately, I don't know how to best do separate PRs for stacked commits, so this builds on top of https://github.com/bazelbuild/buildifier/pull/35.

Introduce a new flag, `-indent`, that can be used to specify the width of the indent in spaces when autoformatting. The default value is 4.