Johnathan Gilday

Results 14 issues of Johnathan Gilday

A less file which has a whitespace character before an import causes the compiler to fail ``` // Include dependencies @import "some-file.less"; // ``` Throws the error `Couldn't load undefinedsome-file.less`

I authored some classes with Jackson annotations which included references to Socrata classes such as `Location`. I couldn't figure out why I was getting the following exception: ``` Caused by:...

I'm building an RPM which installs a daemon in systemd. Fedora [documentation strongly recommends](https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Systemd) using spec file macros to properly handle install and uninstalling systemd managed services. From reading other...

question

The Javadoc for the [Response.getHeaders()](https://javadoc.io/static/jakarta.ws.rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs/jakarta/ws/rs/core/Response.html#getHeaders()), [Response.getStringHeaders()](https://javadoc.io/static/jakarta.ws.rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs/jakarta/ws/rs/core/Response.html#getStringHeaders()), and the (deprecated) [Response.getMetadata()](https://javadoc.io/static/jakarta.ws.rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs/jakarta/ws/rs/core/Response.html#getMetadata()) methods indicate that the `MultivaluedMap` returned by these methods is a _view_. The term _view_ sometimes signals that the view...

api
spec
clarification

If you start typing in the typeahead too soon after loading the page, you get errors that you cannot recover from without refreshing and trying again. ``` Uncaught TypeError: Cannot...

bug

## Overview In `TempDirectory`'s cleanup logic, while walking the temp directory, the file walker may fail to visit a file that has been removed by another thread or process. In...

type: enhancement
component: Jupiter
status: new

# Description A suspended app installation has `suspended_at` and `suspended_by` properties that were missing from the `GHAppInstallation` class. https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#list-installations-for-the-authenticated-app

### Problem Statement I would like Sentry tooling to synchronize the source code mappings in my Sentry GitHub integration with my Java project structure. Consider a multi-project Gradle project with...

Improvement
Java

**Is your feature request related to a problem? Please describe.** I need to be able to send a stream of characters to the stdin belonging to a process started by...

enhancement

How might an extension be able to interact with the Docker Desktop Kubenetes cluster (when one exists)? Comments in the Extension SDK source show using `ddClient.extension.host.cli.exec` to invoke `kubectl` on...

enhancement