- 02 Jan, 2019 1 commit
-
-
Vaibhav Sagar authored
-
- 01 Jan, 2019 2 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
- 31 Dec, 2018 2 commits
-
-
Vaibhav Sagar authored
Change program type from ByteString to String and remove RankDir because that can be configured in the input.
-
Vaibhav Sagar authored
-
- 27 Nov, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 24 Nov, 2018 2 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
- 23 Nov, 2018 4 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
- 18 Nov, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 17 Nov, 2018 6 commits
-
-
Vaibhav Sagar authored
Remove duplicate module `IHaskellPrelude`.
-
Thomas Peiselt authored
remove module from `main`, and promote from `other-modules` to `exported-modules` in `library`. Fixes #971.
-
Vaibhav Sagar authored
Implement update_display_data message
-
Alexey Khudyakov authored
-
Alexey Khudyakov authored
This commit adds new message update_dispaly_data and updates display_data message to add optional transient field which is in turn used by update_display_data
-
Vaibhav Sagar authored
-
- 16 Nov, 2018 4 commits
-
-
Vaibhav Sagar authored
Fix protocol communication with jupyter-lab.
-
Alexander Vershilov authored
Moves package from using jupyter-notebook to the jupyter-lab. Both backends can still be used using: ihaskell-notebook and ihaskell-lab respectively.
-
Alexander Vershilov authored
The IPython specification for the metadata does not define that all fields in metadata must be textual. Latest Jupyters lab uses that feature so the parsing mechanism became incomplatible with the protocol. We change Metadata to be an Aeson.Object and introduce a 'Metadata' newtype in order to keep that explicit and open for the later changes if needed. Fixes #912.
-
Vaibhav Sagar authored
-
- 11 Nov, 2018 2 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
- 02 Nov, 2018 3 commits
-
-
Vaibhav Sagar authored
Hoogle v5 uses a different json representation for the data, requires a new URL and also contains HTML markup inside the json fields. This commit removes all markup to be able to handle the hoogle responses using the same structure as with the previous response structure (from hoogle v4).
-
Thomas Peiselt authored
-
Thomas Peiselt authored
This reverts commit 01366b63.
-
- 01 Nov, 2018 6 commits
-
-
Thomas Peiselt authored
-
Thomas Peiselt authored
This reverts commit 31a59439.
-
Thomas Peiselt authored
-
Thomas Peiselt authored
Hoogle v5 `docs` field already contains markup, so we just use the field content directly.
-
Thomas Peiselt authored
-
Thomas Peiselt authored
it's possible to have some content between `<span class=name>` and `<0>` so separating the expressions to handle this case.
-
- 31 Oct, 2018 1 commit
-
-
Vaibhav Sagar authored
-
- 30 Oct, 2018 1 commit
-
-
Thomas Peiselt authored
-
- 25 Oct, 2018 2 commits
-
-
Vaibhav Sagar authored
-
Vaibhav Sagar authored
-
- 24 Oct, 2018 1 commit
-
-
Thomas Peiselt authored
Hoogle v5 uses a different json representation for the data, requires a new URL and also contains HTML markup inside the json fields. This commit removes all markup to be able to handle the hoogle responses using the same structure as with the previous response structure (from hoogle v4).
-
- 23 Oct, 2018 1 commit
-
-
Vaibhav Sagar authored
-