-
# How would you like the feature to work?
Scripters request (via forums, Builders Brewery group chat) a feature to store and modify data on a prim that survives script reset, region change, region re…
-
-
I found that Android connection can **sometime** broken for longer time than expected.
From the code in `peers.rs`, looks like any broken connection will recover no more than 5 seconds.
But sometime…
-
### Scenario
It may be desirable to trigger an activity function outside of any orchestration context (TODO: Need to enumerate what the specific use-cases would be).
### Example
```csharp
public…
-
I started this as a gist but Dan mentioned that this would be a good discussion issue so here goes. I've been writing with and refactoring code into hooks for a while now. For 95% of code, they are gr…
-
I am new to asynchronous programming in .net so I'm hoping that I am making an obvious mistake here. Nothing is happening when I `Await Translator`
```vbnet
Dim AuthKey As String = "01234567-89ab-…
-
### What it is?
The API contains a methods that are asynchronous or return a Task (or any awaitable) which are not suffixed with `Async`.
The general convention is to suffix methods that may not p…
-
Any updates on this project? An estimated release date?
Also will you be able to use [Klipper](https://github.com/KevinOConnor/klipper) on this? This seems to be the perfect platform for it.
-
So here is a crazy idea and not being a language expert I have no idea if it is feasible but anyway....
Having to add async and await almost everywhere in your code feels like unnecessary boilerpla…
-
Hi, I was wondering to know how could we get the current frame (by timespan)?
This peace of code will return an IInuptStream of a frame that we can use it.
````
public static async Task G…