nitza | 2 months ago | on: T-Ruby is Ruby with syntax for types
nitza's comments
nitza | 5 years ago | on: How did Microsoft make Flight Simulator seem so real?
nitza | 9 years ago | on: GitLeaks – Search engine for exposed secrets on GitHub
nitza | 9 years ago | on: GitLeaks – Search engine for exposed secrets on GitHub
nitza | 9 years ago | on: GitLeaks – Search engine for exposed secrets on GitHub
It also seems as though the only use of this site is to capitalise on other people's mistakes? It looks like you're just handing over leaked data to people who will definitely abuse it, which seems to go against your core business of preventing data leaks?
`def greet(name: String, greeting: String = "Hello"): String`
will work for kwargs with default values — https://type-ruby.github.io/docs/getting-started/understandi...