Jonathan Cubides

Results 56 issues of Jonathan Cubides

Is there any chance to provide the option to encode the url after /png/ or /svg/ in something like base64 or any other enconding. The URL required to plot certain...

enhancement

I was wondering if you could please support markdown files, I would like to take advantage of the previewer for images and other stuff of markdown. What I have now...

enhancement
help wanted

The following picture shows the issue, I'm using two panels. Maybe is just an issue with a z-index, I don't know. ![image](https://user-images.githubusercontent.com/1428088/43480804-98062914-9504-11e8-8327-2764d959a675.png) If I scroll up then I got this...

bug

![image](https://user-images.githubusercontent.com/1428088/99432269-32967680-290c-11eb-858b-91c046f4d88f.png) In the picture, If I hover the mouse over the reference line (blue link), nothing happens. Of course, I go myself the way to that line, but the cursor...

bug

Hi, For citation of a named lemma, the example that works looks similar to: ``` Lemma (XXX). \label{lemmaXXX} : content..... ``` However, when I remove the name of the lemma,...

![image](https://user-images.githubusercontent.com/1428088/73858924-7e72a600-4839-11ea-8685-977a96ef8762.png)

To solve the exercises, it's much easier if the code is an Agda library. But then, maybe it is needed to add instructions on how to install it (e.g. use...

I was wondering if stylish haskell has currrently some way to have the imports with the next layout: ``` Haskell import OnlineATPs.Defaults ( getDefaults ) import OnlineATPs.Options ( Options (...