স্নেহাংশু ফুকন
স্নেহাংশু ফুকন
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...
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...
[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  ```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:...
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...
Same as title
**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 ```...