-
Pressing greyed out icons should may a message 'adding waypoints is disabled for this layer' etc., instead of just doing nothing.
Else the user, who has never seen what the non-greyed out version o…
-
Because locks are usually part of the implementation details and not part of the public API, it would be nice to be able to use this polyfill without bothering the consumers of our libraries with an e…
-
**Github username:** @0xmahdirostami
**Twitter username:** 0xmahdirostami
**Submission hash (on-chain):** 0xa7b802180377584a8120bb8c77be2c40527d175d5e5cc4f57a2bbeb49806028a
**Severity:** low
**Descr…
-
Hi! How to emit child method, for example, 'play' after listen method pause?
Parent:
``
> //...
> methods: {
> onPaused() {
> this.$emit('pl…
-
Conceivably an initial state can be provided but no data is ever sent in.
It seems logical that the initial state gets emitted when the stream is created.
-
so we can add logs to duo-cli
-
```
Hi,
If you emit signals one by one, StateMachine works like a charme.
If you emit 2 consecutive signals quickly (by the same thread) the state
machine has strange behaviors.
In debug mode i fo…
-
Hello everyone, I would like to make a proposal or a question.
Recently I saw the video Good Action Hygiene by Mike Ryan and Emitter pattern from ngxs-labs, and I would like to get what Mike Ryan tal…
-
Support a timeline of events in animation clips, when the animation is played emit the event (via the normal Myre event system). This allows things like footstep noises to be specified in the animatio…
-
```csharp
public class C
{
static uint bextr(uint bits)
{
return (bits >> 2) & 0x3u;;
}
static uint bextr_field(ref uint bits)
{
return (bits >> 2) …
TIHan updated
1 month ago