Krystian Rosiński

Results 7 issues of Krystian Rosiński

# Example ## Before ![before](https://user-images.githubusercontent.com/5299999/119238777-f7883080-bb44-11eb-9a45-afc02c26752a.png) ## After ![after](https://user-images.githubusercontent.com/5299999/119238781-02db5c00-bb45-11eb-8c46-dddafa66a914.png)

Tested on Debian 11.3 with Python 3.9, where all functional tests fails with v0.29.0 but pass with v0.31.0.

There is some styling issues with select2 widget: 1. height - which is smaller than normal `select` or `input` 2. width - does not resize with the size of the...

bug
sprintable
needs-pr
should backport
BS5

`lein self-install` throw unexpected PowerShell message on Windows 10. Despite this, installation process is correct. Lein download leiningen-2.5.3-standalone.jar and seems to works properly, only the output is misleading. ``` C:\Users\Kros>lein...

Windows
bug

This pull request should fix functional tests of https://github.com/Pylons/deform/pull/518.

The code samples on the home page are expanded by default and expanding/shrinking doesn't work when you click the arrow.

### Description I use autograd to calculate partial derivatives of functions of two variables (x, y). Due to the end of support for autograd, I'm trying to get the same...

bug