Victor Algaze
Victor Algaze
Hi there-- DialogFlow is definitely a "team sport" and one of the best parts is being able to come across libraries/tooling like this one! **Question:** If one uses flask-assistant to...
The hard 100 request (POST/PUT/GET/etc) limit should be more prominently called out in docs. Line 172 from https://github.com/Mashape/mockbin/blob/master/docs/api/bins.md reads: ```md All requests to Bin will be logged for later inspection...
| ------------------------------------------------------------------------------------------------- | Requesting a new feature | ------------------------------------------------------------------------------------------------- **Proposal/Feature-request:** Approachable starter docs for non-technical/inexperienced folks to get up and running. I was having dinner with a non-technical designer person...
If approved, resolves #263
### Please read and mark the following check list before creating a pull request: - [x] I read and followed the [CONTRIBUTING.md](https://github.com/akveo/kittenTricks/blob/master/CONTRIBUTING.md) guide. #### Short description of what this resolves:...
@LukeRoss00 Add an easy-to-follow "quickstart" - Looks like this: https://github.com/valgaze/gta5-real-mod/blob/quickstart/quickstart.md - Main README: https://github.com/valgaze/gta5-real-mod/tree/quickstart
Fixes a minor typo here that can potentially confuse folks migrating: https://zod.dev/v4/changelog?id=drops-errormap Without specifying a min for the string in the example there is no issue code other than `"invalid_type"`:...
This 🐣 PR updates the second example on [react.dev/reference/react/act](https://react.dev/reference/react/act) to use an async callback with `act()` + fix an alignment issue with another sample Although the example currently uses a...