-
Can you add a sync version of `tryit` ?
Something like this
```ts
function tryitSync(fn: (...args: any[]) => any){
return (...args: any[]) => {
try{
return [undefined, fn(...args)]
…
-
Hi, @sbs20,
thanks for releasing version 2.17.0! I looked at it and found a few things that could be done in a better way. It's only details all of the things, so you needn't to hurry up with the f…
-
**Problem**
I tried an example of a toggle switch from https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_switch in Dioxus. The background color of the switch is supposed to change when cl…
-
### What happened?
When using headless, it seems impossible to auto accept geo location (auto accept geo location seems to be the default in non headless)
ChromeDriver 108.0.5359.71
Chrome Versio…
-
Open
https://eurostat.github.io/gridviz/examples/blending_alpha.html
in Firefox (tested with 117.0.1 on macOS 13.5.2 and 102.14esr on Windows 10)
looks like expected at first:
![ff1](https://g…
-
Steps to reproduce:
- Open link https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_date
- Open NVDA.
- Open date picker and navigate to date selection through tab.
- Navigate …
-
# Problem
During LLDB debug session, global variables that are declared in a previous expression evaluation is sometimes reported as undeclared identifier _after_ a program restart.
TL;DR LLDB o…
-
Hi all
I was testing sharing functionality via management and noticed an issue with confirmation boxes but it turns out to be nothing to do with management and only seems to be an issue with Firefox …
-
### Summary
> JAWS does not focus on disabled options of HTML Select element and fails to announce them as disabled or dimmed or unavailable.
>
> Example:
> 1. Go to https://www.w3schools.com/t…
-
Hi.
When I scrolled through your website, I saw that the pricing slider didn't have a different mouse cursor, when you were hovering over the slider button. I don't know if the mouse cursor should …