Antonio Piccolboni

Results 33 issues of Antonio Piccolboni

* Date you used Cookiecutter PyPackage: like, yesterday * Cookiecutter version used, if any: * Python version, if known: 3.6 * Operating System: os x high sierra ### Description should...

I think this is just an unpredictable interaction of two filters rather than a bug in any of them, but I am hoping that someone smarter has a solution. Sorry...

Is there a way to push from local repos? I like to edit local in atom and then push.

It is convenient to decorate entire modules, but one can flood the log easily by doing that. Logging should never be a source of operational problems. One possible solution is...

Allow to change log_calls settings from an outside process, say through http. A use case: start a program with a modest amount of logging (say exception only); later when error...

It seems to me `log_calls` moving logging code higher in the hierarchy of sw and I recently found out that you can decorate existing modules without changing a single line...

``` gg = goose.Goose() gg.extract(url='http://elelibro.blogspot.com/2017/01/il-potere-morbido-della-lingua-italiana.html').cleaned_text ```` Result is empty unicode string. Expected is the body of that blog post. Since it's hosted on blogger, I suspect other blogger blogs may...

Hi, reporting here per suggestion on pandoc user list. I was told this is the upstream dep and replicated the error in skylighting (as far as I understand it, first...

when I Log into kite.black I get this message ``` Unexpected Application Error! ot.record.embeds is undefined Record@https://kite.black/assets/index-0ede93ad.js:93:22548 Xh@https://kite.black/assets/index-0ede93ad.js:38:21650 Wk@https://kite.black/assets/index-0ede93ad.js:40:48346 Vk@https://kite.black/assets/index-0ede93ad.js:40:43680 Uk@https://kite.black/assets/index-0ede93ad.js:40:43603 Jk@https://kite.black/assets/index-0ede93ad.js:40:43446 Ok@https://kite.black/assets/index-0ede93ad.js:40:39481 Hk@https://kite.black/assets/index-0ede93ad.js:40:38321 Ct@https://kite.black/assets/index-0ede93ad.js:25:1731 It@https://kite.black/assets/index-0ede93ad.js:25:2141 ``` I had been...

It may be a case of operator error, but I am trying to repro ggplot2 ylim feature, so I tried ``` mtcars %>% ggvis(x = ~mpg, y = ~disp) %>%...