georgeedwards

Results 9 comments of georgeedwards

Sure - thanks! I created a default application and added authentication, added: ``` app.configure(versionate()); // Register a base-path "/api/v2", and provide access to it via `app.v2` app.versionate('v1',  '/api/v1/'); ``` straight...

@luke3butler Is there anything else you need from me?

@luke3butler Yes, it was set up before I added feathers versionate to the project. but when using your package I have this in my **app.ts** file: ``` import * as ...

@Florian-R Thanks for that. I am afraid I have already looked over these and a number of other issues. I believe this was a bug which surfaced and was then...

@sharikovvladislav Thanks for pointing out, you don't seem to be getting the: > TypeError: (msg || "").replace is not a function line? Have you found a resolution to your issue?

Would be grateful for any guidance as this is a bit of a show stopper for my testing at the moment ...

@felixfbecker I have not used it in a project (but am planning to on mynext project), but have you seen the [sequelize-typescript)[https://github.com/RobinBuschmann/sequelize-typescript] project - it looks like a really interesting...