Cless

Results 25 comments of Cless

> Hello, to make the media player even more faster and more energy and battery efficient and to avoid the noise of the fans during this hot summer, I prefer...

TLS helps to encrypt the content, to prevent spying/modifying data when transmission. From the documentation, --no-gnutls-system-trust means **NOT** "Trust the root certificates of Certificate Authorities stored in the operating system...

Reference: [gnutls](https://www.gnu.org/software/gnutls/reference/gnutls-gnutls.html) **(Not from VLC, so it's not sure that VLC follows these)** > - "PERFORMANCE" means all the "secure" ciphersuites are enabled, limited to 128 bit ciphers and sorted...

Since this zoom feature comes from VLC. I think it's not possible now.

Although libvlc supports seek with milliseconds, it does not show time in milliseconds. Anyway, if you don't care about displaying, this could be done.

Yes, this is really useful. It would be great if we can delete the image, descriptor, descriptor set. We're looking forward to this feature. Thank you!

To fix this, I remove the appindicator and use these extensions: - https://extensions.gnome.org/extension/1503/tray-icons/ OR - https://extensions.gnome.org/extension/2890/tray-icons-reloaded/ => no more spam in syslog

I have done this. There are changes in Spring Data Neo4j here: https://stackoverflow.com/questions/68472313/spring-data-neo4j-6-relationship-undirected So the code needs to be updated as following: ``` greg = personRepository.findByName(greg.getName()); greg.worksWith(roy); greg.worksWith(craig); personRepository.save(greg); roy...

> However, I hadn't explicitly set the tensor_split parameter, but it isn't clear to me that that matters (it seems to manage this by default?). You need to set `tensor_split`...

Yes, support for this format should be aligned with the cvat format version (1.1 now)