Fran Dios

Results 178 comments of Fran Dios

Related #726 . Not sure if the Karma+Mocha option will be deprecated, though.

@sohrabafard Check this issue #40 If you want to reset it you need to delete it manually from the database.

It seems that a reply to a purged post contains `parent` object without `parent.username` inside, so it's possible to remove the "reply-label" from those posts. However, in the case of...

@revir Thanks! That's true, I forgot to hide the buttons when it's not logged in, my bad. I will try to update the PR when I have some time. I...

@thanhhungtn1 Did you change the category ID in the admin panel or in the code? There is a new variable since the last release: ``` var nodeBBURL = '//your.nodebb.com', articleID...

@Fma965 There is a `categoryID` variable that forces a category: ``` var nodeBBURL = '//your.nodebb.com', wordpressURL = '', articleID = '', categoryID = 1; ``` Perhaps you could generate the...

@acdlite Hi! Would it be possible to get some feedback here now that all checks are passing? Or who should I ask? I've updated this PR since the last time...

@sebmarkbage Thanks for the feedback and the updates in the RFC. I'm replying here instead to avoid polluting the RFC with implementation details for the Vite plugin. I'm trying to...

@sebmarkbage Thanks! I just added it in `fixtures/flight-vite`. I didn't quite understand all the Jest part in the Webpack example (it looks like there are no tests?) so I've skipped...

By the way, [from the RFC](https://github.com/reactjs/rfcs/pull/189#issuecomment-1101665527): >I'm seeing more and more that the react-server ability to fork implementations for client(able) and server usage becoming more important. So we might want...