Sebastian Gug
Sebastian Gug
@captaincaius I'm interested in this too and am currently using this on the client-side. It's a complete life-saver especially when you've got 4-5 clients modifying/working with the same data. Keeping...
@sarangjo @atao60 I just realized I didn't come back here to post my solution. Using typegoose classes in the browser will cause no issues as long as you use them...
Just want to say I'm at the end of 5 hours of debugging tracking this down. insane! Can we at least document this behaviour for the future?
I've just bundled my app with the `serverless-plugin-monorepo` and it works, but my bundle is 40mb instead of 2 so that's not cool. If I exclude 'mongoose' using the custom...
Managed to exclude mongoose successfully. The second error was for a crappy dependency of another package, I changed that package with something else that doesn't have those dependencies, now getting:...
Yeah, the update is to stop using serverless for deploying any kind of serious infrastructure
@PauloPeres Just came across this on my search for an easier solution to uploading to Azure Blob Storage, I'm using the preview to do it with Azure Active Directory tokens...
Use Redux and when you click on legend have a function that does something like this: I have this function in my reducer: ``` function setActiveOffice( state: Reporting, action: ReportingActions.SetActiveOffice...
this library has 457 issues opened, I'm pretty sure you're better off implementing your own thing or just going raw with D3
> can be based on this solution https://www.npmjs.com/package/pnpm-isolate-workspace this doesn't appear to currently work due to various type errors neither on linux or windows