Sam Hulick

Results 75 issues of Sam Hulick

### What problem does this feature solve? Vue should be able to generate source maps for `` blocks. We can enable source maps today, but when an error occurs in...

disregard: Import Cost was the culprit

It would be great if we could preview our comments and issue posts before committing them.

feature request

I have an update mutation resolver with the following as its request template: ``` #set ($updates = "") #if ($ctx.args.name) #set ($updates = "$updates, name = '$ctx.args.name'") #end #if ($ctx.args.duration)...

feature-request

Someone should probably update the example code for creating a client, so it matches the TypeScript types. ```js const client = new AWSAppSyncClient( { url: appSyncConfig.graphqlEndpoint, region: appSyncConfig.region, auth: {...

The table sort icon is the opposite of what it should be (see below). Up arrow = ascending order, down arrow = descending. It might be a good idea to...

When I upgrade `@nuxtjs/eslint-config-typescript` to 10.0.0, I see this error in VS Code: Relevant config: ```js env: { browser: true, es2021: true, node: true, }, extends: [ 'eslint:recommended', 'plugin:vue/vue3-recommended', '@vue/typescript/recommended',...

My production build is a bit heavy: ``` Chunk Names static/fonts/element-icons.6f0a763.ttf 11 kB [emitted] static/js/vendor.dd83b1b8e4fd1abaaa41.js 3.19 MB 0 [emitted] [big] vendor ``` What's the best way to tell which 3rd...

enhancement
help wanted

https://github.com/linkedin/hopscotch/blob/master/src/js/hopscotch.js Just curious, why is the entire codebase in a single file? This makes it a bit challenging for people to contribute.

### Expected Behavior If I make mistakes in my own code (within the event callbacks), I'd expect to see an error in my console. ### Actual Behavior I see no...