George Bogdanov

Results 17 comments of George Bogdanov

Seems that the problem is somewhere in known nodes list. If start gproc like this (specifying the list of nodes): ``` bash erl -pa ebin deps/*/ebin -name [email protected] -eval "net_adm:world(),...

It's possible, but I'm not planning to do so. If you want to contribute the support for other languages we can discuss the design of your solution and I will...

Great idea! It would be even better to remember a particular scrolled spot on the timeline.

And also people missing on the mapping stage: ``` $ cat data/intermediate/merged.json | scripts/intersect.py data/wiki.json > data/intermediate/mapped.json Written 10434 people, 4107 not found Top 20 people not found: Homer (rating...

The new list after adding data from DBPedia: Mapping: ``` cat data/intermediate/merged.json | scripts/intersect.py data/wiki_dbpedia_dates.json > data/intermediate/mapped.json Written 11162 people, 3379 not found Top 20 people not found: Nero (disambiguation)...

Hey, @bendikro, thanks for your question. I commented on a similar question here https://github.com/grammarly/rocker/issues/199#issuecomment-374695094, hope it helps a bit. Regarding your particular cases: 1. Try to pre-process your Dockerfile before...

Error when saving .erl file: ``` Traceback (most recent call last): File "./sublime_plugin.py", line 190, in on_post_save File "./sublime_plugin.py", line 154, in run_timed_function File "./sublime_plugin.py", line 189, in File "./sublimerl_autocompiler.py",...

Ah, got it, it was because of incorrect directory layout. But autocomplete still not working http://o7.no/ZCSfNQ

Hi, everyone. We found that being able to have multiple FROM instructions in a single Dockerfile is very convenient. Take a look at https://github.com/grammarly/rocker