Fernando Valverde

Results 56 comments of Fernando Valverde

@aitchiss the reaction count mismatch at first glance feels like an odd situation. Did this happen on your local environment? Did you have caching enabled locally with `rails dev:cache`? I...

Oh yeah now that you mention this I can see the same weirdness you shared in the screen recording above. However, I think this only happened because we need to...

@joshpuetz looking back at this, does #18223 look like it would tackle this situation? It may or may not already be solved, because I do believe we have tracking in...

I do think it could be related! Getting to the bottom of this might help understand the situation there too. I'll keep that in mind while debugging this 👍🏼

When I started researching this a couple weeks ago [I attempted this (PR)](https://github.com/forem/forem/pull/18354) to ensure the UI displays a 1 by default and let it work its way from there......

As I was looking through open issues without tags I gave this a try and I'm able to replicate. As an `admin` + `trusted` user (not `super_admin` or `support_admin`) I...

Thank you for clarifying @amywtlin! And that's alright, I'll definitely keep this in mind whenever looking through issues (mostly on OSS Rotation though). I'll add `needs product` label in future...

The problem I'm dealing with at the moment is fixing the way modules are imported. I feel like this can be managed via some config in `config/webpacker.yml` or `config/webpack.config.js`. This...

In terms of concerns I feel like most of the resources (i.e. articles) out there, including popular Q&A sites like StackOverflow ([ex1](https://stackoverflow.com/questions/12001269/what-security-risks-exist-when-setting-access-control-allow-origin-to-accept-all), [ex2](https://medium.com/@ehayushpathak/security-risks-of-cors-e3f4a25c04d7), [ex3](https://portswigger.net/web-security/cors#:~:text=Vulnerabilities%20arising%20from%20CORS%20configuration,can%20result%20in%20exploitable%20vulnerabilities.)) relate to actions that create/modify/delete data....

I almost have it all implemented in https://github.com/forem/forem/pull/18213, so I'd say a few days to get feedback on it and then merge? Since it was all already implemented in V0...