Eduard Camaj

Results 19 comments of Eduard Camaj

I admit, didn't hear of Julia before I stumbled to this repository. :) Looks interesting. Anyway, after some digging, it seems it is Julia 0.5 problem. https://github.com/JuliaLang/julia/pull/13923 Changed lines in...

Please look at this issue: https://github.com/sbos/AdaGram.jl/issues/19

Yes, I'm trying to figure this one too... @gmananton if you find anything that helped resolve this, please post here.

oh, now I see this is an old issue... did you manage to solve this? Or anything that enabled you to run and connect to oracle db on Apple silicon?

With new version "false" is invalid. It says that value must be from enumerator list so SKIP_UPDATES works for me. oracle.installer.autoupdates.option=SKIP_UPDATES

when I downgrade and start Colima 0.5.6, which was working correctly on M1 Pro chip, I get this: ``` {"level":"debug","msg":"Creating iso file /Users/user/.lima/colima/cidata.iso","time":"2024-01-28T12:29:03+01:00"} {"level":"debug","msg":"Using /var/folders/9p/2svrsyc54h7dcx0vwb51kvxm0000gn/T/diskfs_iso2489748568 as workspace","time":"2024-01-28T12:29:03+01:00"} {"level":"debug","msg":"Failed to detect...

``` /Users/user/.lima/colima/ls -al total 46947328 drwx------ 13 user staff 416 Jan 28 12:29 . drwx------ 6 user staff 192 Jan 28 12:16 .. -rw-r--r-- 1 user staff 304087040 Dec 21...

started with: ``` /usr/local/bin ./colima start --arch x86_64 --memory 8 ```

Found out that when container uses some docker defined network, this returns "": `docker inspect -f {{.NetworkSettings.IPAddress}} ` This is NetworkSettings object for one of those containers: ``` "NetworkSettings": {...