Sebastian Stehle

Results 240 comments of Sebastian Stehle

Perhaps my description was not precise and confusing. I want to "ignore" selection changes in a way that it does not add something to the undo stack but it gets...

Thanks a lot for the fast answer. 1. Such an option (e.g. as environment variable) would be awesome. My users make a lot of weird things, so it is not...

The IIncomingGrainCallFilter and IIncomingGrainCallContext is great. Would be good to have something similar with a Invoke delegate to control when your code is running.

Thank you for your answer. I have picked another project, which in general just builds faster. I use the registry as cache and then pull it from the registry: https://github.com/notifo-io/notifo/blob/multiplatform/.github/workflows/dev.yml#L36...

Good point. I could just get rid of the build steps. but it is easier to understand the issue when the build fails.

I hope it is okay to ask that here. Is it possible to run a stage shared between platforms? There is no value to build my React frontend twice.

I tried your approach with another PR and now I am confused. 1. When `load == false` I cannot load the image after I have built it: https://github.com/notifo-io/notifo/actions/runs/3585260426/jobs/6033249244#step:12:57 2. When...

I got it working somehow. When you delay the hints, it seems to work, see: https://jsfiddle.net/2b6mej1k/3/ The other problem is that the hints do not have a proper z-index. I...

> * when was the token created initially This is basically the timestamp (FirstSeen). > * for which device type (ios / android) > * for which device (device ID)...