GithubHelp home page GithubHelp logo

swiftweekly / swiftweekly.github.io Goto Github PK

View Code? Open in Web Editor NEW
327.0 24.0 48.0 7.56 MB

A community-driven weekly newsletter about Swift.org

Home Page: https://swiftweekly.github.io/

License: Creative Commons Zero v1.0 Universal

HTML 46.15% CSS 31.34% Ruby 18.08% Shell 4.43%
newsletter swift llvm clang lldb swift-language blog news swift-package-manager swift-corelibs-foundation

swiftweekly.github.io's People

Contributors

ankitspd avatar basthomas avatar benasher44 avatar bhargavg avatar codingexplorer avatar davedelong avatar dependabot-preview[bot] avatar dependabot[bot] avatar eejahromi avatar fassko avatar fbeeper avatar garricn avatar gregheo avatar jeroenleenarts avatar jessesquires avatar jpsim avatar louisjc avatar mattrajca avatar maxdesiatov avatar mcnight avatar modocache avatar mominul avatar nemecek-filip avatar ole avatar pixyzehn avatar romanvolkov avatar tapthaker avatar wongzigii avatar zeveisenberg avatar zntfdr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

swiftweekly.github.io's Issues

subscribe button not working?

i am not sure why, i am pretty new to programming, for some reason the subscribe button havenot worked for me. i am sorry if it was my fault or something . i am sharing the screenshot
screen shot 2016-01-14 at 11 47 48 am

[Sponsorships] March

March

Booked: 2, 9, 16, 23 with Paul, HackingWithSwift.


Booked: March 30 with Realm.

[Translation] Brazilian Portuguese

Hi @jessesquires,

Seeing how well the french translation seems to be turning, I'd like to offer my translations to Brazilian Portuguese if you don't mind. This should hopefully help some people in my country and also help me keep in touch with what goes on in the Swift world more closely.

Let me know if this is fine by you!

Cheers!

Author page improvements

Just a few ideas:

  • Add avatars? (maybe via gravatar?)
  • Add info about how to become a contributing author
  • Link to the authors somewhere (maybe in the footer?)

Starter tasks for issue 15

Some new starter tasks:

  • SR-1046: Make sure we use the same test runner executable for both the Swift and swift-corelibs-xctest builds.
  • SR-1047: Test the Python used in the swift-corelibs-xctest project as part of the XCTest test suite.
  • SR-1048: Build debug/release versions of swift-corelibs-xctest when building debug/release versions of Swift.

This task from last week is still up for grabs:

  • SR-875: Improve regex support in the swift-corelibs-xctest test suite. This'll make it easier to write tests for that project.

[Sponsorships] February

February is booked with Forward Swift.

sponsor:
link: https://forwardswift.com
heading: ! 'Forward Swift: March 2 in San Francisco + Free Online Workshop Access'
body: Attend a full day of cutting-edge iOS talks ranging from mirroring and introspection to watchOS. Your ticket includes free networking events with speakers/other devs, and 1 free month of online workshop access post event. Add an exclusive in-person workshops by Paul Hudson on beginning or advanced Swift, macOS, and server-side Swift while they last. Use code forward-swift-2017.

[17] Add StarterBug for stdlib tests

  • SR-1124: Migrate legacy Swift stdlib tests to the StdlibUnittest framework. This would make those tests easier to read and maintain. Over the course of completing this task, newcomers to Swift development would become familiar with several tools used to test the compiler. There are 35 tests in total--feel free to claim individual tests by commenting on the task.

Add 'written by' field, implement possibility for multiple authors

Currently, would use post.author for the written by field.

Written by:

  • Appears below issue # and date, "Written by "

Add authors to _config.yml ?

authors:
    jesse: 
        name: 'Jesse Squires'
        url: 'twitter.com/jesse_squires'
   john:
        name: 'john appleseed'
        url: 'twitter.com/johnappleseed'

[Translation] Supporting general i18n in Jekyll

Hi,

I would like to start translating your posts in french in order to keep a regular challenge each week before writing my own stuff :)

How do you plan to integrate internationalization with jekyll ?
After searching a little bit on google, it seems that there is quite a few different ways to do it !

Cheers !

Running `jekyll build` fails

/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.0/lib/bundler/definition.rb:181:in `rescue in specs': Your bundle is locked to minitest (5.9.0), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of minitest (5.9.0) has removed it. You'll need to update your bundle to a different version of minitest (5.9.0) that hasn't been removed in order to install. (Bundler::GemNotFound)

Is this a recent issue, or is it me missing something?

The Mistakes Most Swift Developers Don't Know They're Making

The Mistakes Most Swift Developers Don't Know They're Making

Swift is the new programming language created to be a modern replacement for Objective-C in iOS and OS X application development. In general, a skilled Swift developer is usually someone who is already experienced with Objective-C, and that, among other things, might lead them to write Swift code using Objective-C best practices, which can cause some bad mistakes.

In this article, Toptal Freelance Software Engineer Nilson Souto outlines the most common mistakes Swift developers should be aware of.

Search?

Will probably be useful to be able to search the site eventually

How do you refer to yourself?

The weekly usually refers to people in the third person:

JP Simard rewrote the entire compiler to be much faster.

What happens if the author and the subject of the sentence are the same person? For example, in issue 39, I wrote:

Brian Gesiak sent a pull request to mark internal variables as final, which works around the bug in some cases.

Should I instead write this?

I sent a pull request to mark internal variables as final, which works around the bug in some cases.

On the one hand, it's weird to refer to myself in the third-person. On the other, "I" isn't in line with the rest of the document.

Thoughts? ๐Ÿ™Œ

associatetype

I don't think is is s braking change in 2.2. I thought I read that it was just additive so that both types alias and associated type would compile in 2.2 I maybe be wrong.

Loรฏc Lecrenier's proposal, "Replace typealias keyword with associatedtype for associated type declarations", has been accepted for Swift 2.2! This is a breaking change, but it should be easy to migrate your existing code.

September issues

@modocache @jpsim

Hello good sirs! Thanks so much for helping out in September ๐Ÿ˜Š

Here's the current tentative plan:

  • Issue 37, Sept 8: Jesse
  • Issue 38, Sept 15: JP
  • Issue 39, Sept 22: Brian
  • Issue 40, Sept 29: Brian

Of course, we can tweak this however we want. Or, if you know someone else who would like to contribute, that would work too. Let me know how this sounds! ๐Ÿ˜„

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.