Will Bryant

Results 15 issues of Will Bryant

Almost every time I run terminate on one of my 8-CPU daemon servers with a few jobs running and one failing, it doesn't work as it doesn't actually run the...

Sort of a technicality, but if there's a numeric column and a filter file used with a `replace` option, this will work normally: ``` numtest: replace: val: "10" ``` But...

**Describe the bug** When we turn on data point numeric display, the "Full" value formatting for percentage values has 0dp, but the "Compact" value formatting has 2dp. **To Reproduce** Steps...

Type:Bug
.Needs Triage

Fixes #24041 ### Tests - [x] If there are changes to the backend codebase, run the backend tests with `clojure -X:dev:test` - [x] Sign the [Contributor License Agreement](https://docs.google.com/a/metabase.com/forms/d/1oV38o7b9ONFSwuzwmERRMi9SYrhYeOrkbmNaq9pOJ_E/viewform) (unless it's...

For use cases such as databases, it is useful to benchmark random IO such as 4k or 16k write IOPS. This is particularly useful when testing different block_size_shift settings. It...

The following text in the regex vs. starts_with?/ends_with? bit (which has a ! next to it) is flatly incorrect: ``` You can combine start_with? and end_with? to replace error.path =~...

Under Syck if you register a domain type, the block will get the tag name and the value yielded to it as they are in the actual raw YAML. In...

Otherwise it's impossible to drag the panel up again by the header, because although we receive the drag events on the listener, `_scrollingEnabled` is set to true, so the slide...

Without this, sometimes after a fling open isPanelOpen would return false, or after a fling closed isPanelClosed would return false.

Getting this sometimes, I think when I have scrolled the container that contains the slide into view and then scroll it out, but I can't reproduce it consistently. ``` The...