-
Consider the following part of a larger snippet:
```tact
let m: map = self.map;
```
Do we get a new reference to `self.map` or there is some copying going under the hood?
Same question goes…
-
I'm opening this issue here as I believe the topic is specific to the `rcl` layer as exposed and documented by this repository. I have a question about the meaning of this doc comment:
https://gith…
-
When trying to write actual application code, I'm finding the simple mapping from `Function`, `Supplier` and `Consumer` to HTTP/REST actions a bit limiting. Some ideas...
1. [x] Tighten up the cont…
-
## Description
VirtualList items can be (single or multi) selected similarly to those in ListBox or Grid, and provide appropriate ARIA semantics.
## Acceptance criteria
- [ ] API for setting enab…
-
### Steps to reproduce
Environment:
- Device: Pixel 8 Pro (Android 15.4.2 beta) - Physical device
- Flutter Version: 3.24.0-1.0.pre.607 (Channel master) OR Flutter stable 3.24
- Android Studio V…
-
#1920 really got me thinking. The main reason concurrency is tricky, as @kostmo says there, is because robots take turns executing, and each robot can see modifications to the world by the previous r…
-
Just spent a couple of hours trying to figure out an issue with my FS.
Turned out that Dokan expects the implementation of `ReadFile` to always fill the entire buffer when `offset + buffer.Length` …
-
-
Related docs issue: https://github.com/tact-lang/tact-docs/issues/251
### List of planned semantical tests
#### Expressions, statements
- [X] In functions: pass by value of structs, maps, and…
-
**Description:**
In several places, the operation of intersecting types is mentioned (for the first time in section 6.2.2, Contextually expected type). True, the statement "A type denotes a set of sh…