Alex Sinelnikov
Alex Sinelnikov
# Description This PR adds command palette and keybindings # Related Issue * #ISSUE_NUMBER # Checklist - [x] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code...
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Current command palette(the one in figma) allows only search by command....
When i do something like `$(selector).wysihtml5();` it throws me this error `Uncaught TypeError: Object [object Object] has no method 'wysihtml5'` I have jquery, bootstrap connected separately, since i need them...
Force geocoder to use google geocoding service. Why need this ? My ios and android app geocoding returns slightly different results. For ex. - 1 Orange St on IOS and...
I want to create some template helpers, but not sure how to call helper functions from template. Is there way to do this?
Is there any way to do rails-way content_for thing? When you could do like {{yield .Foo}} in layout, while somewhere in views, create this .Foo object, so it'd render in...
When I open oauth popup, I want my page in flutter to be changed when auth was successful, but popup still hasn't hide yet(basically remove "flickering" 0.1 sec page after...