স্নেহাংশু ফুকন

Results 9 issues of স্নেহাংশু ফুকন

This PR aims to allow the use of [lodash-style `get` path notation](https://lodash.com/docs/4.17.15#get) to access state and actions. e.g. ```javascript const store = createStore({ user: { name: 'John', change: action((state, payload)...

**Describe the bug** Currently it is not possible to limit file uploads to only one file using the `multiple` prop, setting it to `false` doesn't work. **Reproduction** ### CodePen: https://codepen.io/HyndexCoder/pen/KKvWOyb...

bug report

I have some shortcuts defined on a vue page. Like this ```vue ``` Whenever I navigate away from that page, I get the following error message in the console. In...

bug
wontfix

[OCPP 2.0](https://www.openchargealliance.org/protocols/ocpp/ocpp-20/) has been released. I think the work on implementing it should start.

**Describe the bug** I am unable to login in termux on a Android phone ![Screenshot_20221023-110207_Termux](https://user-images.githubusercontent.com/9392350/197375659-2e6cae6d-ab16-4e17-8fdd-57079a787f84.jpg) ```bash WARN failed querying for new release: Get "https://api.fly.io/app/flyctl_releases/linux/arm64/latest": dial tcp: lookup api.fly.io on [::1]:53:...

bug

Added `https` and `timeout` options.

My command: ```bash loadtest -t 20 -rps 1000 -k -m GET http://localhost:3030/load-test ``` Am I making a mistake in passing the options or is this is a bug? - Node...

**Describe the bug** I am getting error like this ``` failed to encode args[3]: unable to encode []sqlc.ApprovalRequestState{\"open\"} into text format for unknown type (OID 16477): cannot find encode ```...

bug