Moi Gutierrez

Results 11 issues of Moi Gutierrez

is it planned to add SPM support? I could help with it =)

How I go about using SwiftLint with Xcode Cloud? custom script?

question

if a key is named "**private**" `case private` should be created as ``case `private` ``.

Hacktoberfest

Hi =D. It would be _**great**_ to have a `public` modifier option for **types** and **members**.

Hacktoberfest

I dragged the folder with all the classes and Nib file into my project, imported the header file and I still cannot get it to work on my swift file....

renamed the methods so that they are compliant with Swift.

I have: `mainViews = ['Home', 'Providers', 'Carts']` I want: ``mainViews = [LocalizedStrings.home, LocalizedStrings.providers, LocalizedStrings.carts]`` so that I can: `mainView.map( (text, index) => { // code goes here })...` result: `undefined`

Is this possible? I am able to use FFmpeg on the terminal: > ffmpeg -i rtsp://coolURL@media/media.amp -b 900k -vcodec copy -r 60 -y MyVdeoFFmpeg.mp4 How would I go about this...

I am testing your example and it does not seem to work =/ Any ideas? > fatal error: ResponseSerializer failed to serialize the response to Requestable Model of type Person

added .codesnippet files to folder, they won't show up on Xcode =/