real-time
Here are 2,684 public repositories matching this topic...
-
Updated
Jan 9, 2022 - C++
-
Updated
Jan 30, 2022 - JavaScript
-
Updated
Jan 30, 2022 - JavaScript
-
Updated
Jan 26, 2022 - C
-
Updated
Jan 30, 2022 - TypeScript
JavaScript Request: Expose Texture methods getWidth(), getHeight(), getDepth(), getLevels(), etc.
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
-
Updated
Jan 29, 2022 - C++
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Aug 25, 2021 - Python
-
Updated
Jan 27, 2022 - Go
Is your enhancement proposal related to a problem? Please describe.
access_addr always seems to be of size 4; that should be #defined.
crc_init always seem to be of size 3; that should be #defined.
https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229677
https://github.com/zephyrproject-rtos/zephyr/pull/31009/files#r736229386
Describe the solution you'd like
A
-
Updated
Aug 30, 2021 - Python
Describe the bug
There are a few functions (AS_MAP, ARRAY_SORT and URL_ENCODE_PARAM for example) that don't do null checks on inputs. We should do null checks because these errors are left uncaught and end up crashing queries. An example of one that has been fixed recently is confluentinc/ksql#8400
-
Updated
Mar 12, 2021 - TypeScript
-
Updated
Oct 25, 2021 - C++
-
Updated
Jan 21, 2022 - JavaScript
-
Updated
Dec 17, 2021 - JavaScript
Bad links in docs
links to missing page:
https://github.com/finos/perspective/blob/master/examples/simple/superstore-arrow.html
-
Updated
Jan 25, 2022 - Python
-
Updated
Jan 31, 2022 - TypeScript
-
Updated
Dec 19, 2021 - Python
The default google-maps-input.json could maybe include more displaying options, such as themes and zoom level for the static map. Though hacky, these few changes do the job for me:
GeopointSelect.js
var _googleMapsInput = require('config:@sanity/google-maps-input');
var _googleMapsInput2 = _interopRequireDefault(_googleMapsInput);
class GeopointSelect extends _react2.default.Compone
Please translate the FAQ into English
the FAQ issue are as follows, apache/incubator-seatunnel#267
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-cpuinside a conda environment (also it is a good practice), eg:
Which part of the project should be enhanced?
Both APIs
Is your enhancement request related to a problem? Please describe.
Both the public and the private API return 400 Bad Request, when an alias is already used. This is a very generic error code.
Describe the solution you'd like
The APIs should return 409 Conflict instead.
Describe alternatives you've considered
Not changi
-
Updated
Jan 6, 2021 - Objective-C
-
Updated
Dec 4, 2021 - JavaScript
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."

Description:
When using curl to query the files.im api endpoint by roomId it states it cannot find the roomId. The roomID entered is the one listed in the MongoDB collection rocketchat_uploads.
When I query by username it states it is successful but list no files.
Step