rizaldirnm

Results 9 issues of rizaldirnm

Description =========== get error `gcc: error: unrecognized command line option '-m64'` in Macbook M1 while running on k8s using `skaffold dev`. Dockerfile example: ``` FROM golang:1.17-stretch RUN apt-get update -y...

Can we handle axios error with static type? Exampel we have HttpStatus 422 so response will appear in .catch, How we create Type for error handling in axios?

``` // Broadcast sends message to all alive users. func (c *Chat) Broadcast(method string, params Object) error { var buf bytes.Buffer w := wsutil.NewWriter(&buf, ws.StateServerSide, ws.OpText) encoder := json.NewEncoder(w) r...

#### Describe the bug I got receive error report from Sentry. I have no idea what is this. the function in `core/http/http.ts` looks like: ``` export const apiInstance = axios.create({...

Hii there is any configuration if I want to execute code something like ``` go run -tags dynamic main.go ``` **NOT** ``` go run main.go -tags dynamic ``` my current...

Hi guys, Can I get the "Body String Query" which prepared during building query? Thank you.

Is it possible to make "controllable" auto focus in `` component? the code something like this: ``` useEffect(() => { setFocus('area_origin_id'); // setFocus --> API react-hook-form }, [setFocus]); ( {...

is it possible to handle customize empty state component? Thank you ![CleanShot 2024-11-14 at 21 43 51@2x](https://github.com/user-attachments/assets/546981e6-3295-402a-adda-8f1859ce7800)

### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...

bug
scope:browser
needs:triage