Attila Szász

Results 61 comments of Attila Szász

I have to say I had high hopes for Terminus under Linux - but the settings don't seem to work reliably. The opacity setting is one that doesn't work; others...

In case it helps, I've got Chromecast Gen 3, firmware 1.49.

Thanks for the leads @keredson! Just had a brief look now. Heading off from https://developers.google.com/cast/docs/caf_receiver I discovered the [TextTracksManager](https://developers.google.com/cast/docs/reference/caf_receiver/cast.framework.TextTracksManager) class which has a `setTextTrackStyle()` method. Its underlying [TextTrackStyle](https://developers.google.com/cast/docs/reference/caf_receiver/cast.framework.messages.TextTrackStyle) class has...

@keredson would you mind pointing me at the code files in gnomecast where such change would be integrated?

Ah forget it, it's probably somewhere in `gnomecast.py`.

I agree with the OP, binary file imports are not adequate in LS. I also think there is definitely room for improvement around data import workflows, in general. **Treat every...

Perhaps it's easier on an example. Let's take your demo here http://doccano.herokuapp.com/demo/text-classification/ All text is free flowing, unformatted there. If I wanted to get the some of text formatted, e.g....

Thanks for the response. I'd rather prefer support for generic, user defined, flexible formatting. Given that your framework is Django based, all you should consider is a way to allow...

I tried to enable autoescape but it doesn't work. I'd need some guidelines on how the doccano templates work. For instance while Django's body syntax is in curly brackets `{{...