Joakim Hedlund

Results 11 issues of Joakim Hedlund

I converted a route to Typescript and things went 💥 Turns out the type definition for the logger methods only expects a string. ![](https://i.imgur.com/3yD8KMd.png) This PR makes it behave in...

When using a base path, the `/` route doesn't seem to run middleware properly. I wrote a failing test case using CORS as an example to illustrate: ```js it('Middleware runs...

In a scenario where you use a base path and define a set of routes using `api.register()` without a prefix it will work... once. If you copy that `api.register()` line...

_np_ doesn't resolve the full URL when `package.json` contains `"repository": "github:foo/bar"`. ## Description According to the [npm documentation](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#repository) you should be able to use shorthand references to repos on the...

bug
help wanted
good first issue

The `DistributionConfig` property on [AWS::CloudFront::Distribution](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-distribution.html#aws-resource-cloudfront-distribution-properties) ends its description with an ambiguous phrasing that leaves me unsure whether it is telling me as a reader to send a request or if...

**Note: what to raise a request for unknown/new or required field or resource, then raise a PR**. #68 and #62 are good examples of updating a schema definition. It should...

Silently swallows glob patterns that match 0 files when the pattern is used for ignoring the file. Fixes https://github.com/import-js/eslint-plugin-import/issues/2128 **PR checklist** - [ ] `write tests` - I'm not familiar...

Adds support for domains managed by [DigitalOcean](https://digitalocean.com). I'm not a particularly experienced Go author but I used the CloudFlare provider as a template so I'm hoping I didn't violate any...

Some of the references in the README didn't seem to be up-to-date with 1.1.0 :)

Heya, As a newbie to React I'm struggling with understanding how I would subscribe to changes in the `items` array in a clean manner so that I can persist it...