Linh Nguyen
Linh Nguyen
@VickiLanger I made a PR and while I was adding more events, I found some syntax errors so I addressed them in my PR. Let me know if I need...
Yup! I've seen a couple projects implement multiple sorts of pre-commit hooks but unfortunately, I have 0 experience with this. Would be a blast to work on though ๐ . Unless...
I found this, I might try [this](https://ljvmiranda921.github.io/notebook/2018/06/21/precommits-using-black-and-flake8/), if that's cool with you
oh awesome! I was just still doing some researches on the hooks but unfortunately wasn't doing too good ๐ and the python linter bot does make things easier. I assume...
alright, I'll take a look and let you know!
Do you mind sharing the repo that uses this ? I just wanted to see their .yml file configurations.
@jayehernandez I'm working on adding test for `Time` view. Currently at 11% coverage. Having some trouble with testing the `getNow()` and its content.
@ahsanparacha02 Have you tried passing the link to `encodeURIcomponent`? Refer [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent) I had the same issue for a while specifically for Android when using special characters like `&` and I...