Skip to content
#

real-time

Here are 2,862 public repositories matching this topic...

cvinayak
cvinayak commented Nov 16, 2021

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

Enhancement area: Bluetooth Good first issue area: Bluetooth Controller
vvcephei
vvcephei commented May 20, 2022

Currently, the COLLECT_SET is only available for windowed stream aggregations, whereas COLLECT_LIST is available for table and stream aggregations.

The reason for this discrepancy is that table and stream aggregations are computed differently in the runtime, and in particular table aggregations need to define a "subtractor" for how to remove a record from the aggregation. (Both table and st

enhancement good first issue P1 streaming-engine
sanity
alevroub
alevroub commented Jun 26, 2018

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
davidmehren
davidmehren commented Aug 29, 2021

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

type: enhancement good first issue

Improve this page

Add a description, image, and links to the real-time topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more