Alec Larson

Results 407 issues of Alec Larson

Something like this: ```ts import { defineExtension } from 'zeplin-types' export default defineExtension({ /* methods go here, with types checked by `defineExtension` function */ }) ``` The `defineExtension` function just...

On macOS, `zip -r -y` does **not** synchronize deletions with an existing zip archive. You need `--filesync` or `-FS` for that behavior.

Feel free to tune these to your liking

Is there an effort being made on this project still? I'd like to see a roadmap, basically a list of features that the `http` module has that `mitol` will eventually...

Incompatible with libraries using the following options in **tsconfig.json**... - `baseUrl` - `paths` - `esModuleInterop` (if not also enabled in the consuming project) Maybe more?

documentation

When I change my local extension's code, the web app doesn't reload the extension automatically like it does in the MacOS app. How can I get it to reload? Even...

In the Web app, my extension's `layer` method (and possibly others) is called every time I hover my mouse over another layer. While in the Mac app, it's only called...

In cases where commit history is unnecessary, it'd be nice to avoid the wasted disk space. ``` dolt clone --depth 1 ``` From git docs:

enhancement

Closes #2013 This issue was caused by two things: - the `Client` wasn't using the `callback` argument that `Pool#query` passes with the `QueryStream` submittable - the `QueryStream` wasn't attaching end/error...