matclab

Results 68 comments of matclab

Changing Printers.ART_CHARS['unicode'] to ``` 'unicode': { 'hrz': b'\xe2\x94\x80'.decode('utf8'), 'vrt': b'\xe2\x94\x82'.decode('utf8'), 'lrc': b'\xe2\x94\x98'.decode('utf8'), 'urc': b'\xe2\x94\x90'.decode('utf8'), 'ulc': b'\xe2\x94\x8c'.decode('utf8'), 'llc': b'\xe2\x94\x94'.decode('utf8'), 'crs': b'\xe2\x94\xbc'.decode('utf8'), 'lte': b'\xe2\x94\x9c'.decode('utf8'), 'rte': b'\xe2\x94\xa4'.decode('utf8'), 'bte': b'\xe2\x94\xb4'.decode('utf8'), 'ute': b'\xe2\x94\xac'.decode('utf8')}, ``` seems...

You may use the `--detail end` option.

In fact I tried with an old version of gmusicapi (but I didn't note exactly which one) and get a lot of exceptions. So I updated to the last one...

Not exactly. Imagine a song starting at 60bpm, with a latter ramp up to 68, 76 and then a finish at 120 bpm. Then for a live session, we would...

The only other name I can come with would be something like "adaptative tempo marker"... I'm not sure to be qualified for giving an advice about naming though. Perhaps the...

I wonder if it would also solve the problem I encountered with newer version of google cloud sdk, where my tests fail with: ``` … self = def connect(self): >...

@andrewsardone Unfortunately not. Using web2py I can do most of my unit test outside of GAE, and I've setup a continuous integration service to do the real online test (wityhout...

Before trying the `feature/refactor` branch, I tried with the docker to try reproducing the problem in a controlled environment, but `docker run --rm -v $(pwd):/src taobeier/backslide export` gives: ``` mime.getType(...)...

`feature/refactor` branch neither produces an html file with the font embeded (the font awesome css doesn't seem to be included whereas it was in the master version).

For info, having installed `inliner 1.13.1` and doing: ``` bs export -l inliner -n -m dist/201809-sécurité.html > res.html ``` worked well. Not using the `-n` (no compression) produces an invalid...