Domen Kožar

Results 425 issues of Domen Kožar

From: https://bitbucket.org/iElectric/g-pypi2/issue/2/allow-non-root-to-run-program In my gentoo systems I often make overlay user writtable and only Manifest generating is restricted to root. Right now gpypi2 is hardcoded to uid==0. Another problem is,...

Using S3 API we could retrieve S3 information and store all metadata into a DB: - channel url (+date of creating) - commit rev (+data of commit) - hydra evaluation...

Follow up on https://github.com/madjar/howoldis/pull/15 We should probably color the channel freshes based on relative time to the last commit.

When channel list fills vertical space, there is no scrollbar to see the others.

I have found str(text) usage when colorizing output to terminal, which breaks pretty fast when not using ASCII

I'd propose adding `chunk :: MonadIO m => ChunkSize -> ConduitT ByteString ByteString m ()` to conduit as it seems quite common use case to chunk up a bytestring stream...

I feel bad for not creating a pull request, but just for future reference, it's really hard to find svn checkout repository for ZODB with Google, so here it is:...

I wanted to use ghcid for a long time, tried it a few times, but gave up. Couldn't make it work. With help of @roberth I've managed to get it...

I'd propose to give a following example of using Haquery in ghci, which is one of the common usages of fetching a website and parsing it. ``` haskell import Haquery...

Example on http://howoldis.herokuapp.com/ In Jquery: ``` $('a:first-child') ​ nixos-13.10​​ ``` in Haquery: ``` > Prelude.concatMap (select (Data.Text.pack "a:first-child")) html [ Name , Last modified , Size .... ```