Joel Sticha

Results 26 comments of Joel Sticha

Having the same issues with my project. So far we've been able to copy a standard logback-spring.xml between our projects. This enables our Splunk HTTP Appender. We're using the follwoing...

Hi, we added our own easily with just CSS. add this class in your project: ```css .pace.pace-active { position: fixed; display: block; width: 100%; height: 100%; top: 0; left: 0;...

Can confirm this at my company too. @pbsureja I think you should update your Issue title though. It's not a non-standard api. In fact it IS standard for On-Prem Hosted...

A way which works is if you use Oauth App Method. @pbsureja let me know if this works for you. 1. Create new OauthApp: ![image](https://user-images.githubusercontent.com/4295880/144091827-344577c5-3b14-4a32-abba-35edaa412e52.png) 2. Doesn't really matter what...

I found a similar issue. Will open a PR tomorrow.

I see arm64 hashes in the HomeBrew base now. I'll try and use them https://github.com/Homebrew/homebrew-core/blob/master/Formula/mariadb.rb#L23-L25

> if anyone's interested I was able to build the latest MariaDB4j version for Mac M1 processors. Steps: > > 1. Clone MariaDB4j. > > 2. Build MariaDB from source...

I think this action would have to be re-written using the GitHub Action Scripts and run on node to be platform agnostic. Running the action without a container could execute...

This action is really best when you want to forward simple data or the github event payload. For your use-case, could just have a shell step where you run your...

@mkarg @loosebazooka What's left to do on this? I can help and would love to be able to start using the Java21 image.