Álan Crístoffer

Results 12 comments of Álan Crístoffer

I'll reuse the issue because I think my problem is related. I use Mega to sync dotfiles, which get copied to the Mega folder by a script. This script is...

That is really the case. It is so because it mimics how you would write the minimization on paper, where people put the s.t. (subject to) below minimize (maximize/arg min/arg...

This is a list of all special cvx_* functions: ``` cvx_begin cvx_clear cvx_end cvx_expert cvx_pause cvx_power_warning cvx_precision cvx_profile cvx_quiet cvx_save_prefs cvx_solver cvx_solver_settings cvx_tic cvx_toc cvx_where ``` and this is a...

I won't expect, don't worry. When you replied showing you have a full parser/lexer, I realized how hard it will be to implement the change. So I already hacked a...

Using `fd` directly would be better for performance on large projects, as was a concern in the original issue. Maybe a version check could be performed to verify if the...

My line of thouth was more like "zig is pre-release, so you should use master or nothing, as it is expected to have many breaking changes in every release until...

To compile on an M1 machine, with macOS 12.3, I had to do the following (It's a https://fish.sh script, not bash!!!): ```fish #!/usr/bin/env fish brew install cmake qt git clone...

I don't think this is going to work the way you are thinking. ZLS requires the master version of the compiler to be able to compile. They are constantly bumping...

That's weird, because I am actually using ZLS as an input for my home-manager config like this: ```nix zls.url = github:acristoffers/zls; zls.inputs.nixpkgs.follows = "nixpkgs"; zls.inputs.flake-utils.follows = "flake-utils"; zls.inputs.zig-overlay.follows = "zig";...

Your proposal = this PR