-
Given the [mdx vscode extension](https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx) and the [Twoslash VS code extension](https://marketplace.visualstudio.com/items?itemName=Orta…
-
i have list of items in the HomeScreen a button to make each of them as favorite
and FavoriteScreen to Get the favorite Items but
when i mark item as favorite in the home screen i didn't gei it wh…
-
## Describe the bug
I noticed that it can't render the example from the schema when using anyof. It does know that there are two possible responses, but not what the schema is. I do know each one i…
-
I want to use this package. But I can not drag the tabitem. When I try to drag out . It will get an error.Can you help me to solve it? Thanks.
[Test.zip](https://github.com/ButchersBoy/Dragabl…
-
I can not get this to work
```
```
It is not showing any error message.
But the line
>
is working fine and displaying the icon.
But
…
-
```r
library('shinydashboard')
dashboardPage(
...
...
dashboardBody(
shinyDashboardThemes(theme = 'blue_gradient'),
tabItems(...)
)
## 1st embed method
tabItem(tabName =…
-
I can't figure out how to define tabs as children of TabWidget in DML. I would think it would be something like this, but it's not.
```d
TabWidget {
TabItem {
text: "General"
…
-
Hi,
WPF shows the same behavior (https://stackoverflow.com/questions/8568861/when-viewmodel-is-changed-to-a-different-instance-a-bound-radiobutton-is-reset-t), but I still think this is a bug.
…
-
Specify tag
```swift
enum Authentication: Int, Codable {
case key
case certificate
}
TabView(selection: $authentication) {
KeyAuthenticationView()
.tabItem {
…
-
In my WPF application, I'm using a `TabControl` with a custom style for the `TabItem`s (the buttons you click to switch tabs). When I use this custom style, I'm unable to access the `TextBox` element …