M1xA

Results 15 issues of M1xA

@ortuman Hi! there is a little bit of improvements for current version of the nuke: - calculating `alignOffset` without iterations; - a reset method resets underlying memory on every call;...

I have trouble using Stripe OAS with OAS code generators, specifically in Go. Let's take a look at an example of Stripe OAS below: ```yaml openapi: 3.0.0 paths: /v1/account: get:...

enhancement
future

### Describe the bug Windows: an app freezes forever (not responding) if ContentScale/DevicePixelRatio is equal or great than 1.5 ### How to reproduce 1. configure the Cogent Core for Windows...

bug

fixes https://github.com/cogentcore/core/issues/1470

### Describe the bug Let's just use `GLFW_SCALE_FRAMEBUFFER` (added in GLFW 3.4) when needed. It has the same effect as `GLFW_COCOA_RETINA_FRAMEBUFFER `. So we can use the `GLFW_COCOA_RETINA_FRAMEBUFFER` for now....

bug

fixes https://github.com/cogentcore/core/issues/1458

Fixes https://github.com/cogentcore/core/issues/1467

affected functions: Window.ConstrainFrame and windowGeometrySaver.record. Fixes https://github.com/cogentcore/core/issues/1465

### Describe the bug at some point of time it is possible that a Screens' slice is empty and a window needs to be updated. it was discovered during my...

bug

### Describe the bug package: `system/driver/desktop` func: `func (w *Window) ConstrainFrame(topOnly bool) styles.Sides[int]` i think the `Window.ConstrainFrame` and `windowGeometrySaver.record` functions have boolean/logical errors in if conditions like: ```go if TheApp.Platform()...

bug