Cemre Mengu
Cemre Mengu
@EugeneTorap here is my attempt, still needs to be checked for runtime errors in a test-env though. I (if I got you correctly) basically combined `_get_embedded_data` and `_get_csv_data` into one...
@kakoni thank you for the tip!
Not sure what I need to fix. As far as I remember failing tests were flaky (I cannot see the CI log anymore) @EugeneTorap @rusackas how should we proceed with...
@rusackas rebased, not sure what the failing tests are about. @kakoni had doubts about `_get_data ` vs `_get_csv_data` in previous discussions. Once we settle that I think we can merge?
@rusackas thanks for pointing these out! Cypress tests are failing but those seem to be caused by something else? I decided to revert back to the old `_get_csv_data` way to...
I have been following this PR from the shadows for a long time, just wanted to thank everyone for the amazing effort!
This is absolutely a must. Any progress ?
@omar-scio sorry this is unrelated but would you mind telling why you have switched libs? I was comparing both and was curious when I saw yor comment.
@reeveshen you need to use a singleton pattern and initialize it only once. You can use `init` function or `once.Do` functionality.
Using vite, could not get it to work. Any solutions so far?