Michael Martz

Results 15 comments of Michael Martz

How about a P made out of a piston connected to the chainring?

I'm not getting anything rendered either. It was working for me before, but stopped working. I don't get the above errors in the inspector when I inspect the xstate dev...

I took another look and it seems to be working now. I'm unsure why it wasn't showing up before. Possibly try right-clicking on the xstate pane in the dev tools...

Maybe we should re-open this issue? Looks like the spec now specifies that meter is an implicit role. https://www.w3.org/TR/html-aria/ https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meter

For now we just used a data-testid, but I'll definitely want to get our version upgraded when you guys do the final release. We really like how testing-library works and...

FYI, the SNAPSHOT version is stored in the repository attributes (`attributes.maven2.baseVersion`).

We're hitting this as well. When maven runs node/yarn we get `@rspack/binding-darwin-x64` installed into node_modules. If a developer is on an arm machine then wants to run the build (we're...

Ah, looks like newer versions of the plugin do select the correct architecture, but are causing a problem with `yarn cache clean` for some reason, so I guess if I...

OrientDB 2.x isn't supported above java 11 and the migrator needs to read that database to do the migration, so if you're trying to migrate with java 17 things will...

> @Blacktiger from my own experience the migrator runs just fine with Java 17. Interesting, did you have to use additional parameters to make it work @moddx?