VISHAL DEEPAK AWATHARE
VISHAL DEEPAK AWATHARE
any chance this issue is open for dev ?
@jeremyf Thinking about point no 3 first.(Backend) Looks like sorting things should be quite straightforward. From the UI we can ask for another parameter that defines the sorting sequence. Then...
@jeremyf can I start given the above?
@jeremyf Was too busy. A need a litte more time. Maybe il have a PR in a weeks time.
#16686 Only covers Step 3. Step 1 and Step 2 remain. Maybe have news goals for each? I'd like to try my hand on them as well if open :-)
@djuber @jeremyf Looks like the code has been revereted. How should I raise PR for the fixes?
thanks @aitchiss , i'l work on this
@aitchiss I've done all that was required though Im running into random error. Described here - https://github.com/forem/forem/pull/18349#issuecomment-1218378312 Will need help from the team.
someone trying to recreate the issue I have noticed that, simply refreshing the page does not cause the problem. Here how I got it reproduced - Goto This [Turorial Page](https://dev.to/luvejo/how-to-build-a-carousel-from-scratch-using-vue-js-4ki0)...
@rhymes The problem seems to be happening because of [this code ](https://github.com/forem/forem/blob/3b67810b9dd4768a69020b16e4bf9042fecfbb9f/app/javascript/utilities/gist.js#L33) ``` for (const gistTag of gistTags) { postscribe(gistTag, gistTag.firstElementChild.outerHTML, { beforeWrite(text) { return gistTag.childElementCount > 3 ? ''...