Tamás Zahola

Results 7 comments of Tamás Zahola

Just add them via `[NSLayoutConstraint activateConstraints:@[ ... ]]`. Don't use Masonry for that.

Unfortunately, Core Data requires your entities to inherit from `NSManagedObject`. Thus if you'd want to strictly follow the Uncle Bob Way, you'd have to copy data back and forth between...

The issue seems to be that on load error, first a `did-fail-load` is emitted, *then* a `did-finish-load`. However, the code in [web-contents.ts](https://github.com/electron/electron/blob/main/lib/browser/api/web-contents.ts#L351) rejects the `loadURL()` promise as soon as it...

> Hey @tzahola! Do you mind opening a quick PR for this issue so we can get more eyes on it to review? 🙇 Sure. Here you go: https://github.com/electron/electron/pull/40661

> What would the long-term plan for this be? This patch looks like it would need to be floated indefinitely, and also doesn't look like something we could upstream. Have...

> @tzahola Electron has a [patch policy](https://github.com/electron/electron/blob/43dbd1bdf8a48d798f4e392f921bde81a3430f4b/docs/development/patches.md). Whether or not the new patch removes the need for the non-patch similar solution does not address the issue at hand, which is...

> Was left clicking on draggable region working before the refactor? I remember the old implementation was also relying on overriding hitTest method. Yes, it was working.