Evan Sangaline

Results 34 issues of Evan Sangaline

GooglePlusBot was originally used to generate link previews on Google Plus, but is now used for other use-cases like generating previews for links in SMS messages on Android (see fnando/browser#515...

This adds a new Webhooks client that can be used to manage webhook settings and subscriptions using the [Hubspot Webhooks API](https://developers.hubspot.com/docs/api/webhooks). This API has different requirements from the other API...

The main change here is restructuring the repo so that the library is in the root of the project and the demo app is in a subdirectory. This allows the...

I'm trying to install PySixel in a Python 3.7.3 environment with Cython 0.29.7 using pip. I get the following error during compilation: ``` [EnvCommandError] Command ['python', '-m', 'pip', 'install', '--no-deps',...

This addresses the issue in #296. Connecting to `0.0.0.0` only works on Linux, it results in `PROXY_TO_PROXY_SOCKET_ERROR on : Error: connect ECONNREFUSED` errors on MacOS and Windows. There's some discussion...

In i3, I find it extremely useful to be able to rename workspaces. It's helpful to add some human-readable metadata to the workspace numbers describing the focus of the workspace....

feature-proposal
triaged

### What Operating System(s) are you seeing this problem on? macOS ### Which Wayland compositor or X11 Window manager(s) are you using? Using aerospace for window management. ### WezTerm version...

bug

I'm initializing Segment and PostHog like so: ```typescript import { AnalyticsBrowser } from '@segment/analytics-next'; import posthog from 'posthog-js'; // Initialize Segment. const analytics = AnalyticsBrowser.load({ writeKey: segmentKey, }); // Initialize...

This integrates Vercel's [Pkg](https://github.com/vercel/pkg/) tool into the project for building single file executables of the CLI for distribution. There are arm and x86 builds for linux, macos, and windows now,...

There's a fair bit of duplicate code that can be eliminated between the two. The most complicated part of this is moving more logging into the client and utility functions.