-
*Coupling* is metric which can be computed for structural units at different levels (e.g. classes, namespaces, modules).
It measures how many other entities an entity depends on; and how many dependa…
-
So to run moving mesh problems with perfect Jacobians in MOOSE I've developed methods like [`Assembly::computeSinglePointMapAD`](https://github.com/idaholab/moose/blob/next/framework/src/base/Assembly…
-
Hey everyone,
What I should do to create artefacts from another artifact's init method? In my project file I'm creating a workspace with an artefact A, which should create other artefacts when it's…
-
tl;dr I have been trying to figure out why `pylint` is slow for us and profiling points to `astroid`. I'd appreciate some pointers on how I could get a clearer signal on what is going on.
### Versi…
-
### 🔖 Need
A rough spike of the proposed solution can be found [on this fork](https://github.com/dagda1/backstage/tree/dynamic-template-defaults).
Following on from [this thread](https://discord…
-
We want this to be able to experiment with different database engines. Currently we use leveldb, but want to try rocksdb, lmdb and sqlite.
The current interface is a mixture of inheritance and temp…
-
**Is your feature request related to a problem?**
Lack of inheritance is often cited as the reason that VB6 isn't a "proper" OOP language.
**Describe the solution you'd like**
COM is interface-ba…
-
Tower Web is a web framework built on top of the Tokio stack. It provides a
macro based API. It currently supports HTML templates using an existing
community handlebars library. However, better HTML…
-
-
Consider the followingFragment class and its child class:
```
open class A : Fragment("") {
override val root = vbox {
addStuff(this)
...
}
open fun addStuff(b: VBo…