Fred Eisele

Results 64 comments of Fred Eisele

I am going to add this to an Anaconda organization in its current form. I would like it to find its way into conda-forge at some point but I understand...

The package is available for beta-testing at https://anaconda.org/mesomorph/oracle-jdk Now with conda-smithy builds. https://anaconda.org/mesomorph/dashboard

`initializer_list` is special so [there is a test](https://github.com/gcc-mirror/gcc/blob/926d9947847a0683cf34de6fc231209747576088/gcc/cp/class.c#L6912C1-L6933C6) which produces the error you are seeing. ```cpp fatal_error (input_location, "definition of std::initializer_list does not match " "#include "); ``` The following...

Should this instruction be added to the documentation, or should `micromamaba` be improved to pull this information from the `environment.yaml` when creating / updating a named environment?

I believe the plan is to replace all the user oriented documentation from the projects with developer oriented documentation. All of the user oriented documentation will be in FreeTAKServer-User-Docs. Take...

Would you mind it I made this a typed-typings? https://github.com/typed-typings The advantages are described here... https://github.com/typings/typings/issues/322

Typed-Typings is similar to DefinitelyTyped except rather than having all the typing definition files in a single git repository they can be placed in a number of places. This also...

Pretty soon. I do not need them quite yet for my project.

I am continuing to work on them. You can use them in there current state from my github project. I add the following to my `package.json` file ``` "devDependencies": {...