Fabian Becker

Results 20 issues of Fabian Becker

This is similar to https://github.com/dabapps/django-log-request-id/issues/10, with the difference that the django-log-request-id module uses threading.local to store the request id. Flask.g does not work in greenlets (see also: https://stackoverflow.com/questions/47384600/access-flask-g-inside-greenlet). It would...

I just went through this exercise as part of the Exhort. It seemed trivial to make this exercise run tests asynchronous by generating random temp files using some core utils.

**Describe the bug** In addition to #245, there are two other function declarations that are currently not correctly identified by @function.inner/@function.outer queries. The following are not matched: ``` def foo(),...

bug

Related to https://github.com/thoughtbot/ex_machina/issues/286 I have a number of test cases that will insert up to 50 records. These tests could be made faster if `insert_list` could support bulk inserting data....

stale:discard

I frequently iterate through tests one by one - especially if I have multiple failing tests I will not rerun the entire file/suite but invoke neotest to run the nearest...

bug

Not sure what causes this, but I sometimes run into this. After a restart everything works fine. ``` Traceback (most recent call last): File "./google2piwik.py", line 665, in export_period(start_date, end_date)...

piwik_analytics should properly handle Site Search and not call `trackPageView()` when `trackSiteSearch()` is called. http://piwik.org/docs/javascript-tracking/#toc-tracking-internal-search-keywords-categories-and-no-result-search-keywords

Right now I am working on an extension for the view helper to provide access to the JavaScript Tracking API. It might look like this: ```

Add support for Sinatra.