János

Results 25 issues of János

It detects English though in my Mac OS I have Hungarian language set. Laguage is not set per browser in Mac Safari. Maybe this is the reason of the bug.

### Checks - [X] I understand project setup issues should be asked on [StackOverflow](https://stackoverflow.com/questions/tagged/http-proxy-middleware) or in [GitHub Discussions](https://github.com/chimurai/http-proxy-middleware/discussions). - [X] I updated to latest `http-proxy-middleware`. ### Describe the bug (be...

Hi! In CoreData it is possible to set `mergePolicy`. `context!.mergePolicy = NSMergeByPropertyObjectTrumpMergePolicy`. Sometimes upserting managedObjects is quite frequent and queriing by ID and upsetting mo would create two records. But...

> demand != null && demand.satisfied == false && gender == "male" I have the following predicate, and app crashes. Why? I guess constants are OK, based on this: `...

Is it possible to get back `ordered set` instead of `set` in nexus data? Implement i.e. `_User` class differently, than recently? ``` @SuppressWarnings("unchecked") public Set getTasks() { return (Set)getValue(Property.TASKS); }...

In iOS it is possible to modify managedObject like this: `mo.setValue(obj, forKey: "someAttribute")` Is it possible pass argument i.e. string and not class, pass argument without static type-check? Or only...

I want to use with Heroku. Which target I need to select to attach APNsAuthKey_AQ34EHZCDQ.p8 file, **Run** or **frozen-sea-xxx** or **App**? Which **keyPath** I need to set be able to...

I am attaching image as suggested in docs, but get this error, what is wrong, how to do it differently? ```swift let bytes: [UInt8] = Array(buffer: body) var bytesBuffer =...

Will you support Swift Package Manager?