Callum Dempsey Leach

Results 9 issues of Callum Dempsey Leach

In line with issue #136 a new column type "K" was created to vertically align the left-hand side of the text. I have also made alterations from ` L{\textwidth *...

size/XS

**Is your feature request related to a problem? Please describe.** Tests are structured per domain directory, would like to view tests by dir. **Describe the solution you'd like** Sorting reports...

enhancement

Hey, A few issues i.e. #283 were complaining about CPU utilization. On inspection of performance, I found that this is due to requestAnimationFrame calls (approximately line 1309). Normally this is...

Yo, When using Gomock with Ginkgo and calling `ctrl := gomock.NewController(GinkgoT())` I get: ``` golang/[email protected]/gomock/controller.go:137 You must call DeferCleanup inside a setup node (e.g. BeforeEach, BeforeSuite, AfterAll...) or a subject...

Hi Trying to understand how your approach allows you to perform concurrent writes without a mutex. Can you provide this?

lang is missing a todo feature how else am I supposed to create todo lists when writing code?

Hi! I presume the goal of https://github.com/databricks/terraform-databricks-examples/blob/v0.2.17/examples/aws-workspace-with-firewall/README.md is to provision several Databricks clusters with AZ replication as distinct services across separate subnets. The problem is the CIDR blocks of `10.4.0.0/22`...

Hi! Great tool, difficult to split lint from lint-fix runs. Is there an idiom to support this e.g. linelint --fix?

Using a provider of ``` provider "databricks" { profile = "ACCOUNT-" } ``` This doesn't create: ``` resource "databricks_mws_workspaces" "this" { provider = databricks account_id = var.databricks_account_id aws_region = var.region...