~sbinet

France

Particle physicist turned software engineer

Trackers

~sbinet/star-tex

Last active 12 days ago

~sbinet/sako

Last active 2 months ago

~sbinet/msgbus

Last active 7 months ago

~sbinet/peertube

Last active 1 year, 19 days ago

~sbinet/aranet4

Last active 1 year, 4 months ago

~sbinet/varda

Last active 1 year, 8 months ago

~sbinet/odf

Last active 1 year, 9 months ago

~sbinet/gg

Last active 1 year, 11 months ago

#24 dvi/dvipdf: improve PDF generation 12 days ago

Ticket created by ~sbinet on ~sbinet/star-tex

Currently, PDF generated via dvi/dvipdf seem to cause issues to Chromium/Firefox: they don't display all the glyphs on screen.

mupdf seems ok.

Running:

$> mutool convert -o o.pdf testdata/hello_golden.pdf

seems to fix it (Firefox/Chromium will display all the glyphs for o.pdf).

#3 dvi: implement a pure-Go DVI writer package 16 days ago

Comment by ~sbinet on ~sbinet/star-tex

REPORTED RESOLVED FIXED

#5 cmd/dvi2pdf: add support for creating a PDF file out of a DVI one 16 days ago

Comment by ~sbinet on ~sbinet/star-tex

REPORTED RESOLVED FIXED

#23 all: streamline testdata + cross-compare w/ TeX output 16 days ago

Ticket created by ~sbinet on ~sbinet/star-tex

testdata directories are proliferating. we should gather them all under, say, internal/texdata:

  • hello.tex
  • hello_golden.dvi (generated by TeX)
  • hello_golden.png (generated by TeX)
  • hello_golden.pdf (generated by TeX)

and have internal/cmpdata compare the xyz_golden.<EXT> files with the one generated by the test. (with special handling for time differences and such)

For PDFs and other files which may not be bit-by-bit identical, we could use imagemagick or mutool to generate images for each page of the resulting PDFs, and use cmpimg on that.

We should probably have an (easy) way to regenerate the golden files.

example:

$> mutool convert -O resolution=100 -o output.png input.pdf

#16 pdf: add support for producing PDF 16 days ago

Comment by ~sbinet on ~sbinet/star-tex

REPORTED RESOLVED FIXED

#16 pdf: add support for producing PDF 16 days ago

Comment by ~sbinet on ~sbinet/star-tex

RESOLVED CLOSED REPORTED

#16 pdf: add support for producing PDF 16 days ago

Comment by ~sbinet on ~sbinet/star-tex

REPORTED RESOLVED CLOSED

#32 skapi: GET /api/entries endpoint should return 404 when no entries returned 2 months ago

Comment by ~sbinet on ~sbinet/sako

Hi ~ruben,

Thanks for the report (and the patches). I'll have a look at those shortly (by the end of the week).

Apologies for the belated answer.

-s

#31 skapi,skweb: consider using a SQL builder package 8 months ago

Ticket created by ~sbinet on ~sbinet/sako

to abstract away the exact SQL db that sako is using underneath all, we could use a SQL builder package.

e.g.:

  • github.com/huandu/go-sqlbuilder