Mateo Tibaquirá

Results 110 comments of Mateo Tibaquirá

@ananthay I don't see this issue depending on Angular but on RxJs team. Our tests are broken and we're using `jest`...

I just found that our child modules doesn't inherit our root interceptors, but have a single `HttpXsrfInterceptor` (I'm not sure where it's coming from, CommonModule, RouterModule, NgRx?) and it force...

Thanks for this, unfortunately we cannot send headers from hooks, because Express explodes.

I've built a complete DatePicker with time selection forking the official module, but got no answer from @crisbeto on LinkedIn to know how to contribute it

I had to do my own plan and I've followed the official material design (https://material.io/guidelines/components/pickers.html) perhaps I had to implement it on the modal only. Currently I don't have too...

We did that: https://www.youtube.com/watch?v=ZSM_GxfFahg It 's not perfect but does the job quite nicely, it took some time to get it working and move on to the next task.

@fxck Indeed, my fork is almost two months old (pre-5.0) and it's a pain to think about syncing it to the latest code. It would be nice to have a...

Well, I've tried to implement it as `before` or `after` hook but no joy, headers already sent and stuff... ``` Resource.after('get', function(req, res, next) { if (!req.params.id) { next(); }...

I would like to know how the `sp_bower.allow_root` works, because there are no references of it in the docs, and probably helps in this matter. I prefer to have this...

This is right what I'm looking for in 2024 to be able to send a test `apk` Edit: I had to grab it from `android/app/build/intermediates/apk/debug/app-debug.apk` after a successful run