Brice Dutheil

Results 172 issues of Brice Dutheil

### Version of Radiance (latest development is 6.0-SNAPSHOT) 5.0.0 ### Sub-project (Common, Animation, Theming, Component, ...) org.pushing-pixels:radiance-svg-transcoder-gradle-plugin ### Version of Java (current minimum is 9) 11 ### Version of OS...

6.0 - Iridium

Got an issue with other shell scripts, turns out that when one prepends `$PATH` by `activemq/bin`, `env` is shadowed by ActiveMQ's `env`. That means that script that want to run...

This PR aims to bring support to bitbucket 6. Since seting up the atlassian sdk environment maybe tricky, this PR also adds a small contribute section. And see #27. While...

This PR is based on the bitbucket 6 support done in adds-bitbucket-6-support branch e.g. after #29. The aim of this PR is to upgrade the component that allows to render...

Hi I believe I came across an issue, but I'm not sure. I've configured `delta` this way in my `.gitconfig` ``` [core] pager = delta --width=variable ``` I have this...

high-priority

I'm not sure what I did, I opned the LuaJ toolpane on a non Lua project. ``` java.lang.ClassCastException: class javax.swing.text.AbstractDocument$DefaultDocumentEventUndoableWrapper cannot be cast to class javax.swing.text.AbstractDocument$DefaultDocumentEvent (javax.swing.text.AbstractDocument$DefaultDocumentEventUndoableWrapper and javax.swing.text.AbstractDocument$DefaultDocumentEvent are...

Hi I just created a homebrew formula for this nifty tool. I'm not sure formula will be accepted, so I'm linking the PR here, and that would be awesome to...

I've seen this issue #1, mentioning contributing to https://github.com/idank/explainshell-manpages, but this repo last activity dates back to 2013. This project has outstanding PRs. Maybe it's time to move this project...

The following example will raise `UnfinishedStubbingException`. ```java abstract class A { abstract Closeable closeable(); } A mock1 = mock(A.class, RETURNS_DEEP_STUBS); doNothing().when(mock1.closeable()).close(); ``` This seem quite an old issue actually, the...

bug

Hi there, After re-reading #348, I think the invocation reservoir, doesn't have to keep the last invocation. This PR changes the semantics of the invocation reservoir, so no invocations are...