-
I have updated a paid Tweeki/SMW installation to current versions (MW 1.33 (or thereabouts) -> 1.39.8, https://www.ocsystems.com/wiki/Special:Version) and everything has gone great with just one tiny …
-
## Summary
- Session Replay with a conservative level of privacy doesn't seem to mask `Text` view types in SwiftUI. Is this a known limitation or issue?
-
Presently, with two chat views open (ex. FAB and sidebar) of the same conversation, the messages sent in one view are not seen updated in the other.
The behavior we want is to be able to have chats u…
-
Following the logic of the new dashboard components (#198, #199) a click on a map or list item anywhere should open a preview with relevant information (TBD) and offer a link to the item's detail page…
-
It would be great if you could have watch views locked to a specific process (or perhaps more generically an address space). This is important for debugging multi-processes at once. For example, if yo…
-
## Describe the Bug
1. A saved UI experiment view got reset to the default layout (presumably of the Personal view) on the next day (also observed to happen earlier).
2. Default workspace view got r…
-
## Issue Overview
1. Current view and flow of in-game section is outdated.
2. Current implementation of share match results is not showing the expected banner and dynamic data.
## Proposed Solu…
-
- [x] some available data is not yet visible in the detail views:
- [x] year
- [x] publishing house
- [x] series
- [x] display needs to be adjusted
- [x] consistently display labels/key…
-
```py
import torch, thunder
def fn(t):
return t[2].sin_() * 2
jfn = thunder.jit(fn)
jfn(torch.randn(10))
```
gets me
```
NotImplementedError: in-place op of `torch.sin_` to ``, a view t…
-
Structurizr supports to integrate with PlantUML (or other plugins like Mermaid) by defining an `image`-view (see [structurizr docs](https://docs.structurizr.com/dsl/plugins/plantuml)).
Do you have…