-
Hi,
first I wanted to say thanks, for this awesome package.
Would it be possible to use `@faker-js/faker` (https://www.npmjs.com/package/@faker-js/faker) instead of `faker`?
I have done this …
-
There is currently no way to force gettext functions to return specific strings. This means I cannot test if the macros I'm working on at #89 fall back to default strings when returned ones are broken…
mks-h updated
3 months ago
-
Hi!
As far as I can tell, we have two ways of issuing return values to a generated fake struct in counterfeiter. The first is to simply record a value which it returns, and the second one is to enu…
-
The non-promise version of `Query` defines fake [`then`](https://github.com/sidorares/node-mysql2/blob/master/lib/commands/query.js#L36) and [`catch`](https://github.com/sidorares/node-mysql2/blob/mas…
-
### 🚀 The feature, motivation and pitch
I'm working on exporting an object detection model which casts a list of tensor shapes into a tensor, and I'm trying to hint the compiler that it should trea…
-
The following snippet only works when the `execute` function has a typehint for the functions return type.
```py
import networkx as nx
from mitiq import MeasurementResult, benchmarks, rem
from…
-
I want to have the output image between 0 to 100 instead of 0 to 1 which is what the pix2pix network will generate.
I tried to add the following parameter :
self_fake_B_new = self.fake_B * 100
and …
-
***My thought proccess:***
I could efficiently add support for convolutional\kernel\filter layers while preserving overall performance via just a fake-activation function and a simple condition whe…
-
I started looking at the state of random in Gleam and I have several ideas.
1. `int.random` and `float.random` do not have seeds. It might be a problem for libraries. For example: if you want a fake-…
-
### 🐛 Describe the bug
I use the following script to translate Llama-2-7b-hf to MLIR. It failed in the translation to torchscript.
```python
from transformers import AutoTokenizer, LlamaForCausal…