Jeremy Friesen
Jeremy Friesen
> Can you please explain what happens when someone features an article again? What I've found is: - In the [API](https://github.com/forem/forem/blob/4efcf8c3d3af123856ed355a963180562537f701/app/services/article_api_index_service.rb#L140-L146), if you don't search on anything, we only surface...
@ludwiczakpawel > also question (out of curiosity): if we can't access anything useful through meta tags, then how do we do that? Through github's API or something? We render a...
@ludwiczakpawel > GitHub Projects do have opengraph/twitter meta data in the markup. But it's too generic, correct? It depends on what product wants to display; it might be adequate. The...
For context there are two working assumptions and decisions affirmed during the AuthN/AuthZ 1-1 phase: - _“Should a suspended user be able to create a post?”_ No. - _“Should someone...
The policy toggles are part https://github.com/forem/forem/blob/89fcd84f9f21f66c4b9053a4d7d0cdf8473ca4f4/app/javascript/packs/applyApplicationPolicyToggles.js#L1-L26, which conceptually does the same thing. In play is that there needs to be a default state of the button; and we favor visible...
Ah, I was unaware of this localized rule-breaker nor it's blocking behavior. I'll need to further revisit. Because the current functionality (that causes flickering) is a highly useful generalization, I...