-
The current logic evenly distributes the augmentation among existing images. However, if there are few images, this may result in some images being augmented many times, leading to poor diversity.
-
A while back, I started working on this in the 3d branch - https://github.com/bryanedds/Nu/tree/3d
So far I've mostly just 3d-ified the Transform type and converted the 2d portion of the engine. Si…
-
## The Problem
It is not possible to `augment` classes and have the new method available in deeper in the tree.
### case 1
```
use v6.c;
use MONKEY-TYPING;
augment class Any {
…
-
https://github.com/dorianbrown/rank_bm25/blob/master/rank_bm25.py
-
### Describe the bug
The `src/types/index.ts` file is augmenting `@vue/runtime-core` instead of `vue`. Please see the Vue docs for [Augmenting Global Properties](https://vuejs.org/guide/typescript/…
-
The catalog in many contexts is the source of truth for requirements that are intended for accreditation/compliance.
If possible, we want to prevent the need from forking catalogs for the sake of …
-
The code below produce no expected error in the analyzer.
```dart
enum E1 {
e0;
}
augment enum E1 {}
// ^^
// [analyzer] unspecified
// [cfe] unspecified
```
But `enum` without…
-
Currently the signature for `if_void` is `(expression_to_test output_if_void output_if_not_void)`.
Combined with the semantics for a void field, it leads to patterns like this:
```
(macro ls…
-
Feature [specification](https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/feature-specification.md#augmenting-constructors)
> If the augmenting constructor has an initi…
-
For anyone recreating this, the img_aug.py file should have this alteration to work correctly I think?
```
for i in range(len(folders)):
fd = folders[i]
tfd = '../../../../' + target_fol…