Zaven Muradyan
Zaven Muradyan
It'd be really nice if Lorien supported pasting in images (and moving / resizing them). This would be useful in augmenting the free-form brainstorming that's already possible with some specific...
First off, thanks for the awesome tool! I really like the simplicity of the current brush tool, but I noticed that it seems to be very sensitive to the perturbations...
Specifically, the ability to directly write a `Uint8ClampedArray` to a canvas by wrapping it in an `ImageData` object and passing it to `.drawImage()`. As explained here: http://blogs.adobe.com/webplatform/2014/04/01/new-canvas-features/
A method exists to render a specific section of the Buddhabrot more quickly. Described [here](http://softologyblog.wordpress.com/2011/06/26/buddhabrot-fractals/) and [here](http://www.steckles.com/buddha/).
When running celery in my Django project, a warning is displayed about `setup_environ`. I tracked it down to `billiard/forking.py` at the following code section (line 437): ``` python try: settings_name...
Currently, the server-side code is a callback-noodle soup - switching to a Promise-based approach would be good practice, and nice cleanup.
Currently, when a function has an annotation such as `@warning_ignore` written above it, gdformat will add newlines in between the function and the annotation. Example input (which I would expect...
### Version/Branch of Dear ImGui: Branch: master ### Back-ends: Using custom engine/back-end ### Compiler, OS: Linux/WebGL/Android ### Full config/build information: _No response_ ### Details: **My Issue/Question:** I have a 3D...
This adds support for the prettier-ignore-start and prettier-ignore-end comment markers in html based languages, allowing prettier to preserve existing formatting of multi-element sections of code. Fixes #5508. - [x] I’ve...