Jake Chamberlain

Results 18 comments of Jake Chamberlain

@ctrlplusb I had an issue with persistence and a computed similar to this initial topic in the v4. had a very simple computed that looked like ``` valid: computed(state =>...

@ctrlplusb Should probably have some sort of migration guide for v4 to cover at least some of the basic changes that will be required after updating. I just discovered that...

@jeffborg I ran into a similar issue while switching to primus from socketIO. The reauth wasn't being called correctly if the server disconnected. In my case I keep track of...

What you have looks solid. I know our problems were not exact same thing. Was just pointing out you could overwrite the actual auth promise yourself to provide same sort...

@deskoh My org uses Datadog, but figured be worth sharing how we wrapped our services using a mixin as some what alternative to hooks. ``` const ddTrace = require('dd-trace'); module.exports...

@deskoh I haven't played with the pre v5's yet, however looking at the migration guide https://dove.docs.feathersjs.com/guides/migrating.html#uberproto I see an example still calling a mixin. @daffl would have to confirm any...

Awesome @deskoh thanks for sharing that!

@junedchhipa Looks like this is still an issue with datetimes that include month. Saw in the docs that tickPlacement does not affect the datetime. Any tricks to get around it...

+1 for having drop decisions for invalid positions. I've had a a few use cases where to keep list performance with windowing and grouped lists I've needed to create flattened...

I was just thinking about similar technique as I've been migrating things to v6. Resolves some issues around dynamic routes being removed that I had. @ranyunlong could you open a...