Jesper Stemann Andersen
Jesper Stemann Andersen
Awaiting merge of #68
Yes, ready to go
(also quite hard to decipher what type parameter NF refers to `F` is the function type of the loader... and `NF` is something with the number of dimensions of the...
#38 should do what has been discussed.
Are there any other MLFlow implementations/deployments using `/ajax-api` other than DagsHub? (I have only seen mention of `/ajax-api` in https://github.com/JuliaAI/MLFlowClient.jl/issues/35#issuecomment-1880158336) Wouldn't a more natural API be to provide the *API*...
> No objections but this definitely needs to be tagged breaking. So if we have any other breaking changes in mind... A very much related breaking change would be to...
Looking forward to see this realized. What can I do to help?
Something like the following may help (for unescaping hexadecimal numeric character references): ```julia function unescape_unicode(s::AbstractString) i = firstindex(s) while (m = match(r"&#(x)(\w{2,4});", s, i)) !== nothing s = replace(s, m.match...