AmebaBrain

Results 3 issues of AmebaBrain

`centers` calculation could result in 0 in CartesianIndex. which is invalid value for array referencing in Julia ```julia julia> centers, radii = hough_circle_gradient(img_edges, img_phase, 20:30, vote_threshold=2); julia> img_demo = Float64.(img_edges);...

- upgrading to angular 20th version - changing `@inlcude` to `@use` in scss - switching to `inject()` function instead of constructor parameters - changing (without testing) to Node 22 version...

With a new `1.1.3` release it's required to rename `libduckdb.so` library to `libduckdb.1.1.3.so` to have compilation succeeded. ```sh # Rename library file with version number mv "libduckdb.${LIB_EXT}" "libduckdb.${DUCKDB_VERSION}.${LIB_EXT}" ``` But...