Adam Zawierucha
Adam Zawierucha
@cobidev I found an easy fix to this. Can you give me access to make a new branch/pull request? So you can review my changes.
@cdgraham Basically, in `src/components/Hero/hero.jsx` wrap the return statement in an if statement. If all the values exist (name, title, subtitle, cta) then return what it's already returning, otherwise, return a...
I presume you don't just want cartesian coordinates to show up, but also to actually be able to plot points using polar coordinates?
how about like: ` ` to reduce bulk. But yes definitely.
Since this pattern occurs a minority of the time and is conceptually distinct, I propose to define a separate method to encapsulate this pattern: `s2n_stuff_bypass_write(struct s2n_stuffer *stuffer, const uint32_t n,...