Sigit Prabowo

Results 10 issues of Sigit Prabowo

Hi @zachleat or @stedman i just make a PR for adding mime type for jpg. All .jpg format don't return source type "image/jpeg". also add crop feature by adding heights...

open-question

could you show me how to implement in ssr mode?

question

Hi @drwpow this is PR related to #5, the changes are: - fix component increment naming (follow svelte repl behaviour) - adding auto import with commented syntax when adding new...

- component filename increment problem Step to reproduce: 1. Add new component => shown component.astro 2. Add new component => shown component1.astro 3. delete component.astro 4. create new component =>...

Hi @k1m0ch1 just let you know, I found some information about static.analytic.rocks (I guess it's related their own tracking system). just follow this steps: 1. ```wget -r -np http://static.analytic.rocks``` 2....

context: i want to have min idle conns config available on asynq. asynq uses go-redis@v9 which support MinIdleConns. changelog: - Add MinIdleConns to RedisClientOpt struct

pr-alternative-available

**Is your feature request related to a problem? Please describe.** I want to have MinIdleConns redis config for asynq initialization. since asynq uses go-redis@v9 that support MinIdleConns config then exposing...

enhancement

in README.md, Quick Start - Step 3: Add Ionic Material stylesheets and scripts. it shown like this ``` html ``` when you run it via ionic serve, it will blank....