Aubrey

Results 25 comments of Aubrey

@fakharak I had this same problem (also using docker). I was getting an nginx 404 on the swagger-ui assets (i.e. blank screen). It came down to the used nginx image...

@profnandaa You should __not__ mirror own types to TD.. TD started as a repo of libraries that had no types. (read npm packages without types). It is not "the repo...

> About this issue itself: it would be great if others could comment whether they observe the same behavior? @ltalirz Yeah we have this all the time with `Dockerfile` deployments...

@ltalirz I also think that when using `Dockerfile` deployment it is up to the DevOp to decide if the app should be exposed via the proxy... Using a Dockerfile deployment...

@BobCashStory @kimmobrunfeldt This issue seems to be superseded/resolved by actual changes to the [README.md](https://github.com/alvarcarto/url-to-pdf-api/commit/935a9dc23013f89488282f09c0f7db87af25092d#diff-04c6e90faac2675aa89e2176d2eec7d8). The current referenced docker image is not using a fork, the referenced docker image is actually...

This reeks of an applied middleware architecture.. Something like (a la express middleware); ````javascript mockAdapter.use(pathExpression?, (req, res, next) => {}); mockAdapter.get(pathExpression?, (req, res, next) => {}); mockAdapter.post(pathExpression?, (req, res, next)...

@DivyanshiSingh Were you able to work on / solve this issue? The same problem is also in the datepicker component, so if you solve this one then you may solve...

This an own configuration/usage requirement.... > The files needed to be prepublish-ed are not included in npm. See .npmignore If you require the source then use the git repo in...

I assume this is about the typescript types, vs library usage. The types are not (yet) maintained by this project. See https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-helmet/ Feel free to PR the types to this...

@cpboyd I like this! Though tbh, the body attribute object notation would expect a `class` attribute... In a react usage I can see your point. Though react-helmet is not react...