Cameron
Cameron
I was using Waypoints and Inview to add animations to several elements on a website when they became in view... ```js function setAnimations() { $('.animation').each(function () { new Waypoint.Inview({ element:...
The text looks to get clipped at the top of the glyphs. Using font: 'Helvetica-Bold' but I see this with other fonts as well. Also the text doesn't look to...
If I have sever listening on one process and then kill the process that has the client requesting I get the error ECONNRESET... Any ideas on how to stop this?...
Setting `cssCodeSplit` (https://vitejs.dev/config/build-options#build-csscodesplit) to false in order to create a single CSS file as per the documentation: "If disabled, all CSS in the entire project will be extracted into a...
### Versions - vite-plugin-federation: "^1.3.2" - vite: "^4.5.0" ### Steps to reproduce We're using Vite Ruby (https://vite-ruby.netlify.app/) to run a Ruby on Rails application with a Vite front-end. In this...
If I hypothetically had a file in the compiled `_site` directory called `index.html.erb` containing Ruby code. Would that Ruby code be interpreted by Rack/Puma?
When doing: `npm install dualshock-controller` I get the following error (copied from log file): ``` 0 info it worked if it ends with ok 1 verbose cli [ 'node', 1...
@jmrocela If I run: ``` cd /Users/Cameron/Desktop/munch Cameron:munch cameron$ munch --view Scale.html --js Grid.js ``` I get the following errors: ``` fs.js:438 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT, no...
When using the fetch method to pull down the css or js files it doesn't prefix the path. For example if I have an app at: `http://domain.com/HelloWorld` and the webroot...
Hi me again :) I've download the latest version of shrink to test the inclusion of Scssphp to do the compiling of Sass files via PHP instead of Ruby. It...