-
Updated
Jan 27, 2022 - C++
multi-platform
Here are 398 public repositories matching this topic...
-
Updated
Jan 23, 2022 - Python
-
Updated
Jan 27, 2022 - C++
-
Updated
Jan 27, 2022 - C#
-
Updated
Jan 23, 2022 - C
-
Updated
Jan 27, 2022 - C#
-
Updated
Jan 25, 2022 - C
-
Updated
Jan 27, 2022 - C++
-
Updated
Oct 24, 2021 - JavaScript
-
Updated
Jan 26, 2022 - C++
Description
It would be useful to add an option to bam-info to list all the referenced textures in the bam file, their paths, and whether they are found on disk.
Use Case
The use case is similar to for egg-list-textures: list externally referenced textures, to be able to verify there are no absolute paths, and to know which textures need to be copied alongside the bam file.
-
Updated
Jan 27, 2022 - TypeScript
Describe the bug (REQUIRED)
Bob fails with exception java.nio.file.NoSuchFileException if run from a folder with spaces in the path.
To Reproduce (REQUIRED)
Run Bob from a folder containing spaces, e.g. (arguments removed for clarity)
java -jar "D:\User Documents\Richard\Defold projects\defold-playable-ads\playable_ad\build\bob_1f57126.jar"
Expected behavior (REQUIRED)
Steps to Reproduce
- Create empty directory with the wizard
- Add a robot and a join
- In view, add "Show join axes"
- Nothing seems to happens, because the line is too small
Expected behaviour
A line should appear.
Expected solution
Change the default lineScale value to 10, which make it visible, at least for a default project.
Two solutions, change the default templa
-
Updated
Nov 2, 2021 - C++
-
Updated
Jan 27, 2022 - reStructuredText
-
Updated
Oct 14, 2021 - C++
-
Updated
Apr 1, 2019 - C++
Ktor now uses native-mt coroutines, we should update all the related Ktor info in our readme.
-
Updated
Jan 13, 2022 - C++
-
Updated
Aug 12, 2021 - C++
This ticket serves as a tracker for translations needing updates for fre:ac 1.1.5. It will be updated once the status of a translation changes.
Help is needed to update the translations for fre:ac 1.1.5 which has been released on 27th June 2021.
New translations to as of yet unsupported languages are more than welcome as well of course. If you would like to translate fre:ac to a new la
-
Updated
Jan 27, 2022 - C++
-
Updated
Jan 27, 2022 - Python
-
Updated
May 22, 2020 - Makefile
-
Updated
Jan 27, 2022 - C#
Improve this page
Add a description, image, and links to the multi-platform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multi-platform topic, visit your repo's landing page and select "manage topics."

When I try to 'conan install' version-range-based requirements for a package from a GitLab remote package repository, I get an unhelpful Python message "ERROR: 'NoneType' object is not iterable." I believe it's triggered by some faulty implementation on the GitLab repository side, but it would be helpful if Conan provided a more specific indication of the error cause.
My example conanfile.py:
`