devstaff-crete/DevStaff-Heraklion

View on GitHub

Showing 1,674 of 1,674 total issues

Headers should be surrounded by blank lines
Open

# DevStaff intro presentation
Severity: Info
Found in intro-presentation/README.md by markdownlint

MD022 - Headers should be surrounded by blank lines

Tags: headers, blank_lines

Aliases: blanks-around-headers

This rule is triggered when headers (any style) are either not preceded or not followed by a blank line:

# Header 1
Some text

Some more text
## Header 2

To fix this, ensure that all headers have a blank line both before and after (except where the header is at the beginning or end of the document):

# Header 1

Some text

Some more text

## Header 2

Rationale: Aside from aesthetic reasons, some parsers, including kramdown, will not parse headers that don't have a blank line before, and will parse them as regular text.

Unordered list style
Open

  - __Location:__ Remote / Hybrid in Heraklion
Severity: Info
Found in jobs/README.md by markdownlint

MD004 - Unordered list style

Tags: bullet, ul

Aliases: ul-style

Parameters: style ("consistent", "asterisk", "plus", "dash"; default "consistent")

This rule is triggered when the symbols used in the document for unordered list items do not match the configured unordered list style:

* Item 1
+ Item 2
- Item 3

To fix this issue, use the configured style for list items throughout the document:

* Item 1
* Item 2
* Item 3

Note: the configured list style can be a specific symbol to use (asterisk, plus, dash), or simply require that the usage be consistent within the document.

Line length
Open

The `slides-devstaff-intro.html` file contains the intro presentation of the DevStaff's meetup in an open format. We use [reveal.js](https://github.com/hakimel/reveal.js) as the engine behind the presentation.
Severity: Info
Found in intro-presentation/README.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Headers should be surrounded by blank lines
Open

## Edit the presentation using [slides.com](https://slides.com/)
Severity: Info
Found in intro-presentation/README.md by markdownlint

MD022 - Headers should be surrounded by blank lines

Tags: headers, blank_lines

Aliases: blanks-around-headers

This rule is triggered when headers (any style) are either not preceded or not followed by a blank line:

# Header 1
Some text

Some more text
## Header 2

To fix this, ensure that all headers have a blank line both before and after (except where the header is at the beginning or end of the document):

# Header 1

Some text

Some more text

## Header 2

Rationale: Aside from aesthetic reasons, some parsers, including kramdown, will not parse headers that don't have a blank line before, and will parse them as regular text.

Line length
Open

This presentation can be used by just downloading the `slides-devstaff-intro.html` file and opening it using a browser.
Severity: Info
Found in intro-presentation/README.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Line length
Open

