Koba Khitalishvili

Results 9 comments of Koba Khitalishvili

Is this still on the roadmap? I would love to contribute. Just need a starting point.

**EDIT**: Tested the code below and it works. ``` d3SimpleNetwork(data.frame(network), width = 600, height = 350, hover=TRUE) ``` This code will produce a graph that shows names of the nodes...

The output from `tap-facebook` has nested json objects which does not translate to csv well. As a result, if you feed it through the `target-csv` you will get misaligned columns.

@kum-deepak Hello. I would love to become the maintainer and help dc.js grow. It is one of my favorite javascript charting libraries. In the references you can see two visuals...

This is exactly what I want. Thanks for example. I will try it out.

@mashirozx hello. Thanks for the straightforward suggestion. I removed the upload component in all places in `component.js` and restarted my server by doing `sudo systemctl restart mastodon-web` . It does...

These commands worked for me ```bash sudo su mastodon cd ~/live RAILS_ENV=production bundle exec rails assets:precompile exit sudo systemctl restart mastodon-{web,sidekiq,streaming} ```

Hello. Are there plans to make the offline use of speaker-diarization-3.0 pipeline work? I tried above suggestions to no avail.

In addition to that I would love to have a parameter in `st.text` and `st.markdown` that will allow to switch off Latex rendering completely. Could be the same parameter that...