Skip to content
#

multi-platform

Here are 332 public repositories matching this topic...

GoDino
GoDino commented May 4, 2020

Godot version:
3.2

OS/device including version:
windows 10

Issue description:
if the translation is empty ("") in a certain language, the server returns the key (po files), a single quote " (csv), or the english translation if left empty without quotes. It does not seem consistent. From a developers viewpoint it should just return whatever is there (automation always being a s

revolutionart
revolutionart commented Sep 10, 2019

This issue happens with large tree's, a square showing up removing the shadow. This issue existed since at least CE5.2.

Reproduce: Blank project -> Basic Level (just a name, basic settings) -> Import large tree -> Make sure shadows are visible -> Move around it should show up.
I reproduced it in 5.6.1, 5.6, 5.5 and 5.2 (all the engines i had)

5.6.1 Below
![ezgif-3-23d640313f55](https://us

KerstinKeller
KerstinKeller commented Apr 29, 2020

I had a typo in my profile file:

includes(cmake_3_16)

[build_requires]
doxygen/1.8.15@company/stable

Where it should have been include instead of includes.
When running Conan, I got the following error message:

ERROR: Error reading 'documentation' profile: Error parsing the profile text file: not enough values to unpack (expected 2, got 1)

At least I knew

1000i100
1000i100 commented Oct 12, 2018

I use git-bash (like probably nearly all windows npm user).
if i run mkdir -p plop it create me plop folder if not existant and do nothing if it exist.
if i do the same as npm task or with npm-run-all it create me -p folder and plop if they don't exist and fail if there already there.

is'nt possible to use git-bash command in priority when available ?

stride
johang88
johang88 commented May 2, 2020

Release Type: Github
Version: master

Describe the bug
The documentation states "The index of the component to access. Use 0 for the alpha component, 1 for the red component, 2 for the green component, and 3 for the blue component".

The actual implementation uses:

switch (index)
{
	case 0: return R;
	case 1: return G;
	case 2: return B;
	case 3: return A;
}
rdb
rdb commented Mar 28, 2020

The following code fails:

from panda3d.core import *

dst = PNMImage(2, 2)
src = PNMImage(1, 1)
dst.add_sub_image(src, 1, 1, 0, 0, 1, 1)

However, using copy_sub_image works fine. This is because add_sub_image does not properly add the offset when sampling the source image.

Fixing this will require adding the offset calculation from the other *_sub_image methods to

ensiform
ensiform commented Apr 13, 2018
  • Add Logo
  • Remove or rework Jedi Outcast references [+including the repo topic] since we currently are not supporting of JO SP in builds and JOMP is completely unsupported.
  • Organize flow, layout and formatting
  • Put directions in separate link or include them all properly
  • Fix build badges (appveyor for Windows easy, not sure on buildbot @deepy )
  • Discord badge,
scribblemaniac
scribblemaniac commented Oct 1, 2019

One of our translators has reported that some of the strings in the user interface remain untranslatable. These include the following unconfirmed strings:

  • "Menu item text". Don't bother fixing this as the bug that caused it to be shown is fixed I believe, and the undo/redo rewrite will supersede it anyway.
  • "Play" in Animation menu
  • "Autosave documents" in Files preferences
  • "Short scrub"
webots
LeoJhonSong
LeoJhonSong commented Apr 30, 2020

System: Ubuntu 1804
Version: 2020b

It seems webots's navigation gestures are mainly based on mouse events, while I am a big fan of touchpad and I do not have a mouse 😢 Recently I am struggling with Rotate, Zoom and Alt F5. I could not perform Translate or Tilt with my touchpad.

Could you please add some keybindings to do so? For example Ctrl and dr

openspades
PARitter
PARitter commented Oct 31, 2017

Current guide does not result in working cluster.

Dashboard install instructions not current (can fix by using "offical" arm installation of kubernetes-dashboard-arm).
No "heapster.yaml" in demos folder. Seems to be deprecated in current repo, but instructions still reference.

dbaumgaertner
dbaumgaertner commented Oct 30, 2018

The problem is as follows:

Given an optimization model part which contains elements. Gid is specified as output format. If the elements of the optimization model part are not initialized (which may happen e.g. when no internal analyzer is defined), then the function GiDOutputProcess::ExecuteBeforeSolutionLoop will produce a seg-fault when it calls

`__initialize_results --> gid_io.h line 6

freac
enzo1982
enzo1982 commented Dec 15, 2019

This ticket serves as a tracker for translations needing updates for fre:ac 1.1.2. It will be updated once the status of a translation changes.

Help is needed to update the translations for fre:ac 1.1.2 which has been released on 20th June 2020. The next point release is planned for September 2020.

New translations to as of yet unsupported languages are more than welcome as well of cou

Improve this page

Add a description, image, and links to the multi-platform topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.