Brady Brown

Results 8 comments of Brady Brown

I found this issue when I had a lambda function (created with '@serverless/backend') that would be deployed along side my next.js app and I wanted to expose an environment variable...

Sorry about that. Here it is ``` import React, {Component} from 'react' interface P { children: React.ReactNode } export class Button extends Component{ render() { return {this.props.children} } } export...

Here is my addons.js file ``` import '@storybook/addon-actions/register'; import '@storybook/addon-links/register'; import '@storybook/addon-a11y/register'; import 'storybook-readme/register'; ``` Here is my config.js file ``` import { configure, addDecorator } from '@storybook/react'; import {...

I am having this exact issue as well. I have installed eigen via homebrew as well as manually building it and cannot figure it out.

Hey, great to hear! Points 1,2, and 3 are all great ideas. I’m not opposed to 4, however I would like to plan out how a config file in /etc...

I like that idea. Luckily just last week I had to interact with firewalld for the first time so this actually means something to me. I like the idea of...

Hmm, my suggest was going to be to increase the --ledsPerFan count to 34 as corsairs website says that model has 34 leds (https://www.corsair.com/us/en/Categories/Products/Fans/RGB-%26-LED-Fans/iCUE-QL-RGB-PWM-Fan/p/CO-9050097-WW). However you just said you did...

I created a branch named 'debug' that will log out all packets its sending out. My current theory is that somehow the packets are being truncated for being too long....