Miguel de Icaza

Results 242 comments of Miguel de Icaza

I can not reproduce this, using the SwiftTermApp sample

I commented on the other bug about the deadlock issue: https://github.com/godotengine/godot/issues/102877#issuecomment-2692877751 Summary: I think that we need a front-end throttling system before a shader is submitted to be compiled, to...

It is in the codebase, but not tested.

Probably not worth it, I think that I should layer on top of this a TermKitUI that is SwiftUI-like and use that generally.

https://www.yogalayout.dev/docs/advanced/incremental-layout Thinking of using that.

This is what I need: ``` slider.minValue = minimum slider.maxValue = maximum slider.onAction = { slider in let slider = slider as! NSSlider onChange(slider.doubleValue) } slider.isEnabled = environment.isEnabled ```

I suspect that it is not the macro that is bringing it in, I suspect it is the build plugin that is causing the dependency to be brought in.

There is now a `disabled `color in the color scheme.

The `python3` branch is now updated.

Before we implement support for this, we should have a survey of things where this is likely to become a win. `Span` has one downside, which is that it can...