David Hu

Results 25 comments of David Hu
trafficstars

i'm not doing any custom configs, just this mainly ```ts import express from 'express'; import promMid from 'express-prometheus-middleware'; const app = express(); app.set('port', process.env.PORT || 4000); app.set('env', process.env.NODE_ENV); app.use(express.json()); app.use(promMid({...

``` kubectl get all -v=8 ``` seems like getting all resources just mean calling every API

is this what you're trying to achieve? looks like you need to adjust the margin prop to do that. The APi is a bit confusing, so I will have to...

i'll need to spent some time looking into how to handle the new server component paradigm. I think it's probably not working because the animation are created outside of the...

i haven't had time to work on this recently, but one potential approach would be add `use client` on top of each loader, and add a setState call for each...

https://github.com/davidhu2000/react-spinners/blob/fd4a93c6d8ef999871f46e927edd3dc54cae0ce1/src/BarLoader.tsx#L45 i'm not sure, I will need to see if this is possible. Currently it is just passed as a string

can you share how you're using the component? is it using SSR? server components?

I've been thinking about this, but I'm not sure how to go about it yet. https://necolas.github.io/react-native-web/docs/view/ potentially looks like a viable option. But will need to investigate deeper into how...

everything i've seen seems to be building something for `react-native` then using `react-native-web` to make it work for the web. If that's the only way, then the library would need...

@bsgriggs PacmanLoader is fixed in 0.13.7 based on your recommendation, still need to look into the other 3.