Danny Thomas

Results 64 issues of Danny Thomas

The generated API shadows the concrete class names in the model, which causes import confusion and the need for full qualified class references when dealing with legacy code that contains...

enhancement

When adapting a legacy API to Hollow, there are often downstream consumers of an existing model. Hollow is at least doesn't come with any dependencies, but only requiring the annotations...

proposal

We ran into a project with a file with an emoji filename (no really), and looks like `stat` chokes: ``` Caused by: net.rubygrapefruit.platform.NativeException: Could not get UNIX mode on /mnt/builds/slave/workspace/project/src/node_modules/.bin/🐹:...

On an M1 Preview 7 I encountered a go runtime failure for one of of our tools: ``` runtime: unexpected return pc for runtime.asyncPreempt called from 0x767ec0 stack: frame={sp:0xc0003cbb70, fp:0xc0003cbcf8}...

needs-more-info

- Turned off the separate install phase, it's not necessary - Copied changes we use for nebula-plugins that improve troubleshooting of failures in Travis - Moved the script to the...

### SUMMARY This adds an additional unnecessary reference to every `BitmapContainer`. ### Automated Checks - [ x ] I have run `./gradlew test` and made sure that my PR does...

## What happened? When enabling Smart Mode with JetBrains Fleet, projects with this plugin applied fail due to the expectation that the `.idea` directory will exist: ``` java.io.FileNotFoundException: /home/coder/Projects/bb/edge/edgezuul/.idea/palantir-java-format.xml (No...

### Current Behavior Unlike `Settings` and `Project`, `ScriptHandler` doesn't have a way of getting at the provider API, so it's not possible to rewrite logic to be configuration cache compatible,...

a:bug
in:init-scripts

## Describe the Bug We observed a deadlock with Virtual Threads and Brave/Zipkin. In short, there are two paths to [CountBoundedQueue.offer](https://github.com/openzipkin/zipkin-reporter-java/blob/519133204bc5a56a5286c6f40facc10c76270b5f/core/src/main/java/zipkin2/reporter/internal/CountBoundedQueue.java#L71-L93) when finishing a span. [RealSpan.finish](https://github.com/openzipkin/brave/blob/69003dfc811418f0dbc42e9e17ff880ebe1f4b02/brave/src/main/java/brave/RealSpan.java#L132-L136) has a synchronized block,...

bug

I noticed that when using powerlevel10k, commands run by tools forcing an interactive shell leave orphaned `zsh` processes owned by `launchd`. In this case they're doing this to get the...