Andreas Ländle
Andreas Ländle
Hi, it's really hard for a newbie to get started here - for me it seems that the build scripts heavily depend on your own environment and that there is...
https://github.com/mtth/tracing/blob/aa0cc7001795b5ccf9fbc87a9fa33282bdda5779/src/Monitor/Tracing/Zipkin.hs#L123 Do we need to check the HTTP status? I'm unsure about the impact - but in my case a unreachable address resulted in a **502 Bad Gateway** status. Maybe...
If I create a simple sender that just publishes a message on 'connected' it fails during re-connecting. Just take a look at the following sample (a small modification of the...
colonnade got reenabled on stackage nightly, however the tests need to be disabled due to... ``` src/Colonnade.hs:97: failure in expression `:t colHouse' expected: colHouse :: Colonnade Headed House [Char] but...
Encountered in stackage nightly build: ``` Preprocessing test suite 'functor-combinators-test' for functor-combinators-0.4.1.3.. Building test suite 'functor-combinators-test' for functor-combinators-0.4.1.3.. [1 of 5] Compiling Paths_functor_combinators [2 of 5] Compiling Tests.Util /home/curators/work/unpack-dir/unpacked/functor-combinators-0.4.1.3-0d995441f5fcb255c50be36d657a98d1bd0a236b103f00caeec72aa49d0319ea/test/Tests/Util.hs:127:10: error:...
to be up-to-date with the ecosystem and in order to get the package back to stackage (see https://github.com/commercialhaskell/stackage/issues/6955). https://hackage.haskell.org/package/logict-0.8.1.0/changelog
Just load the pizza ontology (http://protege.stanford.edu/ontologies/pizza/pizza.owl), select snorocket as the reasoner and start reasoner. The reasoner complains about an inconsistent ontology - indeed every object property is flagged as inconsistent;...
Add to expected test failures for now. ``` Test suite failure for package cardano-coin-selection-1.0.1 unit: exited with: ExitFailure 1 Full log available at /var/stackage/work/unpack-dir/.stack-work/logs/cardano-coin-selection-1.0.1-test.log Cardano.CoinSelection CoinMap properties CoinMap coverage is...
https://github.com/microsoft/Application-Insights-Workbooks/blob/fa1b9fbf60f1c2e572a0d31ccae9b3c92666a652/Workbooks/IoTHub/IoT%20Edge%20device%20details/IoT%20Edge%20device%20details.workbook#L2657 Currently the workbook assumes that every module has version `1.0` (`| where mversion == "1.0" or module == "edgeHub"` is part of the query). However https://learn.microsoft.com/en-us/azure/iot-edge/module-edgeagent-edgehub?view=iotedge-1.5#edgeagent-desired-properties clearly states that...
Wait for a `doctest` that supports ghc-9.10...