ace

Results 48 comments of ace

@FiloSottile https://github.com/FiloSottile/age/pull/523 ?

Today I had the same issue. Simply renaming / removing the ldap.key and ldap.crt forces regeneration and everything is working fine again.

@dragonchaser why would you not regenerate it if the certs are expired and they are self certified? Not doing so raises the question why the certificates are generated at all...

Well I guess because it's currently classified as an expected behavior. See comments above. It's also described how to renew it. If you want an automated way I guess owncloud...

@SamuelHassine I'm not to deep into the python lib but has the reason something to do with generation or that some kwargs are directly used in the graphql api as...

For me dot 3 would be the most important (automatic import, not stopped). The perfect solution for me would be to do a one time migration of the type and...

@nicksieger you're right concerning the docstring. Obviously I'm too much in Go and Typescript :-). So the only improvement here were if the symbol definition could also be provided in...

Sure ```python var1 = { "metadata" = " aaa" } ``` I'd like do access metadata if I write var1[. Similar to the dot notation typescript provides for nested interfaces...

@nicksieger is it likely that this feature will be implemented in the near future. It would really ease the configuration.

@Jipegien I think the best and easiest way for you to leverage NER (Named Entity Recognition) to extract entities and relations out of unstructured texts is to use AI integration...