-
**Is your feature request related to a problem? Please describe.**
As session creation form conditionally changes its fields, it is best that it will be dependent on classical inheritance.
**Describe…
-
I have this sample project: https://github.com/fsouza/compressor_error.
You can download it and try for yourself.
I have two different failures, both related to inheritance. The first one is when `l…
-
I'm recreating the environment each time a template gets created now. This probably breaks caching when template inheritance is in use. (need to review the code)
It would be nice if we could share th…
-
#228 didn't really get an answer, and I think may also be outdated now. Is there a way to load templates from memory? Not all production uses require inheritance and other features, and writing a te…
-
It would be nice to see a project template framework that allows the user to predefine some project types (their initial folder structure, the initially created files, the default content of certain f…
-
Documenting what we talked about yesterday (Dan) and what I plan on implementing.
## Django Model: `TaskType`
### Responsibility
Responsible for storing all information for a new task type. This will…
-
### Describe the project you are working on
Examining Godot as a potential engine for a project.
### Describe the problem or limitation you are having in your project
I have a number of skill…
-
## Overview
Hi everyone from TSConf! 😄
[My pinned tweet with slides links](https://twitter.com/JoshuaKGoldberg/status/1436450949522984960)
Right now [ObjectMakr](https://github.com/FullScree…
-
We use email verification for every kind of interaction with public users:
- submit new issues
- public comments
- votes
We need the following functionality
- custom email template …
-
In the example documentation (https://phpdox.net/demo/phpDox/classes/TheSeer_phpDox_Application.xhtml), I can see type hints like:
```
private ProgressLogger $logger;
private Factory $factory;
`…