Joseph D. Purcell
Joseph D. Purcell
The comment https://github.com/itzg/docker-minecraft-bedrock-server/issues/194#issuecomment-1304882044 was extremely helpful, thank you! I read it after I got it to work; it seems reasonable to install extensions on a per-world basis like that. I'll...
I believe the intention of Code Climate is to focus on analysis and reporting. Modifications to the code being analyzed (to me) seems out of range, but I'm only a...
Currently the PHP world has no ability to analyze for missing use statements, you have to do it through human observation or execution of the code. This is a little...
@ravage84 Thank you for sharing this! What a great addition to phpmd! I think a good next step would be to compare the behavior of PHPMD 2.7.0 missingimport check and...
@ravage84 I created https://github.com/josephdpurcell/phpmd-phpnsc-comparison for some quick testing. I am getting less errors than I would have expected. I've created https://github.com/josephdpurcell/phpmd-phpnsc-comparison/issues/1 to track that. I would like to help do...
Ok, thanks @ravage84 . @bashofmann Perhaps you can help with the comparison between PHPCS and PHPNSC? I have commented on https://github.com/josephdpurcell/phpmd-phpnsc-comparison/issues/1#issuecomment-519607192 with a list of errors I would expect to...
I got Quasar with Storybook working. Here's detail. I've read through a few sources: * The comment in this thread https://github.com/quasarframework/quasar/issues/11654#issuecomment-1618295838 * This blog post https://javascript.plainenglish.io/setup-storybook-for-the-quasar-project-vite-pinia-vue-i18n-69b41745af60 and related repo https://github.com/tasynguyen3894/demo_quasar_storybook_i18n_pinia...
The reason I'm posting it here is because (a) https://not-so-simple.com/ is awesome, and (b) it seems to be at odds with the features I outline above. Here are feature filters...