Arun Bose

Results 141 issues of Arun Bose

https://locize.com/#page-top

- [ ] Build shoudl run local code quality checks that we perform in the cloud. - [ ] Update readme with steps for ide integration/CLI for codeQL We could...

* update doc here https://github.com/aicore/phoenix/wiki/Extensions-Guide - [ ] Ok alert dialogue - [ ] yes/no, ok/cancel confirmation dialogue - [ ] dialogue with text - [ ] custom dialogue

Integrate zip file support for - [x] Test files - [ ] extracting extensions.

enhancement

Codeql is scanning on third-party and other non-core dirs. We should filter to only dirs in our scope and high-level third-party vulnerability scans.

## support for sonar lint source code scans available under the LGPL license. https://github.com/SonarSource/sonarlint-core * We could also use sonar scanner for this purpose: https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/ * https://sonarcloud.io/documentation/appendices/move-analysis-node-js-10/

enhancement

Phoenix should work offline without an internet connection.

Phoenix should be able to do basic video/audio operations. We could use ffmpeg web lib but there are some restrictions where we cannot use it directly within Phoenix security context...

enhancement

There should be a way to preview videos like images. ## Only supports video formats that the current browser supports playback for. https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement Implementation can be copied similar to image...

enhancement

Phoenix should be able to do basign image processing operations like: 1. Save as images between various image formats. 2. Reduce image size/compress. 3. resize images 4. crop images 5....

enhancement