Halil Sen

Results 34 comments of Halil Sen

Ah. The file is dumped by Gurobi solver 🤷 Wikipedia says that the objective function direction is not in the original MPS format and different solvers implement it differently. I...

Jumping in from middle with my two cents. Since there is no real bound on the ratio between total travel time and total service time of a route and it...

There is [this repo](https://github.com/qiaojunfeng/pre-commit-julia-format/issues/2) which implements julia-format pre-commit hook but the issue is that it assumes that JuliaFormatter is install in the current julia package environment. ``` - repo: https://github.com/qiaojunfeng/pre-commit-julia-format...

Thanks for the pointer @jmuchovej I didn't know. I'm new to pre-commit and julia. Is it possible to achieve what I asked in the other issue here somehow?

@jmuchovej thanks for the useful context. > using JuliaFormatter in a different project environment)? Exactly. Since we have multiple julia/non-julia projects, the dependencies are not installed in the default environment...

Is there a workaround around this issue? We are still using a `ProtoBuf` version with `protoc` because `protojl` cannot generate the Julia bindings for our proto files. I get the...

Hi! @thejcannon do you have any updates on this issue? We stumbled upon this problem as well. As mentioned in the ticket description, the debugger stops for exceptions but we...

I don't think I can face it at the moment but thanks for the quick reply. Congrats for the new job! On Fri, Feb 9, 2024 at 4:53 PM Josh...

Well, a colleague of mine found the issue! Replacing the value of `"remoteRoot"` field with `"."` magically works (I guess, this is how vscode infers the location of the breakpoints...

> you need to set up your environment correctly before starting VS Code (e.g. by starting it from your shell) @pfitzseb can you expend on this please? I can't quite...