Nikita Volkov
Nikita Volkov
Queries like `css ".some_class"` produce no results when in fact there are elements with that class
I have only a single doctest, which is the following: ``` haskell -- >>> import qualified Data.Vector as V -- >>> import qualified Data.Vector.Unboxed as VU -- >>> streamValueDistributions $...
Since you expose the internal module with all its implications, why hide the constructors of those types?
E.g.: ``` haskell {-# LANGUAGE DefaultSignatures #-} class MonadLayer m => MonadLayerFunctor m where layerMap :: (forall b. Inner m b -> Inner m b) -> m a -> m...
http://hackage.haskell.org/package/vcache
Theoretically this should allow concurrent updates. However it may come with a cost of higher memory consumption and performance reduction. Anyway, this subject should be explored. A help on the...
This issue is for discussion and propositions concerning the subject.
Adding a `org.json4s:json4s-jackson_2.11:3.2.11` dependency results in ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':packageDebug'. > Duplicate files copied in APK decoder.properties File...
This macro is tested to work fine in my personal projects. But after spending an hour trying to integrate it into the maze of internal cyclic dependencies of "postgresql-simple" I...
``` haskell Prelude Network.URI> parseURI "http://ex.com/?drink=Øl" Nothing ```