Michael Pusterhofer

Results 29 comments of Michael Pusterhofer

I tried to compile a small demo project with aur/juliaup, aur/julia-bin and the community/julia package. With the new branch of PackageCompiler aur/juliaup and aur/julia-bin work. the community/julia package was throwing...

I tried to build something, but I few things don't work. How to I get different values for u,uprev,uprev2 etc. Here is the code I wrote until now: https://gist.github.com/feanor12/867f0b04a732824f3bff6846899bb167

I updated the code again rev 4 should work. https://gist.github.com/feanor12/867f0b04a732824f3bff6846899bb167

It breaks the usecase where takeanchored! can be used to extract tokens from a stream as the anchor position should always be kept in the buffer. Does a refilled buffer...

I tried with Julia 1.7 and 1.9.2 on Linux and could no longer reproduce this issue. The only difference might have been the operating system. The original issue occurred on...

I can also confirm this for hspan! and hlines!. GLMakie v0.10.14 Makie v0.21.14 Julia Version 1.10.5 Commit 6f3fdf7b362 (2024-08-27 14:19 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux...

Related to https://github.com/MakieOrg/Makie.jl/issues/4353

I tried with less rows (3700000) on a 32GiB machine. Writing only store_hash(partition_key) and COLUMNS('fct_\d$') causes an out of memory error. When saving into a single parquet file I can...

@guillesd I think I understand the required DQL DML DDL parts, What I am missing is the details behind: "extension similar to the Postgres/SQLite extensions" Does that mean one has...