Ivan K

Results 2 issues of Ivan K

The following error comes up when installing: > e:\user\project\test\node-pg-native\node_modules\libpq\src\addon.h(5): fatal error C1083: Cannot open include file: 'libpq-fe.h': No such file or directory (compiling source file ..\src\connection.cc) [E:\user\project\test\node-pg-native\node_modules\libpq\build\addon.vcxproj] After reading the...

This fixes https://github.com/fastify/fastify-swagger-ui/issues/165, where having a subpath in `routePrefix` breaks static content loading due to changes in https://github.com/fastify/fastify-swagger-ui/pull/164. Now the static content urls are relative only with a trailing slash,...