Sebastian Reitenbach
Sebastian Reitenbach
**Describe the bug** Try to update the Puppetboard package for OpenBSD from 4.2.6 to 4.3.0. With the scheduler enabled, see below related configuration options: ``` ENABLE_CLASS = True # mapping...
**Describe the bug** When in the puppetboard UI in the upper right corner, switching from the default environment "production" to "All Environments", the UI shows me an Internal Server Error....
I tried to use a NSForm. In Gorm I drag 'n drop the NSForm onto my window. Then in its Attributes, I set the number of fields: 4 The NSForm...
This is on OpenBSD, amd64, following packages installed: ``` gnustep-back-0.31.0 GNUstep gui backend gnustep-base-1.30.0p1 GNUstep base library gnustep-gui-0.31.1 GNUstep gui library gnustep-libobjc2-2.2.1p0 GNUstep libobjc2 objective-c runtime gnustep-make-2.9.2 GNUstep makefile package...
For #define something in C, only alphanumeric and _ are allowed. When creating a new file in the project, esp. headers, some ifdef dance is added, to prevent double inclusion....
When there are files with absolute Paths in the PCProjectBuilder error output, then the current buildPath is prepended, which is wrong. Before prepending that, check if the file isAbsolutePath, and...
[+ dataWithContentsOfFile:options:error:](https://developer.apple.com/documentation/foundation/nsdata/1547244-datawithcontentsoffile) Creates a data object by reading every byte from the file at a given path. [+ dataWithContentsOfURL:options:error:](https://developer.apple.com/documentation/foundation/nsdata/1547238-datawithcontentsofurl) Creates a data object from the data at the provided file...
As found here: https://web.archive.org/web/20131113010445/https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/Reference/reference.html
In the header of the UI element define property: @property (strong) IBOutletCollection(NSImageView) NSArray *multipleUIItems; Above builds fine in the application, but can't make use of it in Gorm. Then in...
Opening Gorm, and checking the "Images", for example, the common_outlineExpanded but also many more, only show the dimensions but not the Name, see screenshot. Most images have that name set....