Compl Yue

Results 26 comments of Compl Yue

'soft labels' here I mean, for each given temporal point, provide the label as a vector of probabilities for each states, instead of a definite state index, which I sort...

With an alternative solution #298, changes from #296 are removed from this PR, now it's only about `Arrow.Table`'s `Tables.partitions()` implementation. I suggest the commit history should be squashed, but don't...

@danderson We expect this feature very much, we are assigning IP addresses via static linux kernel cmdl args so far, so only if we can provide the IPs via DHCP,...

I noticed it too, each time a new VSCode window opened, the first time formatting .jl file will delay a few seconds, later formatting happens instantly. Maybe https://github.com/julia-vscode/LanguageServer.jl can provide...

May this trick work for JuliaFormatter.jl? https://github.com/JuliaLang/JuliaSyntax.jl/blob/main/src/precompile.jl ```julia # Just parse some file as a precompile workload let filename = joinpath(@__DIR__, "literal_parsing.jl") text = read(filename, String) parseall(Expr, text) parseall(SyntaxNode, text)...

@TimWhiting I noticed there at https://github.com/koka-community/html/blob/b59d465bb8813a97e36f7310885a5e8f8ff1b893/html/html.kk#L9-L10 ```Koka pub import html-builder pub import core-components ``` Non-pub artifacts within `html/html-builder` and `html/core-components` seem to have been publicly re-exported from `html/html`, I'd imagine...

ping! it's really annoying that I re-discover this after one and a half years when my cert expires. this should really be in the official repo.

@latentflip I'm really grateful. As with other best things in life, like free air, you almost always forget its existence when it keeps benefitting you. I just recall that I...

@danwashusen I think it's a "go" from you, and submitted PR #6 , which excludes modification to the installation instruction.

ping! @latentflip please review PR #6 and see if you can accept it?