Anas Bouzid

Results 10 issues of Anas Bouzid

Quick fix for `foldStyle` option in `IAceOptions` Note: I checked to make sure there isnt some additional logic before this option is passed to `ace.editor.setOptions` that would justify it taking...

Many playback elements (that might have use for a precision timer) have a set of fixed known timestamps where events or UI changes are triggered. Things like slides, carousels, video...

ListPlayer is lacking a way to seek or change the play position in currently playing track. ## Considerations 1. Typical solutions often involve a slider component which can take up...

It would be nice to add a feature where a suggestion can be shown inline after the cursor. This type of suggestion should be partially transparent so not to be...

enhancement

When autocompletion features are turned on, you get the annoying behavior where autocompletion suggestions pop up when typing comments. This is not ideal.

For greater maintainability, the changes made locally to fix issues with certain modules need to duplicated in forked repos.

Core scripts (and extensions/plugins/themes) inside the `ace-builds` and `react-ace` node modules have been modified/patched to work with streamlit-code-editor. The problem is multifold. 1. These modules should not have code specific...

enhancement

While it makes sense that transitions are removed for scroll view, there are some similar transition-like behaviors that I think are desirable such as vertical slide (scroll to next/prev slide),...

## Problem The `width` and `height` properties of the `config` object (of type `Reveal.Options`) do not accept strings. It is clear that it is supposed to accept strings for two...

While the annotation feature does work, the styling is partially incongruent with the rest of the component. The background of the annotation popover should be a darker bluer gray and...