Niclas Hoyer

Results 22 comments of Niclas Hoyer

Yes, I'm sorry. This project depends heavily on https://github.com/tinkerpop/blueprints and that project is now a part of the Apache Software Foundation (including breaking changes). I did not yet have enough...

I had a quick look. It seems that TinkerPop 3.0 supports Neo4j 3.x, but the [Sesame Sail 2.x Ouplementation](https://github.com/tinkerpop/blueprints/tree/master/blueprints-sail-graph) is no longer available, so it is not possible to port...

The tests seem to fail on Neo4j 2.2.1 upon starting the Neo4j Server from the tests: ``` [...] Caused by: java.lang.NoClassDefFoundError: org/neo4j/kernel/impl/transaction/XaDataSourceManager ``` The `XaDataSourceManager` class was removed from Neo4j....

@steelbrain is there any issue in the linter repo that tracks the current discussion/state of the debugging API?

I had a go at it and forked arewewebyet: https://github.com/niclashoyer/areweembeddedyet Two major problems arose: - the structure behind arewewebyet pulls all informations from crates.io, so the build failed for each...

@jmarantz any news on this one? We're hitting this problem and `ModPagespeedBlockingFetchTimeoutMs` seems to be no longer a valid setting. What should we do now?

@Lofesa unfortunately setting `ModPagespeedFetcherTimeoutMs` does not help either

while the patch allows compilation it now requires nightly, doesn't it? Would it instead be possible to just add a feature flag for `Bytes`, so one can choose this by...

I'm no maintainer, but would be interested to have a look. Maybe just start a PR and then continue discussion on that?

Unbounded time constraints are really cumbersome to work with. I'm currently using the timer traits (mainly `CountDown`) for signal detection (detect pin changes and check time between changes) and generation...