-
Updated
Aug 15, 2021 - JavaScript
real-time
Here are 2,436 public repositories matching this topic...
-
Updated
Aug 15, 2021 - C++
-
Updated
Aug 14, 2021 - JavaScript
-
Updated
Aug 15, 2021 - JavaScript
-
Updated
Aug 15, 2021 - C
-
Updated
Aug 9, 2021 - TypeScript
-
Updated
Aug 14, 2021 - C++
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
May 21, 2021 - Python
Is your enhancement proposal related to a problem? Please describe.
Refer to: zephyrproject-rtos/zephyr#28932
Describe the solution you'd like
Refer to: zephyrproject-rtos/zephyr#28932 (comment)
Describe alternatives you've considered
NA
Additional context
NA
-
Updated
Dec 19, 2019 - C++
-
Updated
Jul 28, 2021 - Python
MySQL and Postgres support the \G
modifier at the end of a query to present output in a vertical format instead of a horizontal one. It's supremely useful when you have a lot of columns. We should adopt the same.
-
Updated
Mar 12, 2021 - TypeScript
-
Updated
Aug 5, 2021 - JavaScript
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Aug 3, 2021 - Python
-
Updated
Aug 14, 2021 - TypeScript
In strptime
as compiled for Emscripten, when given the US locale string format ("%m/%d/%Y, %I:%M:%S %p"), it incorrectly parses "12:00:00 AM" as "12:00:00 PM". In order to fix this, we will need a custom-written string parser similar to the CustomISO8601Parser
from arrow_csv.cpp. This parser uses the
-
Updated
Aug 3, 2021 - Python
-
Updated
Jan 6, 2021 - Objective-C
Hey everyone!
mapd-core-cpu is already available on conda-forge (https://anaconda.org/conda-forge/omniscidb-cpu)
now we should add some instructions on the documentation.
at this moment it is available for linux and osx.
some additional information about the configuration:
- for now, always install
omniscidb-cpu
inside a conda environment (also it is a good practice), eg:
-
Updated
Jul 27, 2021 - TypeScript
Which part of the project should be enhanced?
Documentation
Is your enhancement request related to a problem? Please describe.
Embedded MinIO Browser removed replaced with MinIO Console project https://github.com/minio/console, this is a breaking change
After MinIO RELEASE.2021-07-08T01-15-01Z update, the
-
Updated
Aug 12, 2021 - Python
Improve this page
Add a description, image, and links to the real-time topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the real-time topic, visit your repo's landing page and select "manage topics."
Problem:
After using Engine.createTextureFromKtx/jpeg/Png, I need to query the texture width and height so I can generate proper UV coordinates for font display.
Proposed solution
Expose the Texture.getWidth(), getHeight(), etc. methods to get texture information. I currently only need width and height, but I can see usage cases for many of the other "getters" available in the C++ in