Adam Hopkins

Results 25 issues of Adam Hopkins

Using a slurpy array with named parameters generates this warning: `Odd number of paired arguments for method my_method at test.pl line 10.` ``` method my_method (:$id, @args) { } ```...

Whenever I run ls, it's impossible to read the directories. ![image](https://user-images.githubusercontent.com/935847/47605117-d29ca280-d9c7-11e8-9e9d-3dddf40e3f60.png)

The documentation mentions to create the serverless mysql instance outside of your main handler. However, what if you do not know the database that you want until the request? For...

When I follow this example: ``` // Require and initialize outside of your main handler const mysql = require('serverless-mysql')({ config: { host : process.env.ENDPOINT, database : process.env.DATABASE, user : process.env.USERNAME,...

I'm getting an error when calling DescribeJobs that says that `StartedAt` is required, but it looks like it's not being returned by the AWS Batch API call. I'm not sure...

**Is your feature request related to a problem? Please describe.** This module is really useful and customizable, but it can be hard to put together the most common options that...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** On my v-select, I have clearable and searchable both false. On mobile it's frustrating to close the select, because I...

Because the code is optimized and put together, it's hard to debug locally when there are errors because it doesn't really say what file the issue is in. Is there...

NetSuite::Records::Department doesn't inherit from NetSuite::Support::Records. Because of this, it does not inherit to_record, and fails to be converted to a record when used in search: ``` { field: 'department', operator:...

It would be great if there was an option when calling `publisher.sync()` to mark items that would be deleted instead as expires some point in the future. This could be...