Sharo
Sharo
I had problems with setting options I wanted, pass the options parameter to the save function call not set_options ``` options = { 'dpi': 200, 'module_height': 5, 'quiet_zone': 0, 'text_distance':...
Do you have any long term plans for this? any todo list?
Ah exams, good luck dude. the problem is that there is a call when things get rendered that pass the default available options, I figured that out just by quickly...
so far what I tracked down is (and this was just a quick look): at `line 72-75 : base.py` where `render()` is called the `options` argument that is passed is...
I tested it on the latest version of Async and returning negative numbers no longer hangs the program.
> You will need to add this new flag to the usage message. Also, when I test this, it does something like > > ``` > ~/glslang$ build/StandAlone/glslang --absolute-path Test/cppBad2.vert...
I just ran into this and its not fun. But I have managed to track the out of the box not working down to two problems, at least for me....
> Hi, Your fix might be correct but do you have this in your sharpmake scripts? > > [module: Reference("Sharpmake.CommonPlatforms.dll")] > > If you don't and add it, does the...
For me personally opening links to other PDFs isn't that important whether local PDF links or external/online ones and I feel like their use cases might be smaller compared just...
If you are a RemedyBG fan: ```vim function! g:RemedySetBreakpoint(job_id, data, event) const file_name = expand("%:p") const line_number = line('.') const breakpoint = "remedybg.exe toggle-breakpoint-at-file " .. file_name .. " "...