2018.04.01 Saraavesi: 1 x 15 cm ahven DIY-sini-puna-valko-lusikka + mustakultainen morri
2018.04.02 Saraavesi: 0 kalaa, vaikka kokeiltu ympäriinsä
2018.04.20 Jyväsjärvi, Päijänne: Äijälänsalmi jigailtu läpi isolla kirkkaalla jigillä, vain kiviä. Ei myöskään Rauhalahdessa.
2018.04.30 Saraavesi: 0 kalaa, avokelalla Sararannan laitureilta heittelyä: kaislikko-Räsänen ja kulta-musta Bete Lotto.
2018.05.05 Päijänne: 0 kalaa, Umpikela + Avokela, rantoja ja syvänteitä, uistelua, jigailua ja heittelyä. Luonnollinen jigi, iso vaappu, Bete Lotto ahvenvärityksellä, Helmi-Räsänen (kaislikko). Puolipilvisestä aurinkoiseen keskipäivä 13-16.
2018.05.xx Palokkajärvi: 0 kalaa, heitelty kepillä kaloja
2018.05.xx Palokkajärvi: 0 kalaa, heittokoholla heitelty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Change anything with this reducer ;)! | |
const onlyReducerYoullEverNeed = (state={}, action) => { | |
return { | |
...state, | |
action.payload | |
} | |
}; |
abcdefghijklmnopqrstuvwxyzåäö
ABCDEFGHIJKLMNOPQRSTUVWXYZÅÄÖ
1234567890
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const debug = | |
process.env.NODE_ENV !== "production" | |
? console.log.bind(console) | |
: () => void 8; | |
export default debug; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
giff = "!git diff --stat $1 -- ':(exclude)*package-lock.json'" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** CSS **/ | |
.border-bottom { | |
border-bottom: 1px solid transparent; | |
border-image: linear-gradient(0.25turn, transparent, black, transparent); | |
border-image-slice: 1; | |
width: 100%; | |
} | |
/** HTML **/ |
OlderNewer