Jonathan Viney

Results 8 comments of Jonathan Viney

Make sure the code is available in the same location as when the individual coverage reports were generated. It would be nice if simplecov warned you about this.

I'm seeing the same issue on lima 0.11.0. DNS appears very flaky in the VM. Fixed by this config. ``` useHostResolver: false dns: - 8.8.8.8 - 4.4.4.4 ``` This is...

I'm not really maintaining this project any more. acts-as-taggable-on is more up to date so it's probably best if you use that.

Please submit something to the acts-as-taggable-on project. On Tuesday, April 12, 2011, stevenbristol [email protected] wrote: > I need to implement a kill words feature so "kill words" wouldn't get tagged....

I have implemented a rough version of this feature if anyone is interested. https://github.com/jviney/aws-sdk-go-v2/commit/925a73cc85d50382a2ddf456b1a3e762ab185797

> I like this idea, I am willing to merge this as-is. > > Before that, I want to run an alternative by you: would it make more sense to...

> If we go with that approach, forgetting to override the name would be resolved in the next major version by changing the default value to `false` and not even...

> You could validate it via a [WXT module](https://wxt.dev/guide/essentials/wxt-modules.html#writing-modules): > > ```ts > // modules/iife-global-name-validation.ts > import { defineWxtModule } from 'wxt/modules'; > > export default defineWxtModules({ > name: "iife-global-name-validation",...