cross-platform
Here are 3,230 public repositories matching this topic...
-
Updated
May 2, 2020 - Dart
Executing :lhelpgrep sub-expression and :lhelpgrep sub-match shows that both terms are used in the docs. Since they seem to mean the same maybe it's better to only leave one to remove the possible confusion.
Vim: https://github.com/vim/vim-win32-installer/releases/download/v8.2.0330/gvim_8.2.0330_x86.zip
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
While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.
Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.
-
Updated
Apr 29, 2020 - C++
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
-
Updated
Apr 30, 2020 - Go
-
Updated
Apr 29, 2020 - C++
Hi! I'm creating this issue to list Aurelia features that are not documented yet.
I can make the PR's to update the docs, but I want to be sure that I'm right before doing anything. So please, tell me if these changes are welcome.
Let's keep this list up to date!
Documentation Improvement List
Build Systems
- CLI
- CLI now supports SystemJS and Webpack. Update the
-
Updated
Apr 12, 2020 - Dart
-
Updated
May 1, 2020 - TypeScript
-
Updated
May 1, 2020 - C++
-
Updated
Apr 8, 2020 - Dart
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
-
Updated
Apr 20, 2020 - C++
Would it be possible to see if you already "thumbed up" a song by clicking on the menu bar button (to get to the menu, shown in the attached screenshot) via a check mark icon or a thumbs up icon next to the "Thumbs Up" option or via a separate entry within the menu (that would say, for example, "Thumbed Up")? This would be so much easier than having to open a new window by clicking on "Show" every
-
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:

First go to your apache folder (/etc/apache2/) and open the folder "sites-available", then create the file with your subdomain name, for example "wiki.example.com.conf".
Put this code inside the file:
`<VirtualHost *:443>
ServerName wi
Sometimes people read/link to old versions of the documentation and miss new features and changes.
For example, from a Google search for a module, I ended up at http://pillow.readthedocs.org/en/3.1.x/reference/ImageChops.html
RtD has a setting to help with this:
Version warning
This is a banner that appears on the top of every page of your docs that aren’t stable or latest. Th
$ chmod +x DevHub-0.98.5.AppImage
$ ./DevHub-0.98.5.AppImage
[74678:1119/111718.741581:FATAL:setuid_sandbox_host.cc(157)] 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
RichText model
It would be useful to have a model that associates text with text style properties, and can associatively combine into a sequence (a semigroup).
This doesn't need to be fancy to begin with, just the properties we have today (fontFamily, fontSize, color) would be useful, and we'd then have a nice base to extend with other properties.
Something like this:
module RichText : {
t-
Updated
Apr 27, 2020 - Go
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."
When I set boolean options using
let, they acceptv:truebut notv:false.Nvim says
E521: Number required: &ignorecase = 'false'.nvim --version: NVIM v0.5.0-456-gdeb4566cavim -u DEFAULTS(version: ) behaves differently? NO$TERM: screen-256colorSteps