Vinícius dos Santos Oliveira

Results 52 issues of Vinícius dos Santos Oliveira

This is a commonly used technique: https://unix.stackexchange.com/questions/33994/zsh-interpret-ignore-commands-beginning-with-as-comments?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa But with zsh-syntax-highlighting turned on, all characters after `#` become invisible.

Fortunately it's not mainstream (so not hype?), but the amount of money that goes into teams to foster this initiative is not something to ignore. https://people.well.com/user/doctorow/metacrap.htm I won't write a...

Boost.Hana currently has `Struct`. I have some code that performs automatic serialization for `Struct` types. However an `Enum` is missing in Boost.Hana to help here further. > The `Struct` concept...

[Documentation states](http://boostorg.github.io/hana/group__group-Sequence.html#gae22a1a184b1b2dd550fa4fa619bed2e9): >it must also be true that `n < length(xs)` So if I have a sequence of size 2, the only valid indexes are 0 and 1 then I...

I've spent an hour trying to record audio and sync'ing with the video. I'm gonna paste my findings here and possibly get back to this issue when I have the...

enhancement

``` vinipsmaker ~/test $ git clone gittorrent://github.com/cjb/recursers Cloning into 'recursers'... Okay, we want to get: 5fbfea8de70ddc686dafdd24b690893f98eb9475 /usr/lib/node_modules/gittorrent/node_modules/bittorrent-dht/node_modules/k-bucket/index.js:225 if ((id.length

Pipes on their own are not very useful. You either inherit a pipe (e.g. `stdin`, `stdout`, `stderr`), or create new pipes to be sent over (e.g. `fork()`, `SCM_RIGHTS`), and then...

Initial work on the [parse_form_data_uploaded_files branch](https://github.com/vinipsmaker/tufao/tree/parse_form_data_uploaded_files).

enhancement

enhancement