Dominik Picheta

Results 547 comments of Dominik Picheta

> Problem: the current logging module is not designed to be used in libraries. AFAIK it is, you just can't do everything in your list of bullet points, in particular...

> Otherwise every complex subsystem will start to log some crap somewhere and you're just doomed. All the packages I write log using the `logging` module...

@Araq I don't even know what to say to that. I will say this with as much respect as I can: you need more experience writing and maintaining long-running and...

@Araq Database require a lot more resources and maintenance than flat files. Sure, they are the ideal, and why I've created the prometheus package, but not every user wants to...

Maybe try removing [the {.link.} pragma that adds this file](https://github.com/nim-lang/ui/blob/master/ui/rawui.nim#L56)? No idea what it's there for or why it's missing.

Did you init the git submodules? If you install via nimble this will be done for you. On Wed, 9 May 2018, 00:43 Bo Lingen, wrote: > @dom96 that gets...

> the other thing I did was install ui with: nimble install ui@#nimble-fixes That branch has been merged into master by now. So you don't need this.

Where is this ``resource.o`` file coming from?

> err, I was going to test that and look at the differences but it seems that branch was removed. Like I said, this branch was merged into master.

AFAIK that branch was equal to ``master``, so if it was working it must have been due to some other thing on your system.