Fred Kiefer

Results 64 comments of Fred Kiefer

As you can see in the method -addConnection: in the file GSXib5KeyedUnarchiver.m GNUstep already stores just reference for connections that get resolved later in the processing (GSXibLoader -awake:inContainer:withContext:). This means...

I am not too familiar with constraints. As you can see in https://github.com/gnustep/libs-gui/pull/64 they were merged without my approval and I even suggested to handle these more similar to connections....

I get the same results on my OpenSuse Tumbleweed. Looks like ICU requires different values there. I never got around to inspect this. What OS are you using?

I started this pull request https://github.com/gnustep/libs-base/pull/109 which fixes the issue for me locally. Could you please give it a try and comment on the pull request?

Looks like this was fixed on 22th of May by yourself

> I have an example that tests bindings. It uses NSTableView. One is NSArrayController_test and the other is NSDictionaryController_test. NSArrayController_test works on macOS10.15 but doesn't function on GNUstep at all....

It really would help to understand which encoding your code is requesting here. Most likely it is NSUnicodeStringEncoding with the dataUsingEncoding: method on NSString. You should be fine when using...

Looking into the original bug report you linked to I can see that this is about UTF-8 and there this makes no sense. As far as I am aware we...

From the code I could find in SoGo this is not triggered by a encoding conversion. The most likely davEntityTag method looks like this: `- (id) davEntityTag { return [NSString...

@rfm could you please have a look here? I am a bit confused on what is actually going on here. While looking at the change that seems to cause all...