jquesada2016

Results 67 issues of jquesada2016

Hello! I am just checking out this project, and it seems very impressive! I am a user who is legally blind (not fully), and have a couple small suggestions that...

Please foregive me if this is already possible, as I did not find it in the book. But I am trying to componentize some markup, and need to support adding...

context aware escaping

Just like #47, `Page::type_builder()` seems to be broken unless I provide it with `delay` and `timeout` options manually. Otherwise playwright complains saying it expected to receive number, but got object.

I noticed `.find_element()` uses CSS selectors, which don't support searching for text, or any content of any kind. How can this be achieved? Using something like `playwright`, you can use...

kind:question
kind:documentation

It would be great for support to be added for NuShell!

Thank you for filing! Check list: - [x] Concise, focused, friendly issue title & description. - [x] Is it a bug? Usage questions should often be asked in the [forum](https://forum.rescript-lang.org)...

syntax

I've recently come to the conclusion that it'd be a really nice addition to the language to declare an event with the `from` clause to be dynamic to DOM changes....

Assume there exists a `` on the page. If I try: ```html Show Modal ``` Then this doesn't work, because `show` is a command, and therefore the `()` are syntax...

I believe it would be a fantastic idea if we could mark tuple fields as optional. Something like: ``` tuple< name: str, optional_data: optional str > ``` This would remove...

I saw that diallog had an open row in it's attribute row type. However, I don't see any functions to create the open attribute for the dialog element. Also, showModal...

enhancement
needs investigation