Skip to content

Instantly share code, notes, and snippets.

View rszalski's full-sized avatar
🏠
Working from home

Radosław Szalski rszalski

🏠
Working from home
  • Silo Technologies
  • Poland
View GitHub Profile
@rszalski
rszalski / .eslintrc.js
Last active June 13, 2019 10:29
.eslintrc.js config and packages for stellar ESlint + TypeScript + StandardJS + Prettier + React Native experience
module.exports = {
parser: '@typescript-eslint/parser',
plugins: [
'@typescript-eslint',
'react',
'react-native',
'react-hooks',
'import',
'jsx-a11y',
'promise',
@rszalski
rszalski / snippets.js
Last active October 18, 2018 19:46
[Unity GitHub Review] - collapses types of files automatically. Run this in Chrome DevTools. #github #review #devtools
$$('.file').filter((el) => /.*(mp3|png|meta|asset|unity|prefab|anim|controller|mat|ttf|otf|spriteatlas|tpsheet|tps)$/.test(el.querySelector('a').href)).forEach((el) => el.querySelector('button.js-details-target').click())
@rszalski
rszalski / gist:37a54b03af6378332eb8
Last active April 29, 2018 15:12
[Keybase proof] #keybase
### Keybase proof
I hereby claim:
* I am rszalski on github.
* I am rszalski (https://keybase.io/rszalski) on keybase.
* I have a public key whose fingerprint is 2BD1 EBF3 B76B 6205 FA95 0F8D 2140 45E1 1E43 93FB
To claim this, I am signing this object:
@rszalski
rszalski / gist:506242
Created August 3, 2010 12:00
Post-Commit Hook for GIT - Used with Fixx Issue Tracker. Allows for automatic resolving, closing and commenting issues when commiting.
#!E:\Python31\python
# Created By: Radosław Szalski <radoslaw.szalski@gmail.com>
# Tested with Python 3.1, git v. 1.7.1 (using msysgit) and Fixx 1.9
# Rewriting to Python 2.X should be straightforward
# Read more - http://docs.python.org/py3k/whatsnew/3.1.html
# This hook script is called after a commit is made
# It's purpose is to update FIXX's (bug tracker) issues when they are fixed/resolved/commented