woxtu

Results 35 issues of woxtu

Hi, This PR adds the bin directory to the PATH environment variable to run zig without specifying a path.

Hi, This PR contains the following changes to add SPM support: - Add the package manifest - Add an objc name to custom views to load correctly in SPM (See...

Hi, The current release installed by SPM can't import headers as follows: ``` fatal error: 'PINCache/PINCache.h' file not found #import ^~~~~~~~~~~~~~~~~~~~~ ``` This PR fixes that.

### Checklist - [x] I've tested my changes. - [x] I've read the [Contribution Guidelines](https://github.com/alexaubry/BulletinBoard/blob/master/CONTRIBUTING.md). - [x] I've updated the documentation if necessary. ### Motivation and Context Make the alignment...

Hi, This PR adds Swift Package Manager support to this library. Close #23

Hi, The current release installed by SPM can't import headers as follows: ``` fatal error: 'PINRemoteImage/PINRemoteImage.h' file not found #import ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` And categories are not loaded: ``` error: no...

Hi, This PR adds Swift Package Manager support to this library. Resolve #49

Hi, Current release installed by SPM can't import headers as follows: ``` fatal error: 'PINOperation/PINOperation.h' file not found #import ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` This PR fixes that.

Hi, This PR adds type annotations to resolve some ESLint warnings.

Hi, This PR adds Swift Package Manager support to this package. Close #11