Marius Fersigan

Results 5 comments of Marius Fersigan

Right now you are forced to write `m("div","test"; Symbol("-OutlineColor") => "blue")` in order to get `test`. However, `m("div","test"; Symbol("--outline-color") => "blue")` will produce the same thing. This behavior is explained...

Hey @potaslab , Here you have an example: ```julia the_prompt = "Explain Julia metaprogramming in about 10 words." create_completion( ENV["OPENAI_API_KEY"], "text-davinci-003"; prompt=the_prompt ) ``` Here you can see it in...

@potaslab, I think I understand what you mean by "missing" - the prompt is missing in the sense that it is a keyword argument (thus technically not required). Although the...

It seems that the arbitrary length of `LongSequence` has its place given the existence of the [Kmers.jl](https://github.com/BioJulia/Kmers.jl) package. P.S. Just adding this for context (@jakobnissen is clearly aware of this...

@txgk, thank you for continuing to work on Gumbo. For this change to take place, we need to update the Yggdrasil side of things. Done, here: https://github.com/JuliaPackaging/Yggdrasil/pull/12015 After the PR...