The presentation can be edited by using a simple text editor. The agenda slide can be easily edited using this way or can even be ignored in some cases.
Severity: Info
Found in intro-presentation/README.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Unordered list style
Open

  - [Read more & Apply here](https://www.linkedin.com/jobs/view/3955326490)
Severity: Info
Found in jobs/README.md by markdownlint

MD004 - Unordered list style

Tags: bullet, ul

Aliases: ul-style

Parameters: style ("consistent", "asterisk", "plus", "dash"; default "consistent")

This rule is triggered when the symbols used in the document for unordered list items do not match the configured unordered list style:

* Item 1
+ Item 2
- Item 3

To fix this issue, use the configured style for list items throughout the document:

* Item 1
* Item 2
* Item 3

Note: the configured list style can be a specific symbol to use (asterisk, plus, dash), or simply require that the usage be consistent within the document.

Line length
Open

For more advanced editing it is highly recommended to use the [slides.com](https://slides.com/) service.
Severity: Info
Found in intro-presentation/README.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Unordered list style
Open

    - 5+ years of experience in backend development
Severity: Info
Found in jobs/README.md by markdownlint

MD004 - Unordered list style

Tags: bullet, ul

Aliases: ul-style

Parameters: style ("consistent", "asterisk", "plus", "dash"; default "consistent")

This rule is triggered when the symbols used in the document for unordered list items do not match the configured unordered list style:

* Item 1
+ Item 2
- Item 3

To fix this issue, use the configured style for list items throughout the document:

* Item 1
* Item 2
* Item 3

Note: the configured list style can be a specific symbol to use (asterisk, plus, dash), or simply require that the usage be consistent within the document.

Unordered list style
Open

    - Excellent problem-solving skills and ability to work in a fast-paced environment
Severity: Info
Found in jobs/README.md by markdownlint

MD004 - Unordered list style

Tags: bullet, ul

Aliases: ul-style

Parameters: style ("consistent", "asterisk", "plus", "dash"; default "consistent")

This rule is triggered when the symbols used in the document for unordered list items do not match the configured unordered list style:

* Item 1
+ Item 2
- Item 3

To fix this issue, use the configured style for list items throughout the document:

* Item 1
* Item 2
* Item 3

Note: the configured list style can be a specific symbol to use (asterisk, plus, dash), or simply require that the usage be consistent within the document.

Line length
Open

We’re looking for Senior and Mid level Backend Engineers to join the Heraklion team, who’ll join Fairlo's success story and be part of taking the Fairlo Tech hub to the next level.
Severity: Info
Found in jobs/README.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Line length
Open

  - We are looking for a DevOps Engineer to join our team and help us streamline our development and deployment processes.
Severity: Info
Found in jobs/README.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Line length
Open

Σαν κοινότητα τεχνολογικού προσανατολισμού θα θέλαμε να δούμε το Ηράκλειο να αποκτήσει εξωστρέφεια σαν πόλος έλξης συγκεκριμένου τεχνολογικού κοινού και ατόμων υψηλής εξειδίκευσης, όπως προγραμματιστών και επαγγελμάτων πληροφορικής. Πρόκειται για μία ιδιαίτερα εύρωστη κοινωνική ομάδα, η οποία έχει την ιδιαιτερότητα - όλο και περισσότερο - ότι μπορεί να εργάζεται απομακρυσμένα. Αυτό σημαίνει ότι μπορεί να επιλέγει να διαμένει σε ένα μέρος με καλή ποιότητα ζωής, καλό κλίμα, κλπ., όπως η Κρήτη, καθώς και να επιλέγει με ποιους εργοδότες συνεργάζεται ανά τον κόσμο. Η ύπαρξη πληθώρας επιχειρήσεων τεχνολογίας, ιδρυμάτων εκπαίδευσης με σχολές με τεχνολογικό προσανατολισμό, ιδρυμάτων έρευνας, καθώς και incubators όπως το Step-C, αλλά και η διοργάνωση σχετικών συνεδρίων και εκδηλώσεων, αποτελούν στην παρούσα φάση μια μοναδική ευκαιρία για την πόλη μας να αναδειχθεί σε Technology Hub. Η ανάδειξη της πόλης σε Τεχνολογικό Κέντρο, σε συνδυασμό με την προβολή των σταθερών ποιοτικών χαρακτηριστικών της ιστορικότητας, του φυσικού περιβάλλοντος και του κλίματος θα δημιουργήσουν μια πολύ δυνατή εικόνα για την προσέλκυση συνεδριακού τουρισμού αλλά και μόνιμων κατοίκων της πόλης.

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Line length
Open

Ένα ακόμα θέμα που πρέπει να συμπεριλιφθεί είναι η δημιουργία περιβάλλοντος φιλικού προς επιχειρήσεις startup. Το σχέδιο θα μπορούσε να προβλέπει την ύπαρξη μηχανισμών για να έρθουν κοντά οι νέες startup τεχνολογικές επιχειρήσεις της χώρας μας, με τις υφιστάμενες παραδοσιακές επιχειρήσεις της πόλης με τελικό στόχο την εξυπηρέτηση και τη βελτίωση της ποιότητας ζωής των πολιτών.

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Line length
Open

Εντός της κοινότητας μπορούμε εύκολα να διαπιστώσουμε το κενό και τις αποστάσεις που έχουν δημιουργηθεί ανάμεσα στις επιχειρήσεις τεχνολογίας του Ηρακλείου και τα ιδρύματα τριτοβάθμιας εκπαίδευσης, όπως Πανεπιστήμιο / ΤΕΙ και τους ερευνητικούς φορείς, όπως το ΙΤΕ. Υπάρχει η ανάγκη για σύγκλιση ανάμεσα στους παραπάνω φορείς με πολλαπλά οφέλη για καθένα από αυτούς. Σε αυτό τον τομέα υπάρχει ένα σύνολο προτάσεων που παραθέτουμε.

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Line length
Open

Στα πλαίσια των δραστηριοτήτων του, το DevStaff Community έχει εμπλακεί ή/και οργανώσει (μεμονωμένα μέλη του ή ομάδες μελών) δράσεις για την προσέλκυση των νέων μέχρι 18 ετών στο χώρο της τεχνολογίας και την εκπαίδευση τους σε σχετικά θέματα. Μία πρώτη δράση που οργανώθηκε με συμμετοχή μελών της κοινότητας το καλοκαίρι του 2015 και επαναλαμβάνεται το καλοκαίρι του 2016 είναι το JCrete4Kids που είναι μια ημερίδα προγραμματισμού και πληροφορικής για παιδιά (περισσότερες πληροφορίες: https://prezi.com/zx0dri7oujfa/jcrete4kids/ ). Η κοινότητα ενδιαφέρεται να συνεχίσει την δράση της σε αυτό το κομμάτι και είναι σημαντικό να συμπεριληφθεί στο στρατηγικό σχεδιασμό του Δήμου, η εκπαίδευση των νέων σε θέματα τεχνολογίας και προγραμματισμού, οι εκδηλώσεις που θα μπορούσαν να λάβουν χώρα, η  προσέγγιση νέων και επαγγελματιών της τεχνολογίας (mentoring), η παρουσία σε αυτούς των δυνατοτήτων εξέλιξης και η γνωριμία τους με σχετικές δραστηριότητες.

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Trailing spaces
Open

Swag packs may be given to lucky attendees (e.g., through a lottery that can take place at the meetup), or to speakers, or to community members. Your company will be publicly thanked for making this possible. 
Severity: Info
Found in Sponsors.md by markdownlint

MD009 - Trailing spaces

Tags: whitespace

Aliases: no-trailing-spaces

Parameters: br_spaces (number; default: 0)

This rule is triggered on any lines that end with whitespace. To fix this, find the line that is triggered and remove any trailing spaces from the end.

The brspaces parameter allows an exception to this rule for a specific amount of trailing spaces used to insert an explicit line break/br element. For example, set brspaces to 2 to allow exactly 2 spaces at the end of a line.

Note: you have to set brspaces to 2 or higher for this exception to take effect - you can't insert a br element with just a single trailing space, so if you set brspaces to 1, the exception will be disabled, just as if it was set to the default of 0.

Trailing spaces
Open

* Around 500 EUR on swag packs - i.e. awareness for you for THREE meetups. 
Severity: Info
Found in Sponsors.md by markdownlint

MD009 - Trailing spaces

Tags: whitespace

Aliases: no-trailing-spaces

Parameters: br_spaces (number; default: 0)

This rule is triggered on any lines that end with whitespace. To fix this, find the line that is triggered and remove any trailing spaces from the end.

The brspaces parameter allows an exception to this rule for a specific amount of trailing spaces used to insert an explicit line break/br element. For example, set brspaces to 2 to allow exactly 2 spaces at the end of a line.

Note: you have to set brspaces to 2 or higher for this exception to take effect - you can't insert a br element with just a single trailing space, so if you set brspaces to 1, the exception will be disabled, just as if it was set to the default of 0.

Line length
Open

The main way to sponsor DevStaff is through [our OpenCollective page](https://opencollective.com/devstaff), which helps us gather financial contributions via a transparent system. There, you can find the available contribution options such as:
Severity: Info
Found in Sponsors.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Trailing spaces
Open

* 8 attendees/laptops is good limit to start. Above this limit, you need more 
Severity: Info
Found in HackSessionHowTo.md by markdownlint

MD009 - Trailing spaces

Tags: whitespace

Aliases: no-trailing-spaces

Parameters: br_spaces (number; default: 0)

This rule is triggered on any lines that end with whitespace. To fix this, find the line that is triggered and remove any trailing spaces from the end.

The brspaces parameter allows an exception to this rule for a specific amount of trailing spaces used to insert an explicit line break/br element. For example, set brspaces to 2 to allow exactly 2 spaces at the end of a line.

Note: you have to set brspaces to 2 or higher for this exception to take effect - you can't insert a br element with just a single trailing space, so if you set brspaces to 1, the exception will be disabled, just as if it was set to the default of 0.

Severity
Category
Status
Source
Language