-
#### Getting started
- [ ] Guidelines and coding standards 🟠
- [ ] Setting up your local environment 🟠
- [ ] Required tools ➡️ _generic, should go somewhere else_
- [x] Theme organization ✅
- [ ]…
matks updated
2 years ago
-
I'm new to CSL and as I understand it there is no style inheritance mechanism. That is, the ability to have a smaller csl file with a few modifications to citation and bibliography styles that are con…
-
## Expected Behavior
I would think it would make sense that e.g. within template inheritance, custom variables of array-type are appended down the inheritance path
e.g.:
Tpl-a-default has Custom…
-
[How to file a helpful issue](https://www.qubes-os.org/doc/issue-tracking/)
### The problem you're addressing (if any)
Per official documentation, it is recommended that users download latest temp…
-
In practice, the most common way to resolve template bloat in Acts has been to outsource some of it to a separate source file. One standard way to do it in C++ is explicit instantiations + extern temp…
-
Inheritance is often a code smell. Composition is usually cleaner.
Porting the full code to a language without templates was painfully difficult.
The least concern was that sometimes the names f…
-
Hi again,
Playing around I tried to create a C++ struct using the schema inheritance that moo provides, but with no luck.
The base class doesn't seem to end up in the generated `Struct.hpp` file.
…
-
На базата на създадените функционалности, да се създадат 2 темплейта с различен достъп до тези функционалности, отговарящи на изискванията за панел на пациент и панел на зъболекар в описанието на прое…
vsalx updated
6 years ago
-
https://twitter.com/hybrid_alex/status/1219673756773310465 has some good pointers on using `%block%` for stuff.
I think these are quite relevant:
- https://mozilla.github.io/nunjucks/templating.ht…
-
Currently in ADCore the parameters for NDFile are in asynNDArrayDriver, but the records are in NDFile.template. This is so that the parameters can be used in file plugins and ADPilatus. We don't want …