Zsolt Váradi

Results 18 issues of Zsolt Váradi

Currently, if libcurl returns an error code, it's simply bubbling up as an error code in a CurlyError. In an application that makes multiple requests, an error like "The URL...

enhancement

The cookiejar test can randomly fail when all tests are executed together, both in Xcode and on CircleCI. More investigation needed.

bug

If the active command line tools is set to a "Command Line Tools for Xcode" installation instead of a valid Xcode path, building the project or generating an xcodeproj fails...

help wanted
good first issue

Hi! First of all, thank you for this great library, it has been a great help – a life saver really! I have a feature idea: it would be really...

As we've discussed on Discord, using Arena 1.0.0 to make a playground for RxSwift (5.1.1 at the time of writing) results in a seemingly valid workspace playground that Xcode loads...

Here's an idea that could help newcomers. An example from Discord: if one tries to declare a PostgreSQL enum called `Authorization` (which is a reserved keyword since SQL 92), the...

In particular, [these lines](https://github.com/vapor/core/blob/master/Sources/Core/Process%2BExecute.swift#L115-L121) are spinning uncontrollably after the child process exited. Xcode's memory debugger revealed that the file handle and related objects are kept in memory by the autorelease...

bug

Fixes #165. And improves the data race that happened between the compute unit popover and the model loading by asking first, then doing the load. It's working locally (both ARM...

## Note The following issue was originally reported against a GUI app I'm contributing to, but I managed to reproduce it even with the command line sample. If you think...

Fixes #140 and fixes #143. After reading the discussion at https://github.com/godly-devotion/MochiDiffusion/issues/208 and experimenting locally, I found that swapping the width and height is enough to get img2img working with non-square...