Francesco Giannelli

Results 49 comments of Francesco Giannelli

i just meant **co**ntainer**pi**lot :)

I am on master but still not getting completions for aliases

JuliaFormatter always starts from the indentation of the last scope when indenting nested expression like pipes ```julia if true a |> b |> c |> d end ``` julia-mode indentation...

put `__revise_mode__ = :eval` inside the top module ```julia module A __revise_mode__ = :eval include("abc.jl") end ``` - comment include statements `# include("abc.jl")` - call revise() - uncomment - call...

had to reset to default/delete addon data

Why not just check in the `enable` function if the current thread is the main thread and skip GC if that's the case?

If that were the case only `@allocated` would increase, while `@allocations` would be somewhat stable? `@allocations` still increases linearly the more I sleep, moreover, the number of allocations returned is...

```julia using PythonCall using PythonCall: pynew, pycopy!, pyisnull using PythonCall.C.CondaPkg const pyaio = pynew() const pyuv = pynew() const pythreads = pynew() const pyrunner = pynew() const pyrunner_thread = pynew()...

the image still needs modprobe though ? https://github.com/kubernetes/kubernetes/issues/23924