Phillip Novess
Phillip Novess
Additionally if I have to, how do I at least force a model to always use a shard? on_shard(1) only works for the block syntax. How do I do that...
@osheroff - no it doesn't work in the connection class or the concrete model. I tried to dig into the code more to find a work around, but didn't really...
@DarthSim yeah that’s what I thought as well but wasn’t really sure where to start. Kinda new to anyway_config. I reverted to the older version. But I was actually thinking...
@DarthSim ah I think at the time I tried it, my root route was not set. It was a new project. I’ll try upgrading it now that I have root...
@DarthSim ok not really sure if all the functionality is working as it should yet but at least I can get it to load the app without crashing. This part...
@lavrton I think both would be ideal - curved and on a path. The path feature could function like adding a line, and then attaching the text to it. fabric.js...
Submitted PR that adds resource_type to $cloudinary.url call so that the correct url is returned for video thumbnails. https://github.com/assembler/attachinary/pull/121
Is there an existing test for that code?
@lightbluepoppy Are you using a `src` directory? I had this issue but I realized I didn't update the tailwind.config `content` to find files within my `src` directory. Now I'm having...