-
### Problem description
When starting NVDA installs a 'fake' gettext and `pgettext` functions which translates to the language set as the current Windows locale. Later in the startup process `languag…
-
First of all, great job on the library, it's really powerful considering its size (or lack there-of.)
I've come from using Faker in PHP and I think the following functions would be useful.
```
chanc…
wlkns updated
3 years ago
-
Hi, I was really interested in the paper and was looking through the code. I just have a couple of questions:
- Should the text_encoder's weights be freezed? I could see that the gradients from the t…
-
I created an extension for handling MySQL's `FIELD` function, would that be valuable as a PR? As far as I can tell, there's no parallel functions in the other RDBMSes (although it could maybe be faked…
-
Getting below error under pytorch version >1.4 . but it's good at pytorch 1.4.
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.F…
-
I am using `fff` to mock inputs to these embedded C functions and using `gtest` (C++ framework) to run test suites. Naturally, the embedded C code must be imported into `gtest` files using `extern C`…
-
https://kt.academy/article/ek-factory-functions
現状では companion object 内の `operator fun invoke()` で fake constructor を実装しているけど、 top level function の方が良いっぽい
-
**Description of the bug**
In Drupal, a field would be created by [field_create_field()](https://api.drupal.org/api/drupal/modules%21field%21field.crud.inc/function/field_create_field/7.x), which f…
-
When running `python_scripts/mlp_learn/sdf/robot_sdf.py` under the current version of
```python
def dist_grad_closest_aot(self, q):
return self.aot_lambda(q)
# return self.functor…
-
When I `generateMock` with a provided `seed` option, I want to get the exact same result every time. However, if my schema contains `ZodDate` elements without a `min` or a `max`, I will get different …