-
In workchains we have the `define` method, which states the inputs, outputs, and logic flow (aka outline), and you can document it with https://github.com/aiidateam/aiida-core/blob/dca50f47a340ffa1430…
-
```
Change introspection.py's table select from this:
cursor.execute("SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE
TABLE_TYPE = 'BASE TABLE'")
to this:
cursor.execute("SELECT TABLE_NAME FROM…
-
### Describe what you want
MySQL has a feature where you can add comments to the [column definitions](https://dev.mysql.com/doc/refman/8.0/en/create-table.html). This is useful when exploring the dat…
-
For now, there is no way to introspect weakmaps, maps and sets.
For all, an accessor like .allKeys could do the job of enumerating all keys (which can be particularly useful for debugging WeakMaps).
…
-
[IE10 is promising WebWorker debugging](http://blogs.msdn.com/b/ie/archive/2011/07/12/debugging-web-workers-in-ie10.aspx)
It would be awesome to have that in JavaScript as well.
-
It would be nice to be able to see what the persistence state and configuration is, if an interface doesn't exist for example.
The ability to clear a configuration's persistence without it being conf…
-
### Alternative 1: subclass
```python
class Implicit:
pass
class Explicit
pass
class FixedStep:
pass
class VariableStep
pass
```
and then
```python
class Solve…
-
I was wondering if this lib exposes any clean way to introspect workflow steps and workflow states.
1) Introspect workflow steps: Because I would like to create a graph of my workflow that will be …
-
See spec here: https://facebook.github.io/graphql/#sec-Introspection
#7 has to be finished before this can be started.
-
BTF is a machine-readable format for introspection of OS interfaces (like syscalls). Linux has a tool called pahole that does this, but Windows lacks a similar feature.