Pavel Denisjuk
Pavel Denisjuk
@EOEboh `ECONNRESET` usually indicates network issues. Have you, by any chance, tried to create a project since then?
@adem-usta this is being worked on, but it will be more than just a new field. We've developed an entire new concept of "Headless Pages" which is specifically targeted at...
@pvdlg @olstenlarck I ran into this issue just now, and have located the problem: The problem occurs at exactly this line: https://github.com/semantic-release/github/blob/master/lib/success.js#L23 By mere chance I tried `semantic-release` on an...
@ChevronTango I'll answer the second part of your question first: the main use-case is to prerender full pages, but that doesn't mean that you can't have dynamic content on those...
@ChevronTango Just to make sure I understand your requirements: do you need to generate entire pages from remote data, or just load this data in custom elements (React components), which...
@ademoverflow @robin-vinck this is landing in the next release, 5.34., we're wrapping up the release preparations as we speak :)
@pranavburnwal we'll need more information. What parts of the system did you deploy? How are you accessing the public website vs. the preview website?
@owenfarrell Thanks for sharing the example! Tags are a cool way to enable functionality dynamically, that's what we are doing ourselves in different scenarios, and not only with Headless CMS...
@neatbyte-vnobis That's a very interesting problem. Looking at the code of our icon types, and how they use emotion, I think we can remove the use of emotion entirely. For...
@neatbyte-vnobis Let's set the default value in form of an object. Readability doesn't bother me in this case, because icons are not frequently used via code. You can always extract...