Michael James

Results 5 issues of Michael James

Using make_recipe with _quantity together with related key only applies to last item created Given this setup code: mommy_recipes.py: ```python dog1 = recipe.Recipe( Dog ) dog2 = recipe.Recipe( Dog )...

Fixes #2250 - Add check that code is running in a browser before adding devtools Would need this fix for 4.0.2 since I cannot upgrade to 4.1.0 due to bugs...

### Version 4.0.2 ### Describe the bug Recently upgraded Vuex to 4.0.2 for a Vue 3 migration that uses a custom SSR solution using Express and Webpack. When running in...

### Describe the feature I am currently trying to migrate a custom webpack loader to unplugin. The webpack unplugin needs access to the loader context's `request` property in the transform...

enhancement