atom-api-blueprint-preview icon indicating copy to clipboard operation
atom-api-blueprint-preview copied to clipboard

Fixes multiple issues

Open elarivie opened this issue 9 years ago • 5 comments

This pull request contains many fixes

Temp file issues:

  • Use os library to identify the temp folder
  • Randomize temp file name to avoid race condition

fix danielgtaylor/atom-api-blueprint-preview#17 fix danielgtaylor/atom-api-blueprint-preview#24 fix danielgtaylor/atom-api-blueprint-preview#42

Max Buffer size issue:

  • Increased the max buffer size to infinity

fix danielgtaylor/atom-api-blueprint-preview#44

Other unreported issues which are fix:

No description for response section

  • Added it to the template

Not possible to embed image with data-uri

  • Well now it is possible (and its really useful) To embed an image use the following syntax:

    ![](data:image/gif;base64,…)
    

where … is the image data encoded in base64. The syntax also works with other file format (png, jpg, etc.)

elarivie avatar Feb 11 '16 03:02 elarivie

👍

maurobender avatar May 20 '16 02:05 maurobender

Any chance to see this merged?

Chosko avatar Aug 05 '16 13:08 Chosko

Any Movement on this?

mansona avatar Aug 25 '16 18:08 mansona

@danielgtaylor Any chance of seeing this merged? Previewing in Atom fails on every other change.

nilskp avatar Nov 03 '16 19:11 nilskp

@danielgtaylor any status for this MR? Seems it can fix annoying "/tmp/atom.apib" issue.

arkty avatar Jan 10 '17 12:01 arkty