ziyouchutuwenwu
                                            ziyouchutuwenwu
                                        
                                    similar for me ```sh MIX_ENV=prod mix distillery.release ``` output ```sh MIX_ENV=prod mix distillery.release Generated demo app ==> Assembling release.. ==> Building release demo:0.1.0 using environment prod ==> Including ERTS 13.0.3...
if i set src path manually, kdbg can know it, and if possible, would gdbfrontend find debug symbol files from relative path as first choice?
hi, three years passed, is there any process on it?
> @ziyouchutuwenwu 你期望是哪个平台解压即可用? 您好,希望是linux, amd 64
here is my usage scenario: for site demo.com, i need to get some info such as title, category for the main page. and get the sub url from some links...
for python part, my demo code seems like this 
yes, basiclly, i have different data structure on different pages, but according to the sample code, i don't know how to write the code. It will be appreciate if there...
hi, @mjaric , i now use this configuratoin, it seems to be working ```json { "type": "mix_task", "name": "debug", "request": "launch", "task": "run", "taskArgs": [ "-e", // :shortnames, :longnames ":net_kernel.start([:debug,...
i checked the code of elixir-ls ```elixir Mix.Hex.ensure_installed?(true) ``` but i don't know where is the definition, how it works, i need to know it to check my configuration.
Mix.Hex.ensure_installed? seems to be like this ```elixir @spec ensure_installed?(boolean) :: boolean def ensure_installed?(force?) do cond do Code.ensure_loaded?(Hex) -> true force? or install_hex?() -> Mix.Tasks.Local.Hex.run(["--force"]) true -> false end end ```...