-
Updated
May 1, 2022 - JavaScript
real-time
Here are 2,824 public repositories matching this topic...
JavaScript Request: Expose Texture methods getWidth(), getHeight(), getDepth(), getLevels(), etc.
-
Updated
May 11, 2022 - TypeScript
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
May 14, 2022 - Cuda
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
Feb 9, 2022 - Python
-
Updated
May 15, 2022 - Go
-
Updated
Apr 13, 2022 - Python
Is your feature request related to a problem? Please describe.
A user in the community Slack wanted to filter out/select items from a JSON array of objects. Given records in the following format:
'[{"type": "AAA", "timestamp": "2021-09-27"}, {"type": "BBB", "timestamp": "2021-09-27"}, {"type": "AAA", "t-
Updated
May 6, 2022 - TypeScript
-
Updated
Oct 25, 2021 - C++
Bad links in docs
links to missing page:
https://github.com/finos/perspective/blob/master/examples/simple/superstore-arrow.html
-
Updated
May 11, 2022 - JavaScript
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
Apr 24, 2022 - Python
-
Updated
May 16, 2022 - TypeScript
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
-
Updated
Dec 19, 2021 - Python
Which part of the project should be enhanced?
The MediaController in both the public and private APIs
Describe the solution you'd like
When uploading media, the ID of the note the upload belongs to is transferred in a header.
Currently, the business logic uses await this.noteService.getNoteByIdOrAlias(noteId); to create a Note instance from that. We should implement a custom para
-
Updated
Feb 20, 2022 - JavaScript
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:
-
Updated
Apr 27, 2022 - Python
-
Updated
Jan 6, 2021 - Objective-C
-
Updated
Mar 10, 2022 - Python
-
Updated
May 12, 2022 - TypeScript
-
Updated
May 13, 2022 - 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