Jesper Stemann Andersen

Results 56 issues of Jesper Stemann Andersen

I think it would be an idea to elaborate a bit on the goals of this package - and hence on the goals of defining and implementing interfaces in Julia....

This should remedy #25 and #26 Also: * Bumped min. Julia version for CI to 1.3 (required for using JLL). * Added CI for Julia 1.6 (LTS). * Enabled CI...

Adds support for WebP. - provided https://github.com/JuliaRegistries/General/pull/104921 is merged.

Is `{T,N}` missing from `AbstractArray` in: https://github.com/JuliaIO/MultifileArrays.jl/blob/46f51fdf7ff17231e4fe3c90e3699828d5ce4640/src/MultifileArrays.jl#L15 i.e. ```julia struct MultifileArray{T,N,A

The implementation seems partially restricted to loader functions for strings - the array data could also hide in e.g. an `Int`-indexed database...

[XML character entity references](https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references), e.g. `Å` ("Ã…"), and XML [numeric character references](https://en.wikipedia.org/wiki/Numeric_character_reference), e.g. `Å` ("Ã…"), are not unescaped/escaped by `XML.unescape` and `XML.escape` methods.

Using extended platform selection based on platform augmentation tags, i.e. https://pkgdocs.julialang.org/v1.7/artifacts/#Extending-Platform-Selection - adapted for use with JLL Artifacts.

I've worked on getting a BinaryBuilder set-up for building onnxruntime for all BB-supported platforms: https://github.com/IHPSystems/onnxruntime_jll_builder The current master only builds for CPU. Need to figure out how to deploy both...

One should also be aware that the currently provided pre-built Microsoft-binaries may include some level tracking: https://github.com/microsoft/onnxruntime/blob/main/docs/Privacy.md Should be fixed by using the JLL artifacts, e.g. #19

Would it make sense to e.g. pre-compile some packages in `postcreate.jl` to make the language server etc. start faster? (once `postcreate.jl` is done) I.e. 1. `LanguageServer` et al., i.e. the...