Brian Harris

Results 9 issues of Brian Harris

I'm attempting box2d integration and wasn't able to find a recipe that worked with your update/interpolate/render scheme. Perhaps a nice addition to the wiki? Based on [this article](http://saltares.com/blog/games/fixing-your-timestep-in-libgdx-and-box2d/) and your...

mini2Dx-ve

It means that running DesktopLauncher throws ex about not finding mini2Dx.png.

bug
mini2Dx-ve

Background: https://stackoverflow.com/questions/61469467/substring-or-regex-search-in-xodus/61477624?noredirect=1#comment108777519_61469467 Probably adding regex support makes the most sense because it covers substring search too.

**To Reproduce:** Run this code in a loop on Java17 with -Xmx40m. For me it only goes four iterations and hits OOM on the fifth. ``` GatewayDiscordClient gateway = DiscordClient.create(discordBotToken)...

for user attention

I'd love to see an initial versioned release so we can more simply install and road test internally.

JOL has this neat way of attaching the agent at runtime to avoid requiring users to pass -javaagent on the cmdline. http://hg.openjdk.java.net/code-tools/jol/file/9c716b63a6cf/jol-core/src/main/java/org/openjdk/jol/util/InstrumentationSupport.java Would you be willing to adopt that approach...

### Feature Request / Improvement This [cookbook](https://tabular.io/apache-iceberg-cookbook/data-engineering-incremental-processing/) has a java snippet to update a snapshot property atomically with a sql MERGE INTO. ```java // Update the target table and set...

Hi, what is your feeling about whether this same project can be used to detect positions for other board games like scrabble? I am curious whether it's more like 20%...

Given most of my app logging uses quill it'd be handy to support a synchronous mode for app debugging. When adding std::cout and using breakpoints, neither of those play nicely...