-
Currently, a lot of the internal navigation is handled by `click` event handlers. Ideally, all of those references should be proper `` links, so you can use browser features like "Open in a new tab" o…
-
I know I know Dart doesn't support reflection or mirror properly. But it's so much cumbersome of registering all the request handlers manually.
Dart is planning to introduce static meta-programming…
-
https://github.com/Project-MONAI/model-zoo/blob/cf5e0322ee25b178b6cf841f3bd81e0a8adf2b16/models/spleen_ct_segmentation/configs/multi_gpu_train.json#L18
the multi-gpu override essentially set the tr…
-
When changing a branchall without skip failures from not-parallel to parallel the error handling behaviour changes.
When non-parallel only the mapped output of the error handler **of the first fail…
-
**Is your feature request related to a problem? Please describe.**
Allow users to add hooks to prompts.
**Describe the solution you'd like**
For example, adding the support of doing the following…
-
### Description
On iOS only (Android works without issue), ObservableCollection.Clear() throws System.ArgumentOutOfRangeException in one specific scenario. See **Steps to Reproduce** for details.
#…
-
It would be really cool to be able to access connInfo from custom handlers
```
export const handler: Handlers = {
async GET(_req, ctx) {
// access to connInfo somewhere here
return awai…
-
### Motivation
In our dev team, some devs tend to redefine event handlers as props which makes code more verbose than it needs to be.
`Button.svelte`
```
export let onClick = () => {}
...
…
-
Currently Shell can't render TabbedPage, FlyoutPage, or NavigationPage. With Xamarin.Forms the Android shell was too incompatible to make this ever work.
The .NET MAUI NavigationPage/TabbedPage/Fl…
-
### Describe the bug
As of Lavaclient v5.0.0, there were changes to event names.
https://github.com/lavaclient/lavaclient/pull/87
This was probably overlooked in https://github.com/ZPTXDev/Quav…