Kamal Aman

Results 13 issues of Kamal Aman

--- ## Overview This PR refactors the iterator to use an [es6 iterators](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators). While this does not have any code breaking changes, there is one side effect of this. The...

## Environment * **Platform**: OS-X * **Docker Version**: 20.10.11 * **Node.js Version**: 16.13 * **Image Tag**: `16.13-alpine`, `lts-alpine` ## Expected Behavior Docker container should launch ## Current Behavior An error...

**Describe the bug** `arr` is undefined in the minified code **To Reproduce** ```js function getNDArray(size) { const arr = []; while (size) { size -= 1; arr.push([]); } return arr;...

I am trying to include font awesome icons in a svg chart. How can I render an icon when I am already in SVG land? **Describe the solution you'd like**...

In the Login form when the user needs to be authenticated, the `next` query parameter does is not URI encoded with encodeURIComponent. Example request `/resource?pretty&test=1` Authentication Failed redirect `login?next=/resource?pretty&test=1` However...

needs review

Windowing data is one of the key corner stones of data processing on large amounts of data. Will TFX support the use case to consume from raw data, window the...

type:feature
stat:awaiting tensorflower

Is there any possible way with the redlock algorithm the enforce FIFO behaviour to resolve subsequent lock in order rather than randomly based on the retry interval?

## Issue Description If you have a subscriber hook onto a repository and you call a `repository.upsert(entity, conflictPaths)` the `afterInsert` is called all subsequent upserts instead of `afterUpdate` ### Expected...

bug
requires triage

**What is missing?** Currently only Postgres metrics are exported, but there are no metrics on pgbouncer. Add https://github.com/prometheus-community/pgbouncer_exporter as an optional container to the statefulset in the single cluster chart....

feature

### Description filtermodule is running hwoever the device is not reporting its status. Any attempt to view logs or send Direct Method messages to an device that is running in...

bug
triage