Spence

Results 4 issues of Spence

Following #7665, I've added a keymap to quickly hide and show gutter line numbers. `ctrl-l` and `cmd-l` were taken, so I've bound it to `cmd-;`. https://github.com/zed-industries/zed/assets/138762/365d2a7c-b775-4486-8389-edafe59b2a87

cla-signed

``` bash >>> import datetime >>> import dateutil >>> dt_str = datetime.datetime(2014, 1, 1, 13).strftime('%p %-I:%M') # 'PM 1:00' >>> dateutil.parser.parse(dt_str) Traceback (most recent call last): File "", line 1,...

Awesome library! Found you via https://github.com/automerge/automerge/issues/89#issuecomment-1157732673 and this looks a lot closer to what I'm looking for. I'm curious how difficult it would be to extend this library to include...

When using `swc_common` with `feature = ["concurrent"]`, `deno_ast` fails to compile. ``` error[E0277]: `Rc` cannot be sent between threads safely --> .../deno_ast-0.38.2/src/transpiling/mod.rs:324:46 | 324 | impl crate::swc::common::errors::Emitter for DiagnosticCollector {...