cross-platform
Here are 3,204 public repositories matching this topic...
-
Updated
Apr 20, 2020 - Dart
The help document currently states:
XPM support *w32-xpm-support*
GVim can be build on MS-Windows with support for XPM files. |+xpm_w32|
See the Make_mvc.mak file for instructions, search for XPM.
To try out if XPM support works do this: >
:help
:exe 'sign define vimxpm icon=' . $VIMRUNTIME . '\\vim16x16.xpm'
:exe 'sign place 1 line=1 name=vimxpm file=' . expand('
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
- Operating system and architecture: Mac OS Catalina v10.15.2
following Etcher's development guide, running the command sudo pip install -r requirements.txt I get the following error:
Could not install packages due to an EnvironmentError: [('/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/dateutil/parser.pyc', '/private/var/folders/t2/7hg92fh96ljbpzrvzv
Issue details
Camera.unproject does not return original value
Reproduction steps/code
public void create() {
Vector2 tmpvec = new Vector2();
tmpvec.set(0, 0);
Stage stage = new Stage(new ScreenViewport());
stage.stageToScreenCoordinates(tmpvec); // has the correct screen coords;
stage.screenToStageCoordinates(tmpvec);
According do android documentation onTermiante callback is invoked only emulated environments.
https://developer.android.com/reference/android/app/Application.html#onTerminate()
Invoking Log.appenderClose(); on oTerminate() will have no effect since onTerminate is not invoked.
Here is some general documentation improvement suggestion regarding flatbuffers. This is what I remember struggling with (from the top of my head). Also some point might be a little bit opinionated.
Some of the points were taken from #5387.
- Regarding the builder:
- The fact that its kinda like an arena allocator used for serialization.
- The concept of offsets, what do they repre
You can always make a suggestion as an issue tab for apps that are not on the list. I will personally check out the app and verify if it is working, properly mantained, safe to use (as a user not a security expert).
Translation is very much appreciated. You can either fork this and remake your own translation or use the same repo with me. I highly recommend translator to review the commit log e
Description of the problem or steps to reproduce
- Press Shift+Right Click for selecting text and keep cursor on the initial position.
In this case lines number are selected with the content of the file. - Press Middle Click to past selected text : the lines number are also pasted with the text
Specifications
Commit tag:1.4.1
OS:Debian buster
Terminal:Terminator
I searched the documentation, but I can't find any explanation of the "Write changes" and "Revert changes" buttons.
It's confusing for a new user that changes are not fully saved until you click "Write changes". The documentation should point this out and give a description of the underlying mechanism.
I still can't understand what is going on. Does the program issue a BEGIN or a SAVEPOINT
-
Updated
Apr 21, 2020 - C++
better error logging
I'm submitting a feature request
- Library Version:
aurelia-script 1.3.1
Current behavior:
If you make a typo, or on this case I forgot to add async to a function, you get a long but useless stacktrace pointing to inside of aurelia but nowhere in the stack trace does it give me any clue of what view, class, file is at fault. I've had this issue for years, ever since Aurelia w
-
Updated
Apr 12, 2020 - Dart
Describe the bug
Events like Button.onPress can supposedly handle an event parameter (at least, that's what it looks like in their wrappers in the C++) but the actual passing of the event's data doesn't happen.
To Reproduce
Set a Button's onPress to a function with one parameter and console.log it. Observe undefined is logged in its place.
Expected behavior
I expected
I was thinking about implementing a custom controller for my setting but I'm not sure about which of the header files in firmware headers to include and/or inherit from as I can't find their related documentation nor comments inside the headers.
Looking at the con
ReadMe suggestion
-
Updated
Apr 8, 2020 - Dart
When i run python3 download_sdks.py i get HTTP Error 404: Not Found.
Here the full error message:
Traceback (most recent call last):
File "download_sdks.py", line 74, in
main()
File "download_sdks.py", line 43, in main
u = request.urlopen(url)
File "/usr/lib/python3.6/urllib/request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "/us
Describe the bug
Using application.NewWindow to create a secondary window, it's not possible to re-use that window after it has been closed. If the user presses the X button, the window doesn't respond to Show() calls any more.
To Reproduce
- Create a main window
- Create a secondary window
- Close the secondary window
- Attempt to re-show the secondary window.
Example co
OS
Windows 10: 1909 Build 18363.592
GPMDP Version:
4.7.1
Issue Descriptions:
Sidebar open when returning from mini player
Steps to Reproduce:
- Play a song
- switch to mini player
- switch back
-
Updated
Nov 2, 2019 - C++
Problem is that I migrated from KeePass to KeePassXC and now all auto type references are broken due to the case sensitivity
Creating 2 different entries in advanced works in KeepassXC:

In KeePass it is blocked:
] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_DevHubUcWLlF/chrome-sandbox is owned by root and has mode 4755.
[1] 74678 trace trap ./DI came across this issue when I decided to profile my (in progress) game and discovered I was generating a ton of VertexBufferBinding[] arrays during the
I cloned and built revery-quick-start and started looking through App.re to see how it all works. I noticed it opens Revery.UI but there didn't seem to be any documentation for things like Opacity and View on https://www.outrunlabs.com/revery/api/revery/. Poking around I managed to guess the URL and found them at https://www.outrunlabs.com/revery/api/revery/revery_ui/ and https://www.out
Currently (on 0.9.4) the content of bytea columns is shown as a UTF-8 string in the table view.
It would be nice if these columns could be shown using hex encoding instead.
The encoding can be done in postgres using:
SELECT encode(my_checksum, 'hex') FROM my_table;Improve this page
Add a description, image, and links to the cross-platform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cross-platform topic, visit your repo's landing page and select "manage topics."


nvim --version: NVIM v0.4.3vim -u DEFAULTS(version: ) behaves differently?$TERM: xterm-256colorSteps to reproduce using
nvim -u NORCSuppose there are two files test.vim and test2.vim in the same directory:
test.vim