Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
donuts238488yI am so using this rant for my UpVoteBot... Create a bunch of test comments then upvote them. 😁
-
Dacexi120368y@billgates progress? What progress? I have been awake for 30 hours now. I am feeling perfectly sane! What are you talking about? 😂😄😁😎😴
-
donuts238488y@Dacexi https://devrant.io/rants/539386/...
Clearly dfox not approve but thought this would be the perfect thread to test one with -
donuts238488yStatus update? Can I haz it yet? Kinda taking a long time? My own versions been in use and unchanged for months. (Buggy but good enough for me)
-
@billgates it's basically working. I think all features needed are implemented. @tahnik can tell you more though.
-
donuts238487y@Dacexi hm actually just noticed... When I mention myself, seems I me longer get a notification
-
@tahnik rantscript
.postComment(this.state.text, id, auth.user.authToken)
.then(() => {
this.setState({ text: '' });
this.setState({ disabled: false });
fetch();
const itemContainer = document.getElementsByClassName('item_compact_column')[0];
setTimeout(() => {
itemContainer.scrollTop = itemContainer.scrollHeight;
}, 200);
})
.catch(() => {
this.setState({ disabled: false });
}); -
@tahnik rantscript
.postComment(this.state.text, id, auth.user.authToken)
.then(() => {
this.setState({ text: '' });
this.setState({ disabled: false });
fetch();
const itemContainer = document.getElementsByClassName('item_compact_column')[0];
setTimeout(() => {
itemContainer.scrollTop = itemContainer.scrollHeight;
}, 200);
})
.catch(() => {
this.setState({ disabled: false });
}); -
@amahlaka tip, it's processed in JS and displayed in HTML. Try to find a vulnerability. Would be greatly appreciated :)
Related Rants
IGNORE
This is a rant to test the notification flow in devRantron.
undefined
devrantron
ignore