Sam Hulick

Results 75 issues of Sam Hulick

**Describe the bug** Calling `S3Control.createJob()` results in an internal error (see below). **SDK version number** 3.0.0 **Is the issue in the browser/Node.js/ReactNative?** Node.js **Details of the browser/Node.js/ReactNative version** v12.18.3 **To...

bug

"Go to definition" seems to just peek at the file. ![default](https://user-images.githubusercontent.com/12532733/31298792-5c6e1472-aab1-11e7-89d7-8c8858749c3c.gif)

I've just upgraded from Serverless Framework v2 to v3. Now I'm unable to deploy our Nuxt app (see video below). Is this plugin not compatible with Serverless v3? https://user-images.githubusercontent.com/12532733/160471535-0ed2f564-c677-4de9-a9ba-cc388ecf5b99.mp4

Hi, Our deploy process is suddenly failing, with no changes made on our end. Running `SLS_DEBUG=1 sls deploy --stage prod`, this is the last bit of the output: ``` Serverless:...

S3 buckets behind a CDN don't need public read access at all. So when I try to deploy to my S3 bucket, I get "access denied" because the putObject call...

Source map support seems to be an afterthought in so many JS frameworks, ranging from completely nonexistent to partially implemented. Nuxt 3 has the opportunity to set the bar high...

enhancement
discussion
3.x

In our Astro SST app, we're using `Astro.clientAddress` and passing that to MaxMind's API to fetch geo info. However: ```json { "errorType": "ClientAddressNotAvailable", "errorMessage": "`Astro.clientAddress` is not available in the...

The README shows a few examples, e.g.: ```js const account = new AdAccount('act_'); console.log(account.id) // fields can be accessed as properties account .createCampaign( [Campaign.Fields.Id], { [Campaign.Fields.name]: 'Page likes campaign', //...

Taking a different approach this time. The updated shebang (to `#!/usr/bin/env bash`) will ensure better portability, to start. There will also be some conditionals to use different commands/options, where necessary.

Per https://github.com/katspaugh/wavesurfer.js/discussions/3405, it would be great to have a `setScroll` method (counterpart to `getScroll`), to be able to programmatically set the scroll position. I'll likely work on this. Feel free...

enhancement