Shane da Silva

Results 7 issues of Shane da Silva

A number of issues boil down to the desire to implement customizations around how the resource diff is presented. Linked are some issues below, which we're folding into this one...

enhancement
help wanted

As discussed in https://github.com/brigade/scss-lint/commit/254cf91955c78b557679004388f9d3a05d33f971#commitcomment-19307558, the original fix to #747 wasn't actually correct. We need to allow specifying multiple placeholder selectors in `@extend` declarations.

bug

While it is documented that SCSS-Lint monkey patches the Sass parse tree and that developers should not `require` it with their regular application code, it continues to be a source...

bug

Consider the following schema: ```sql CREATE TABLE my_table (my_array text[]); ``` If you run: ```ts sql.unsafe(`insert into my_table (my_array) values ($1)`, [['item']]); ``` ...it works as expected. --- Now instead...

bug

Hey all, I'm not sure if this is the right solution to the issue we're observing, so would welcome feedback on a better way to solve. If you are using...

Addresses #188. I tested using a personal fork to ensure the build succeeded—you can see the output from a successful run [here](https://github.com/sds/rocksdb/actions/runs/4081662959/jobs/7035252039). ARM is a common developer platform, especially if...

### What went wrong? Given the following `Earthfile`: ```make VERSION 0.8 build: FROM ubuntu:24.04 SAVE IMAGE my-image:latest smoke-test: FROM earthly/dind:alpine WITH DOCKER --load +build RUN --interactive docker run --rm -it...

type:bug