Sam Garfinkel

Results 13 issues of Sam Garfinkel

The `*.gradle` extension should be interpreted as Groovy. The `*.gradle.kts` should be interpreted as Kotlinscript (I think this might be a limitation of the underlying source code highlighter, which doesn't...

I'm unsure where stable releases are available (they don't seem to be on MavenCentral?) or what version number they are. Adding a badge with a link to the stable release...

I use Asciidoctor to build my documentation, which is convenient because I can simply pass in the version number as an attribute to my documentation. However, I'd like a way...

enhancement

### Feature Proposal I would like the ability to decorate the default importer. My primary use-case here is to dedupe global imports with a cache. I _could_ leverage something like...

Hi! I really love RTX, but wished it had a working Windows version. Since this is a rust project, in theory it can be cross-compiled Windows. The main issue would...

enhancement

### Bug report When using pnpm's default isolated dependencies installation mode, dependencies are not necessarily reachable from the originating stylesheet's directory, and instead need to be resolved from _where_ they...

## Feature motivation Currently, if the checker emits files to the webpack outputPath, setting `{ output: { clean: true } }` will remove them. The reason is because Webpack does...

enhancement

### Bug report The mini-css-extract-plugin prevents webpack from resolving URLs to the emitted CSS asset. Instead, this is resolved to the JS chunk, which contains no data. The expected result...

As it stands, the XjcPlugin defers adding the java and resource sourceSets until the XjcTask is actually created. This causes some serious problems when trying to use plugins that read...

### Description Hi, the issue is basically this line: https://github.com/vitejs/vite/blob/6c323d5b3ab3cdf81d21bbe965ed3c36aa7f0589/packages/vite/src/node/plugins/css.ts#L1362 Unless there’s a compelling reason to leave this disabled, can we at least turn it on conditionally with a flag?...

enhancement: pending triage