-
The prefer_inline check (justifiably) raises an issue for code like
```abap
data str type string.
str = '1 2 3'.
method( str ).
```
and the automated fix then turns this into
```abap
data(str…
-
# Programming Brain Mapping Hypotheses in NeuroLang
***By Valentin Iovene, Parietal, Inria Saclay / Neurospin, CEA***
- Theme: Open Workflows
- Format: Software/process demo
## Abstract
**Pre…
-
# Describe the Bug
We currently infer infinite types (which get loop-broken and written out as `AbiType::InfiniteType`) in certain cases. This is never correct in the output, and is instead a sign …
-
I have done a (reasonably) deep dive into learning RxInfer over the past several weeks and would like to offer some suggestions regarding documentation and features. I write this both from my recent e…
-
While Readium Web is already capable of handling comics/manga through its EPUB FXL navigator, we'd like to go further by providing a dedicated navigator optimized specifically for image-based navigati…
-
**Describe the bug**
Building our golang projects uses a lot of memory - leading to pantsd exits / OOM kills. Because of this, we get slow build and rebuilds due to a loss of caching, or other crash…
-
Every transformation specifies declaratively how it propagates messages from its
target node to its source node:
annotate[error|warn|info] LowLevelError -> HighLevelError
The types are re…
-
one of our users reported on slack channel that they were trying to translate the following Numpy code
```
def A_matvec_batch(A, X):
n, m = X.shape
Y = np.zeros((n, m))
for j in rang…
-
As pointed out [here](https://groups.google.com/forum/#!topic/opencog/NhWMI4p72UI), I'd like to come up with a temporal reasoning demo which covers the whole pipeline -- from parsing natural language …
-
Currently, one can only have one failure per shop.
Event when there is failure propagation, we assume that affected components did not enter a failure state, hence we only need to fix the root-cause…