Guy Shaanan

Results 9 issues of Guy Shaanan

I'm using `flask-session` with MongoDB (with the help of `Flask-PyMongo`). `Flask-PyMongo` uses timezone-aware datetime objects. From its [docs](https://flask-pymongo.readthedocs.io/en/latest/): > Flask-PyMongo always uses timezone-aware datetime objects. That is, it sets the...

1. Use `storageKey` to persist the table state. 2. Have 1 column with `display: 'false'` (in the repo: the 'title' column) 3. use the "viewColumns" to add that column to...

### Bug description: When sui-tabset is created only with *ngFor (i.e. no static tabs) the following error is thrown: ``` ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked....

type: bug
comp: tabs
priority: awaiting triage

**I'm submitting a ...** ``` [x] bug report => search github for a similar issue or PR before submitting ``` **Current behavior** Try to bind the `type` attribute of input:...

feature
state: blocked
freq2: medium
area: forms
feature: under consideration

#### Describe the bug My application is performing `deleteFeatures` with an immediate `addFeatures` operation. `deleteFeatures` is using `this.setState()`, which is "async" by nature, which doesn't guarantee action will happen right...

When trying to display workflows with ~ 400 nodes/tasks (and couple hundreds of links between tasks), the app freezes. It may eventually display the workflow but will be really laggy....

bug
help wanted

Today when a task is actually a workflow you have to click it, scroll to bottom on the right panel, find the execution and click the icon to go to...

Add support for navigating to an action execution. (Currently the deepest navigation is for a task execution). This should allow to search by an execution ID then navigate and select...

enhancement

When auto refresh occurs, preserve the zoom level and graph position.

enhancement