Stefan Wienert

Results 25 issues of Stefan Wienert

view component is a library used by Github which grows in popularity for replacing partials. I made a Proof of concept by patching into ViewComponent render method: ```ruby # config/initializers/xray_view_component.rb...

After upgrading a Samsung Galaxy phone, all my newer videos made in portrait mode have the wrong aspect ratio after transcoding (any target format), e.g.: ![preview_20170531_114221](https://cloud.githubusercontent.com/assets/147175/26654883/bd93bba2-4658-11e7-995f-2f130fdab5e6.jpeg) I have a fix...

First iteration with: * project filter (implicit by .gtt.yml or via arg), * scope (my/all) * state (opened/closed) ![bildschirmfoto 2017-10-11 um 11 24 44](https://user-images.githubusercontent.com/147175/31433310-35fb75ca-ae79-11e7-9b3d-45f46774f530.png) ![bildschirmfoto 2017-10-11 um 11 30 13](https://user-images.githubusercontent.com/147175/31433311-36229f24-ae79-11e7-83ba-5ca42a940695.png)...

Implemented two ways, ### 1. "naive upsert" for pg < 9.5 insert into, on exception update all the things. ### 2. real upsert since 9.5 INSERT INTO .... ON CONFLICT...

I've added 2 badge types that are available for each app. Badges are a nice way to communicate quality in a README etc. Thinks that I am not so sure/could...

When using Errbit with multiple users it would be nice to see, who solved a particular issue, for instance to ask for more details. I've added a field to Problem....

Until now, users can already supply multiple name formats given in the readme (persistent, transient etc) but it seems they were never used and the auth request will always just...

I was bitten by that; ElasticSearch has the Security Manager enabled by default, so access is forbidden to any files, one has to add the whitelist to java.policy as written...

Hello, I've tried to compile with ``mvn package``, but it didn't work: ``` [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4.1:single (default) on project elasticsearch-analysis-dynamic-synonym: Assembly is incorrectly configured: Assembly...

needs work: - Only works in Chrome with debug flags so far. Needs explanation/feature detection chrome flags enable & restart: chrome://flags/#enable-usermedia-screen-capture - Extraction of config parameters to controller? - Didnt...