Johannes Vollmer

Results 66 issues of Johannes Vollmer

# Description The same commits that succeeded once now fail. ![Screenshot_20230919-075637_Opera](https://github.com/johannesvollmer/exrs/assets/32042925/cbd90279-8554-4ead-8e08-52d92521b9b0) ![Screenshot_20230919-080115_Opera](https://github.com/johannesvollmer/exrs/assets/32042925/48d3b313-3e14-437d-b8d3-87d2d29878c0)

bug

## Why Supporting the last missing compression format will increase reliability of the library. Currently, you can never be sure if an arbitrary image can be opened. ## Implementation Approach...

enhancement
help wanted
good first issue

## What can be improved or is missing? the documentation should provide the basic steps necessary to obtain the best performance. for example, setting the target cpu to native [in...

enhancement

https://github.com/johannesvollmer/exrs/blob/56f1d0a2cf6eb6cafd35c478f96f7e0707a5f3c7/src/compression/mod.rs#L630 this should test at least for 16 elements, because the algorithm is specialized for 16 elements also it would be good to have a ground truth comparison instead of...

### Is your feature request related to a problem? Please describe. The main tool to navigate the canvas has always been zooming for me. Sometimes, I even use zooming instead...

enhancement
managed on taiga

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...

package: core
type: bug

for organizational purposes

The Javascript Regex from https://emailregex.com/ will __freeze the app__ when inserted into the "Add Nodes" textbox: `/^(([^()\[\]\\.,;:\s@"]+(\.[^()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/` Probably a parsing issue.

bug