-
Migrated from [rt.perl.org#127834](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=127834) (status was 'resolved')
Searchable as RT127834$
p5pRT updated
7 years ago
-
Given two source Facts of size 2, either Fact can be treated as a very small xor-chain, such that bridge analysis (currently incorporated into XYChain analysis) with odd path lengths between the bridg…
-
ASP.NET Core defines the abstractions `IServiceCollection` and `IServiceScope` to complement, and work in conjunction with, the `IServiceProvider` abstraction. Just as `IServiceProvider` defines a mec…
qujck updated
7 years ago
-
In allocating a team shared View of Views (using a parallel for) as prescribed in an earlier issue #193 , I am receiving segfaults:
``` c++
parallel_for (policy.set_scratch_size(level, PerTeam(mem_si…
-
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/148292289995876/152410595151205)
-
When I open this dxf:
http://www.fi.muni.cz/~xslaby/sklad/test.dxf
librecad cannot be used reliably. It is way too slow when moving and operating. I assume it is because of the plenty of text there.
…
-
**Initial description**
The proposal at hand describes the working plan for developing a graph-based SLAM algorithm using the mrpt toolkit in the following summer. The suggested strategy builds upon t…
-
We need a semantic search engine for all of our tools. The key requirements are:
- Index arbitrary semantic data
- Provide a query API that allows users to search for the data they are interested in
-…
-
**Originally by _traff_ on 2008-10-10 08:27:53 -0500**
---
# Fix Scalability Issues in Graph Topology InterfaceAuthor: Torsten Hoefler, Jesper Larsson Traeff with comments from Rolf
Rabenseifner, Hu…
-
One of the problems with using Dagger 2 (particularly on Android) is the need to call a different method for every class that needs injection. E.g. see this article which speaks of it as an annoyance:…