Blady-Com

Results 10 comments of Blady-Com

[DS_Store](https://en.wikipedia.org/wiki/.DS_Store) file is created to store custom attributes using the Finder (GUI macOS file explorer).

> maybe we can add to the help that the safe way to invoke printenv is with `-q`, or force it ourselves. Even with -q, some additional lines are present:...

Thanks for your answer. Well, ok for first option, I will create a branch on the relevant commit however I have to do that for a couple of version :-(...

I saw this practice of AdaCore for instance in [gnatcoll_sqlite.gpr](https://github.com/AdaCore/gnatcoll-db/blob/master/sqlite/gnatcoll_sqlite.gpr#L66): ``` for Library_Version use "lib" & project'Library_Name & Gnatcoll.So_Ext & "." & Version; ```

> Why this isn't done for static libs too I don't know. Static libs are directly linked in the executable. Version can't be anymore change at runtime as Simon explain...

> @Blady-Com, is that output caused by some `post-fetch` action or the like? Yes that's right, try for instance templates_parser crate.

1. Build Crate (Alire toolchain) / macos-latest (pull_request) ``` The system package 'unixodbc' is about to be installed. This action might require admin privileges and impact your system installation. Do...

> I must say, the simple components are currently a rather heavy dependency. I want to split it into several crates with only the needed dependencies (e.g. I doubt you...

> Again, if you install the package in advance manually with the options you need, Alire should see it as installed and do nothing. Yes, ok as a workaround. I...

> you could include only the sources you need with UXStrings They were included at the beginning, I bring them back.