Alexander Najafi

Results 10 issues of Alexander Najafi

When I try to fetch the ACL list for a newly created object, the call fails with the following stack trace. See below for a code example to reproduce. ```...

feature

When I install using `pip3 install repostat-app` I get an error saying ``` pandas/_libs/algos.c:236:12: fatal error: 'longintrepr.h' file not found #include "longintrepr.h" ^~~~~~~~~~~~~~~ 1 error generated. error: command '/usr/bin/clang' failed...

My Java files are not being formatted on save, only when I do a reformat manually. I can see that the google-java-format plugin is running when I save the file...

IntelliJ

I upgraded to OSX 13 and suddenly almost all fonts look bold and super pixly. I'll attach an example of the Droid Sans Mono, but most fonts look very similar....

Hi, I'm upgrading from v 1.2 to 2.0.0 with Dropwizard version 3.0.6. I'm sure I'm missing something, but for each request I'm getting an error about a missing class `java.lang.NoClassDefFoundError:...

When I try to install the build-tools on my M1 Mac, I get an error saying that the emulator does not exist and is a dependancy. Is the emulator published...

I'm upgrading to JakartaEE and Java21 and is running into issues. I'm imorting AHC version `3.0.0.Beta3` with ``` implementation 'org.asynchttpclient:async-http-client:3.0.0.Beta3' ``` But I'm getting errors related to `jakarta.activation`. When I...

# Bug Ticket ## Describe the bug Error log `Error in select call: filedescriptor out of range in select()` from spotcast. I have a script casting Spotify to a Google...

bug

The `KafkaConsumerBundle` does not have any empty constructor, but one that takes a `Collection topics` and a `ConsumerRebalanceListener`. It does not seem like the `topics` actually does anything as I...

Hi, I'm starting to investigate a way to get the energy consumption of my spa. I see that you have the following bullet under "TODO": * Add a watt setting...