Chralu
Chralu
Hi, I'm having the same issue with `flutter_linkify` `4.0.2`. Thanks for that great widget though :)
Hi, does `index.facetQuery` match your requirements ? Method's documentation : ```dart /// /// **FacetQuerys** /// /// Search for values of a given facet, optionally restricting the returned /// values to...
Any review/comment is welcome 😁
Hi @amugofjava , thanks to you for that great app :) You can reproduce that issue with [http://www.zqsd.fr/zqsd.xml](http://www.zqsd.fr/zqsd.xml) I'll look for a fix this afternoon. Actually, IMHO it reveals another...
# Current code status On iOS `info.plist`, we are using both `NSAllowsArbitraryLoads` and `NSAllowsArbitraryLoadsForMedia`. According to official documentation, ## NSAllowsArbitraryLoadsForMedia > A Boolean value indicating whether all App Transport Security...
Hi, that issue could be redundant with #13
Hi everyone, thanks for that great tool. @MyriaCore We could use a pandoc variable to specify `filetype`. That way, variable could be either declared inside document itself or injected through...
Hi, the script will update any record that matches the filter. Filter is defined in the configuration file : look at the RECORD variable. Unfortunately if your records cannot be...
Hi guys, After having a better look at the gandi API, you could use the following RECORD setup : RECORD = {'type':'A'} This will update all the records of type...
Hi @fa18swiss and @jeanblanchard, thanks a lot for that contribution ! I don't understand the reason for the commit #109532a. Did you encounter an issue with previous implementation ? I...