Andrew Ash

Results 53 issues of Andrew Ash

#### Feature request Please provide a way for searching the blueprint docs for "folder" to return the Tree component. Maybe there's a synonym or extra tag we can add to...

Type: enhancement
Domain: documentation
P2
help wanted
Package: core

#### Environment - __Package version(s)__: 4.2.0 Select - __Browser and OS versions__: Chrome 101.0.4951.64, OS X 12.3.1 #### Feature request Support Mac-style drag+release to change the selection in a Select...

Type: feature request
P2
help wanted
Package: select

Fixes https://github.com/palantir/conjure/issues/1217 ## Before this PR No example for complex error parameters. I didn't see it explicitly specified before (see linked issue). ## After this PR ==COMMIT_MSG== Add example for...

stale

BLUF: we don't specify the wire format for complex error parameters, and conjure-java and conjure-typescript are behaving differently. We need to determine correct wire format here, and then update the...

The old method of reading a row by creating a new reader for every row is quite inefficient because it leaves a lot of objects laying around for the garbage...

## What happened? In my product, a sysadmin manually starts a "bootvisor" service using `./service/bin/init.sh start` from an extracted tarball. Currently they get no output that the service started, so...

## What happened? On an internal repo, I ran `./gradlew classes --stacktrace` and got this stacktrace: ``` FAILURE: Build failed with an exception. * What went wrong: Could not determine...

## Before Previously, the atmoz/sftp docker image had an empty directory at `/etc/ssh/sshd_config.d/`, which I thought I could add configuration to and have it applied to sshd. (This is a...

https://github.com/palantir/gradle-baseline/releases/tag/5.5.0

## What happened? While working on another PR, I saw something that was roughly this situation: ``` interface MyInterface { @Safe String myMethod(); } class MyClass implements MyInterface { @Unsafe...