Marcin Rataj

Results 1311 comments of Marcin Rataj

Hi friends! I'm @lidel, also known as Marcin Rataj. Living in Lublin, Poland. Had a coffee-based breakfast. I've created and maintain [ipfs-companion](https://github.com/ipfs-shipyard/ipfs-companion/) browser extension, and currently work at Protocol Labs...

An example of prior art in "github analytics": https://github.com/StephenOTT/GitHub-Analytics, it seems to have a concept of Org-wide aggregation (a good PoC of what is possible with GH API): > ![](https://camo.githubusercontent.com/d3fbd47566eb400c68c8b38d68cb0e3bd990648f/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313939343833382f313730383531372f61383863613736342d363130662d313165332d386430612d3438353030656462306438332e706e67)...

Bit more up-to-date approach would something like https://github.com/grafana/github-to-es: > ![](https://github.com/grafana/github-to-es/raw/master/img/issue_trends.png) This setup should be quite flexible: data aggregation is separate from visualization, aggregation can be incremental. Grafana enables us to...

@achingbrain good find! IIRC [`last 2 versions`](https://jamie.build/last-2-versions) may be a problematic entry – it pulls in some fringe vendors with less than 1% of market penetration, which in turn introduces...

I agree with points from https://github.com/ipfs/community/issues/369#issuecomment-446032901 about labeling "good first issues" and being responsive, those are low hanging fruits. We should find a way to prioritize reviews from first time...

Some unknowns come with translations contributed via crowdsourcing websites: We want to consolidate translations in one place (Translation Project for IPFS GUIs: https://github.com/ipfs/ipfs-gui/issues/50). This means in near future community will...

> @ipfs/working-group-captains got renamed to @ipfs/wg-captains Somewhere between "Building the Decentralized Web" and "use cases that already have solutions built using our protocols" there is a story about **showing how...

FYI https://bugzilla.mozilla.org/show_bug.cgi?id=1341126 is marked as RESOLVED FIXED in Firefox 57, which will be released next week 👍

> it's very unlikely that there will exist cases where we have disembodied strings of bytes that we want to probe to figure out "is this a CID? and if...

- Potential **Prior Art**: - Chrome "Apps" had internal support for [chrome.socket](https://developer.chrome.com/apps/socket) API since v24. - Starting with Chrome 33, this API is deprecated in favor of the [sockets.udp](https://developer.chrome.com/apps/sockets_udp), [sockets.tcp](https://developer.chrome.com/apps/sockets_tcp)...