Mike Botsko

Results 58 issues of Mike Botsko

I'd like to serve static files in two directories - one with my html, one with some compiled css that gets distributed with an npm package. I don't see a...

As noted in the issue, github fails to render view source links correctly when preceded by an html element. The only solution I'm aware of is to force an empty...

bug

**Describe the bug** Trying to use this in a very simple nextjs app. The following error appears in the console: ``` Check your code at index.js:5. at Home at main...

The jooq code generator created a BIT field with a default value it got from the original MySQL table (`b'0'`). That isn't valid in Postgres, and likely other databases, so...

T: Defect
C: Code Generation
P: Medium
E: All Editions

**Describe the bug** When doing `/pr wand`, I get "You need to specify a wand type". That should default to inspect mode. It also advises looking at `/prism ?` which...

Bug - Low

**Describe the bug** /pr undo appears to not work. We do a rollback, then /pr undo and it says "no previous action." **To Reproduce** Steps to reproduce the behavior: Perform...

Bug -Severe

### Bug description: We're trying to re-open the dropdown on input focus but there are only two paths that _might have_ worked: `typeahead-is-open` and `assignIsOpen({ isOpen: true })`. Neither works...

I need a way to turn a string of commands/arguments/etc into an `Arguments` object. Our reasoning is because the same NamedArguments we use in-game can be set in config files...

1. Arguments should be validated by type. If I use `Argument.forInt().name("r").build()`, `r:test` should return an error to the user. 2. It would be nice to provide a regex/custom validator method....

Currently, `Material`, `EntityType`, and similar types show as uppercase in suggestions. My previous command system used lower-case text as it's preferred by my users. It would be nice to have...