-
I have a bindgen generated ffi function that returns `!`. This is allowed on stable rust. The code that `automock` generates fails to compile for stable rust.
### Code Example:
```rust
mod outer…
-
Mock-up of Smolarski site home page.
-
https://www.figma.com/design/zfz28nGTtXzcsYJHuAMPM4/Smolarski-Website-Mockup?node-id=19-2&node-type=canvas&t=dth1NlBpqKPVjM1w-0
-
Mock-up of Smolarski Class Content page: https://www.figma.com/design/zfz28nGTtXzcsYJHuAMPM4/Smolarski-Website-Mockup?node-id=20-2&t=Mbn8omR9Oa3Jiff4-1
![image](https://github.com/user-attachments/as…
-
### Check for existing issues
- [X] Completed
### Description
Currently, for mock data generation, we are adding fake errors in masses based on this [paper](https://academic.oup.com/mnras/article/4…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
I envision an app that most of the time is just playing videos from YouTube or Vimeo, etc. in full screen. The UI is unobtrusive. Perhaps the UI is not visible at all except under certain events:
…
-
### Problem
Currently we can mock `GET` endpoints but not `PUT` endpoints (not sure about other kinds like `POST`). We need to be able to mock `PUT` endpoints (and others if they are not supported).
…
-
Hi ,
Is there a way to implement mocking out of the box? testing hits rate limit quite often and you get banned from time to time. Do you know how can I implement mocking to avoid this in case is …
-
Hello 👋
In current implementation making API calls is done through methods in ApiExecutor classes, such as SourceFilesApiExecutor, SourceStringsApiExecutor, etc.
Example:
```
ICrowdinApiClien…