Mohammad Hasani
Mohammad Hasani
در حال حاظر در افزونه مرورگر رستم بات, برای هر توییت, وضعیت بلاک بودن کاربر با ارسال درخواست به API چک میشه که دو مشکل را در پی خواهد داشت:...
# Formatting Please follow the existing formatting for each entry. In order to get newlines without paragraph breaks, each entry should have two spaces at the end of the line...
Hi, this project is looking for a maintainer. If anyone has enough passion for it, I would be happy to see. Best regards.
## :rotating_light: The automated release from the `master` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you could benefit from your...
From [TypeScript 3.0](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-0.html#generic-rest-parameters) we are able to infer function's parameters with their names. So now we can remove `resolve` callback from `executor` in `createActionCreator` to make the API simpler. **Example**:...
According to #2, `createHandlerMap` should be capable to handle optimistic action creators. ## Detailed Description Yet, optimistic actions should be handled separately with multiple `createHandlerMap` call. So there would be...
Let's use this thread to discuss actual design considerations for a **plugin system API**. Prior references: - issue #45 - Usage with Immer
I'm starting to develop a DevTools for Halogen but I need to be sure that the community and maintainers wanna it. So I opened this issue to get feedback and...
IDK that this is related to #188 or not! BTW, I'm using Nix 2.3.3 and `snack build` inside nix-shell exits with the following error: ```bash error: cannot coerce a set...
Snack doesn't include build-tools specified in `package.yaml` into the build environment. As an example: ```yaml library: source-dirs: src ghc-options: - -F - -pgmF=record-dot-preprocessor dependencies: - record-hasfield build-tools: - record-dot-preprocessor ```...