Shawn Weeks

Results 46 comments of Shawn Weeks

I'm seeing this as well after the update 4.5.1, 4.4.0 wasn't exhibiting this behavior with NGinx as the reverse proxy.

If your using Maven from brew. They just switched to making it use JDK 13 by default. I had to install and setup jenv to get around this. You can...

The way I've been handling this is to not do scrolling inside of Gridster and just leave it on a FixedVertical setting instead.

It looks like this only affects builds that copy from / . There is probably some sort of symlink loop or something involved here. Here is my minimal reproduction of...

Also encountering this issue and my GitLab Repo is HTTPS only so I don't have the option to use SSH.

What Semaphore calls environment is just the json passed to the extra-var parameter in ansible-playbook. Ansible itself has something called environment that's used to set the state of the shell...

I'm still seeing this in JoinFaces 4.6.6 and I'm not exactly sure from the linked post how to resolve this since it's talking about Jetty not Spring Boot and Tomcat.

I was about to file a bug on this as well. The short description is that tmpfs-mode is ignored if your pointing to an existing folder. It will just use...

Yeah Beeline works fine for Hive 1.2.1 and Hive 2.3.5 as well as HDP 2.6 and HDP 3.1 releases of Hive and Beeline. What lead to discovering the issue is...

Another option that is supported on several databases is to use an "IN" clause instead of "EXISTS" which would be implicitly converted to a join without any of the risks...