Konstantin Nikiforov
Konstantin Nikiforov
@Lasering uglify is only for assets pipeline, not for identated twirl templates. I have no problem, only thing i've saying: if someone will implement custom ident in twirl-generated files, it...
`strace` output: ``` $ staсe subtitleeditor ... recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 3, 382) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL,...
@ws-prive About login issues here: Command for install: ``` helm install openldap helm-openldap/openldap-stack-ha \ --namespace openldap \ ... \ --set env.LDAP_DOMAIN="ldap.xxxxxxx.local" \ ... \ --set adminPassword="adminPasswd" \ --set configPassword="configPasswd" ```...
(Just for information) 4. "DT_RELR without GLIBC_ABI_DT_RELR" fixed in ArchLinuxARM using: ``` git clone https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=widevine cd widevine makepkg -sic cp /opt/WidevineCdm/chromium/_platform_specific/linux_arm64/libwidevinecdm.so /var/lib/kodi/.kodi/cdm/ ```