Tommaso Allevi
Tommaso Allevi
``` > el = document.querySelector('.ant-popover-message-title') title > getComputedStyle(el).display "block" ```
Anyway I'm bit confused. From [Readme](https://github.com/testing-library/jest-dom/blob/3fb1835715f57e5f6d938e2d9d3cd94ac675247b/README.md#tobevisible), if `its parent element is also visible (and so on up to the top of the DOM tree)` then the element is visible. So...
Hi! thanks for the response. How can I add custom CSS to my test? I've added this function without success: ```js function loadCSS (url) { var head = document.getElementsByTagName('head')[0] var...
Is it ok for you having a breaking change with the cli ?
I had a parameters review. Some conflicts would be excellent to resolve somehow. Here is a recap below: 1. `--data` is used to send the request body. Now `autocannon` only...
Thanks for your contribution. I don't understand the last test: the number of quotes is 11. Which expected behavior should we have when a limit of 20 is specified? Could...
Hi! Thank you for opening this issue. The Orama schema has been designed to be as simple as possible, which is why we started in this way. Directly supporting JSONSchema...
Hi @imertz ! Have you tried with a different format? For instance https://docs.oramasearch.com/open-source/plugins/plugin-data-persistence#persisting-the-database-to-disk-server-usage . Will that fit your case?
Nope, nothing to add. Beautiful PR, thanks a lot!