Dave Stockley
Dave Stockley
closes #4
Hello, I'm getting a compile error when I import the module [Compile Error] Unexpected token (4:20367) in /Users/magicspon/websites/mudstone/node_modules/smooth-scrollbar/dist/smooth-scrollbar.js As the code is minified so I can't really see where it's...
#7 Hello, It would be great if I could output the report to a mark down file or json. Just a thought! Thanks
Hello, Glide looks super nice... Top work. Is it possible for each slide to have it's own width? Cheers https://codesandbox.io/s/4w4m7v2jq7
Heyo `HSETNX` seems to be missing. https://redis.io/commands/hsetnx/ Cheers
Replaced textSizes with fontSize and added corePlugins docs for disabling core font-sizes
Heyo, I've nay idea if this is remotely possible. But a magiclink/passwordless login provider would be fricking awesome. Feel free to put a bag over this ticket and pull the...
In the linked list, or queue implementation you have two lines like this. ``` this.tail.next = node this.tail = node ``` I can't get my head around this. surely `this.tail.next`...
Heyo.. I'm getting an error when running develop or build. config: ```javascript const { plugins } = require('./postcss.config') module.exports = { siteMetadata: { title: 'waffles' }, plugins: [ 'gatsby-plugin-react-helmet-async', {...