Shadercloud

Results 10 issues of Shadercloud

How can I update the my production build with code updates? For example if I edit some Vue view files these changes **are** reflected if I run: `docker-compose -f docker-compose.build.yml...

I have installed the bootswatch package via NPM on the Vue3/Laravel project. I'm importing like this: ``` // Bootstrap @import "bootswatch/dist/cosmo/variables"; @import 'bootstrap/scss/bootstrap'; @import "bootswatch/dist/cosmo/bootswatch"; ``` Right away it gives...

I have a created a test story using which utilizes the new `UIListLayout Flex Feature` but Hoarcekat does not display it correctly. If you create this same setup in Roblox...

I'm having difficulty following the docs when it comes to Controller loop if I want the direction to reverse with each loop. So I want transparency to fade from 0...

If I try to convert from HSL I get some weird outputs: For example: ``` from colormath.color_objects import LabColor, HSLColor, sRGBColor color = HSLColor(89, 19, 90) rgb = convert_color(color, sRGBColor)...

Sometimes I'm getting this error when trying to find Clusters on a Vector2[]. The error points to this line `clusters[clustering[i]][clustersCurIdx[clustering[i]]] = i;`, in the `KMeans` class. ``` int[] clustersCurIdx =...

- Add an ENABLE_WARNINGS setting to disable the stopping while idle w… - Updated Reference URL to working github location

Maybe I'm doing something wrong, but if I already joining the relationships why should eloquent have to do another query to fetch the relationships, the data is already available within...

Here is an example of the problem (click "Change Style" button): https://codesandbox.io/p/sandbox/3hm8nm (it's using a test api key). The red route line will disappear. Along with this console warning: ```...

It seems that after destroying a component either by removing the tag or by destroying the instance, the component is not actually removed from memory. ``` const components = Dependency();...