Sam Hulick

Results 74 issues of Sam Hulick

I have this in `package.json`: ```json "repository": { "type": "git", "url": "git+https://github.com/abc/xyz.git" }, ``` And yet when I run `changelog` in the project dir, I get: >changelog The module's owner...

I came from the old `language-babel` package, hoping this new one would be better. I'm still having issues with very trivial code formatting: ![licecap](https://cloud.githubusercontent.com/assets/12532733/20160918/a1dd2e7e-a69f-11e6-8900-2b6d4c5fc1c3.gif) But I can't just disable the...

Switched to the new v3 SDK

Has anyone else noticed your stack traces don't seem to go back as far as they should when there's a SQL error? ``` "stack": [ "BadRequestException: Number of characters in...

This is more of an open question for anyone browsing through the issues: Has anyone ever gotten this error? ` Transaction AUVtEbv4kJqX55ZqZnh3keyazlAoT31Or4etT6xwIDzUW9rXPitoPRnz2nXYtLXBrvrR/O11yevkSDOYZpx1v8ezMAzq/SwaJVL6rF93qZFHpGBYTLlPMZpvDcYZRqDfR5nDB38ZHQLKnvz/76tsJcxEaDnprz9jNbo1gNpmtGCzQDJfqKTNehx6hun57KCuFkqHjxO8pTrd is not found ` It's a one-off error;...

### Expected behaviour Player loads with no issues. ### Actual behaviour I'm seeing an error that I can't replicate locally and I can't replicate in CodePen. This happens only with...

Could the Vue PWA template take a page from `create-react-app`? https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/src/registerServiceWorker.js#L60-L64

This is a super weird one I encountered while building my app. I noticed when I was logging out and being redirected from `/tracks` to `/login`, the `Tracks` view's `created()`...

## Description This PR changes the FA->MDI alias so the warning icon looks more like the one used in the MD icon set. ## Motivation and Context The existing FA...

I have a Vue project with TypeScript, and just with this code block I'm getting a type error: ``` Argument of type 'PluginFunction' is not assignable to parameter of type...

bug