Sha

Results 4 comments of Sha

Is it possible to have environment variables in the `.cqeury` file? I use conda and installed my gcc compilers inside conda environment. The include path should look like `-I$CONDA_PREFIX/include/c++/6.1.0`

> The documentation for the latest release is available here: https://fmt.dev/latest/api.html#formatting-user-defined-types Hi From the `parse` function definition in the above example, I would feel that if a user provided a...

> > Is this a valid format string? > > No because format specs should either be followed by `}` or the end of string. do you mean `fmt::print('{', 42)`...

> It is not valid which you can easily check but formatter can be used on it's own to parse just specs which is sometimes useful. Yeah. it is not...