ryomahan
ryomahan
update a notes bug
- [x] I hereby declare this contribution to be licenced under the [MIT license](https://opensource.org/licenses/MIT) @atompie There is a resend.com plugin demo. You can test with the plugin named `Resend: Send...
when I start workflow debug there isn't a loading animation to stop my continuous clicking behavior
Change event source id will create a new event source not update it.
As shown in the title, FlowEditor's Rearrange Nodes button can only take effect once. When I first use it, it is effect, but if I move some node then, it...
config file like this: ```javascript /** * * route includes: * // menu use * icon: ReactIcons | default null * style: {str: str} | default null * * //...
Like title: make the enter key and the button have the same effect in some scenarios such as login, registration, select api and more. If need that, I can push...
I saw when project version change we need change `package.json` version and `misc/version.js` version. We can use .env variables replease `misc/version.js` hard code so that we can only change `package.json`...
@atompie **This just a suggestion.** use [`react-app-rewired`](https://github.com/timarney/react-app-rewired) and [`react-app-alias`](https://github.com/oklas/react-app-alias) add path alias so we can: ```javascript import { getApiUrl, resetApiUrlConfig } from "@/remote_api/entrypoint" ``` ### Implementation method #### 1. install...