-
## Description
It would be interesting to do an analyze of the performance of Che running on OpenShift.IO and compare that to other tools.
The idea, would be to look at:
- [x] Startup time of …
-
Here is an example
```cpp
#include
template
struct let {
T* ptr;
let(T* ptr): ptr(ptr) {}
let(let& other): ptr(other.ptr){
other.ptr = nullptr;
}
~let(){
delete ptr;
…
-
**What should we do?**
We are currently polling Operate every N (configurable) seconds to update the process definition registry in the Connector runtime. This causes high data usage between Operat…
-
When running `pytype` on a project which has [`kivy`](https://kivy.org/) as a dependency, `pytype` somehow uses the `kivy` logger. This result in duplicate logging lines (and by default, logging of de…
-
There's another recently added Albanian treebank, STAF, in which some of the annotation scheme is the same as TSA and others are unfortunately not compatible. One incompatibility which I think might …
-
Sometimes (example: #6385) it's useful to be able to see exactly which files mypy is processing. Currently the only way is to use `-v` and grep stderr for the word "Parsing".
Maybe this is common e…
-
**Tier 1: Basic Image Analysis**
Error Level Analysis (ELA):
Function: Analyzes the compression levels of an image to detect inconsistencies.
Importance: A quick, initial method for detecting signs o…
-
**Feature description**
Integrate an AI-powered content suggestion feature to help users create more engaging social media posts. This feature would analyze past successful posts and suggest content …
-
The Employee Analyzer is a Java program that analyzes employee work patterns from a CSV file. It identifies employees who have:
Worked for 7 consecutive days.
Had less than 10 hours of break betwe…
-
CSA Sprint 3 - Overall Theme: Grading Utilities / CSA Synergy
Idea 1 (Aadit): CSA Synergy, stores grades & students can make requests to submit grades (good for team teaches)
Idea 2 (Rahul): Stude…