Eli Pleaner
Eli Pleaner
# Description Currently, with a custom serverless component (e.g a modified serverless.js), if an error is thrown in serverless.js while running `serverless`, the exit status will be zero, indicating success....
## Expected Using these custom colors: ``` // tailwind.config.js module.exports = { theme: { extend: { colors: { primary: { 50: "#caf0f8", 300: "#90e0ef", 600: "#0077b6", 900: "#03045e", }, nested:...
## Expected: Mirroring tailwindcss/typography's state variant customization (shown [here](https://github.com/tailwindlabs/tailwindcss-typography#customization)), I expect this custom hover color to be applied to anchors when in dark mode. My tailwind.config.js fragment: ```const defaultTheme =...
Hi, Wondering if you can help me understand how to configure remark-prism to show line numbers. I added this line: ``` import remark from 'remark'; import html from 'remark-html'; import...
Getting this when trying to use react-three-gui with webpack. node_modules/react-spring/three.js:1 import * as THREE from 'three'; ^^^^^^ SyntaxError: Cannot use import statement outside a module
Hi, I am trying to move to hydra-ts and would like to utilize Hydra's audio detection. In vanilla hydra, we'd get it with hydra.a. However, with hydra-ts, the audio instance...
Is it possible to add config to hide values? I only need to show the field name and the type, not the value itself.