-
### Discussed in https://github.com/Budibase/budibase/discussions/14996
Originally posted by **imthiazdxb** November 8, 2024
Hello Budibase Community,
I’m a cloud and web-based software de…
-
When we change one feature on the navigation bar, we have to change it in several locations currently which can get confusing.
-
Is there a good reason for hard-coding menu navigation into each menu type? For example the MainMenu class has:
```
public void OnOptionsPressed()
{
OptionsMenu.Show();
}
```
But allowing …
-
**Describe the bug**
I've been adding v3 to my app that uses React Navigation 6.x and noticed:
* imports for `addStateListener` and `hasShareIntent` didn't seem to be available.
* I looked in…
-
GitHub uses [github.com/github/semantic](https://github.com/github/semantic) for [code navigation](https://help.github.com/en/articles/navigating-code-on-github) (beta). It would be great to have Dart…
-
Thanks for stopping by to let us know something could be better!
---
**PLEASE READ**
If you have a support contract with Google, please create an issue in the [support console](https://cloud.go…
-
### Description
In a navigator with 2 card modals in the stack, calling `navigation.goBack()` causes a double-pop (navigating back 2 screens, instead of 1). This only occurs on the old architecture…
-
Still running into heaps of issues. Visual-D seems to be totally broken rn against the latest VS at least.
I'm working on a tiny greenfields project; not much code to freak it out, but syntax highl…
-
### Describe the bug
The documentation for goto (https://svelte.dev/docs/kit/$app-navigation#goto) does not contain the explanation of the opts parameters found in the code documentation (at https://…
-
```
```
A value of `never` is most appropriate when using `free` validation, while `only-forward` is most appropriate with `lax` validation. While we could support an `only-backward` token, ther…