roarkmccolgan

Results 11 issues of roarkmccolgan

Hi, When I type base-cy or add-cy nothing happens. When using add-cy, I get a flash of "Connecting to server" then cy option disappears and all I have is the...

Hi There Is there a way to use this version in Laravel Nova? Thanks!

Minecraft v1.12.2 Forge 2838 Java 8 311 Mod version: avatarmod-1.5.17-alpha.jar First mod I'm attempting and installation went smooth, no issues. When the game loads it says mods available 6 and...

Hi All I'm really stuck with something and hoping someone could help me out. I've built my app using Ionic with vue-cli "@vitejs/plugin-vue": "^4.5.0", "@vue/cli-plugin-pwa": "~4.5.12", "register-service-worker": "^1.7.1", I installed...

Hi All. I hope you're well. I updated my OS and docker and Takeout were still installed and working but when i ran ```takeout start``` it said 'not takout containers...

Hi! Would you suggest building on the server in a deploy script or build locally and gitignore the entire frontend? Thanks!

Hi! Why would my @import not compile? ``` @tailwind preflight; @import "components/navigation.css"; @tailwind utilities; /* Add utilities here... */ ``` and my mix file: ``` let mix = require('laravel-mix') require('laravel-mix-purgecss')...

Looks like the package is abandoned. Please confirm?

Hi There, When using in a loop: `v-for="(optionKey, option) in myOptions")` I am unable to use the current "optionKey" in naming each instance: ```

Hi All. I am returning a collection of orders with their products (many to many) and each order can have the same product. I would like to know the pivot...