BenEfrati

Results 14 comments of BenEfrati

https://github.com/spring-projects/spring-boot/issues/31075#issuecomment-1128766582 > the piece code instantiating the request factory should be in charge of closing resources properly

What is the OS that you build the RPM? Did you try this: https://www.mojohaus.org/rpm-maven-plugin/ident-params.html#repackJars See the `repackJars` section https://stackoverflow.com/a/32275674 If you're using CentOS 5, check the following solution: https://stackoverflow.com/a/32251633

> An upcoming solution to this will be https://github.com/scikit-learn/enhancement_proposals/pull/72 which will enable pandas output for transformers, which includes ColumnTransformer. This will preserve the dtypes by returning a pandas DataFrame. SLEP018...

@thomasjpfan you're right that dtype preserve in that case, here is where the dtype is lost: ``` import numpy as np import pandas as pd from sklearn.compose import ColumnTransformer from...

> sorry but here topic are accepted only when is an issue or feature request. So it's a feature request. The Right-to-Left alignment in the demo also doesn't exists ![image](https://cloud.githubusercontent.com/assets/1887540/13247473/707a5dba-da22-11e5-9312-92aeb4d159ab.png)...

If the alignment is RTL the icons are gone no RTL: ![image](https://cloud.githubusercontent.com/assets/1887540/13248552/9bd77ba0-da27-11e5-9620-9eef58791dff.png) RTL: ![image](https://cloud.githubusercontent.com/assets/1887540/13248562/ab719f14-da27-11e5-9ed2-95ff942e2992.png) I tried to convert the app.css to rtl but when set the direction to rtl all...

That's strange, my screenshot is from the same page, but in your browser icon are visible and in my browser the are hidden... I just opened this page and if...

Via developer tools in Chrome

https://github.com/LiveHelperChat/livehelperchat/blob/master/lhc_web/design/defaulttheme/css/app.css#L2 You can do it in an hard way, just edit app.css and add `direction:rtl` to ``` html, body{ } ``` this issue is a feature request to support RTL...

https://github.com/spring-projects/spring-security/issues/15764#issuecomment-3139843228