Jez

Results 29 issues of Jez

The handyman zoning doesn't seem to work properly. When I play the "confined" scenario and set a handyman to zone 1, he keeps leaving zone 1.

enhancement
S:Help wanted
S:Reproducible

My `.csproj` has the following references: ``` ``` I setup the FluentEmail DI like so (from Startup.cs): ``` services .AddFluentEmail(defaultFromEmail, defaultFromName) .AddRazorRenderer(typeof(Program)) .AddSmtpSender(smtpHost, smtpPort); ``` And then when I call...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. I...

area-web-frameworks

As the indent rule is not the equivalent of ESLint's no-mixed-spaces-and-tabs because it doesn't implement smart-tabs (see #268), a new no-mixed-spaces-and-tabs rule should be introduced that allows a "smart-tabs" option.

accepting pr's
new rule
nice first contribution

Smart tabs allows the use of tabs for indentation, spaces for alignment. This is a crucial feature that there is basically no alternative to, if you're using tabs for indentation....

enhancement
low priority
accepting pr's
suggestion

As the TSLint team have officially [said no to implementing](https://github.com/palantir/tslint/issues/3330#event-1300377618) `smart-tabs` for their `indent` rule, it is not the equivalent to the ESLint `no-mixed-spaces-and-tabs` rule (and never will be because...

documentation

ESLint has a `unicode-bom` rule. It should exist for tslint too.

accepting pr's
nice first contribution

### Describe the bug I have Vite configured to include CSS source maps in dev: ``` export default defineConfig({ ... css: { devSourcemap: true }, ... }); ``` My Vue...

feat: css
p3-minor-bug :hammer:

### Describe the bug When a prop is added to a child component, if the parent was previously passing that prop through as a fallthrough attribute and defining it as...

pending triage