Karthik Ramesh Iyer

Results 13 issues of Karthik Ramesh Iyer

## Description The SVG adapter doesn't support ImageSequenceReference. Point to note (by @apetrynet): > Instead of target_url it has an abstract_target_url() method which produces a full path if you provide...

good first issue

## Feature Request Proposal to add BDD (Behaviour Driven Development) tests to the project. ## Description I'm thinking of migrating to BDD tests in the Java bindings using [spock](https://spockframework.org/), a...

**Link the Issue(s) this Pull Request is related to.** Closes #62 **Summarize your change.** This PR adds basic support for Subtitles. I've based it on what I understood from TTML2...

roadmap

A pie chart is a circular graph that shows the relative contribution that different categories contribute to an overall total. A wedge of the circle represents each category’s contribution, such...

The current LineChart implementation uses rectangular coordinates. It would be good to have a plot type that helps us plot data using [polar coordinates](https://en.wikipedia.org/wiki/Polar_coordinate_system). Details about what a polar plot...

A stack plot is similar to a Line Plot, the difference being that the data sets are stacked over one another. A simple example can be found [here](https://matplotlib.org/gallery/lines_bars_and_markers/stackplot_demo.html#sphx-glr-gallery-lines-bars-and-markers-stackplot-demo-py). This task...

@karwa I am not able to recall what you'd said about updating the docs. From what I can recall, you'd suggested to remove it from the README and instead use...

Initial discussion regarding this can be found here: https://github.com/KarthikRIyer/swiftplot/pull/23#issuecomment-500880675

**Describe the issue** Publishing messages using `.setHeader("spring.cloud.stream.sendto.destination", "output binding name here")` gives me the following exception: ``` Caused by: java.lang.ClassCastException: class com.example.airplane.FlightEvent cannot be cast to class [B (com.example.airplane.FlightEvent is...

waiting-on-feedback