Charles Opute Odili
Charles Opute Odili
I added a transformation that allows the user query the AST from Javascript, using XPath. Hopefully, this can be the beginning of getting solid AST querying and across board in...
Is there a way to clear the contents of the textarea ? my intuition is to use $('.textarea').val(''); but this has not worked, neither has $('.textarea').empty() worked.
Projects marked as deprecated on the [repo's README](https://github.com/acekyd/made-in-nigeria) are not so reflected on the [showcase website](https://www.madeinnigeria.dev/projects). This leads to inconsistency on what is being communicated. and may make it somewhat...
Not sure if this was the intention, but the [hazing rule](https://github.com/coryetzkorn/twitter-algorithm/blob/e3bf40c90ae2cfc01d667242e7a013c77cc21216/lib/algorithm.ts#L338-L355) does not use the `scorePerMatch` which I believe was meant to apply a score for each "insult" found in...
## 🙋♂ Proper Way To Get Current State What is the proper way of getting the current state with immer. Do you reassign the output of produce to the state...