James Pulec

Results 31 comments of James Pulec

@ttonyh I've stopped actively trying to work on this. We're currently looking to migrate off of angular entirely so it's not relevant to me anymore.

I ran into this same problem. Turns out, https://github.com/platanus/angular-restmod/commit/764b562e3a90617e11ab0558b49aa2e7ef562005 broke this functionality because the relation attribute mapping will now happen after your mask mapping. Since the relationship mapping explicitly sets...

@leonuh This PR is quite old and out of date. Do you still have any interest in getting it included?

@ldeboer This PR is quite old and out of date. Do you still have any interest in getting it included?

The most likely case is when using a minimal distro like Alpine Linux, which uses BusyBox as its default shell, and doesn't include bash. It's fairly common for people to...

We do all of our development in containers, and in an effort to keep them similar to our production containers, use the same Alpine base image instead of using a...

When I run format with `--verbose`, it's all files that I expect to be processed, ~3500. But is the scanner looking at more files than that?

Got it. Couple more stats for our repo... we have a pretty large `node_modules`, about 4GB of files, and another 1.3GB of zip files in `.yarn/cache`. There's about ~178k files...

I'd just like to add that I lost days of my life trying to figure out why our app wasn't reporting to Sentry, but only in the server and edge...

The first place I went looking when I was having problems was the [Troubleshooting Section here](https://docs.sentry.io/platforms/javascript/guides/nextjs/troubleshooting/). I was hoping that this might have been some sort of more common case,...