-
Envision this scenario:
You've built a factory, it's ratioed nicely and all works perfectly. You decide that out of not wanting to rip it apart entirely that the design is set and won't change.
…
-
### Describe the feature you would like
Because discover factories was very slow and there was a async TODO I wrote some simple code that makes it 10x faster. I hope its useful.
### Additional conte…
-
I accidentally deleted the factories tab and now I can't do anything
-
# :bulb: Feature request
## Feature Name
Doc models factories
## The Desired Behavior
Docsgen models should have associated factories
## Your Use Case
As a maintainer, I would li…
-
[This issue is imported from pivotal - Originaly created at Jan 24, 2017 by Alex Rothuis](https://www.pivotaltracker.com/story/show/138225085)
Currently there are some services that are being built i…
-
### Version
Media3 main branch
### More version details
_No response_
### Devices that reproduce the issue
Oneplus 12
### Devices that do not reproduce the issue
_No response_
…
-
It is very noticeable after 10 -15 factories. Unusable after 40. Windows 11. Chrome.
# Mael's edits
- We should not be running `calculateFactories` when loading the plan. Loading the plan should l…
-
Update the contracts to use initialize functions instead of constructors so that they can easily be deployed as proxies via factories.
Also add factories for ERCXXX presets :)
-
```php
Button::button();
Button::submit();
Button::reset();
```
-
Usually I expect a Generator to have `__iter__` defined, but the pattern used seems a lot closer to a factory pattern.
Would it make sense to not call it "Generator" to avoid Python confusion?