Andrew Pashkin

Results 18 issues of Andrew Pashkin

``` def get_generator(self, field): if field.name == 'content_type': return generators.ChoicesGenerator( values=[ContentType.objects.get_for_model(m) for m in [ModelOne, ModelTwo, ModelThree]]) elif field.name == 'object_id': # where to pick right model class? ¯\(°_o)/¯ ```...

I have a couple of ideas that I'd like to implement if the maintainer gave a green light: - **Show tiddlers' bodies in the map** I'm thinking about option to...

question

#### Question We have a web-service that when perf-tested with JMeter tops at X RPS and then just works at X RPS normally with response time within acceptable bounds. But...

It could be useful for scripts to be able to operate on previous state to make decision whether previous value must be updated or retained.

I've noticed that classes `ResultProxy` and `RowProxy` are bottlenecks in one of my projects and that other libraries like SQLAlchemy or Asyncpg implement similar classes in C for speed [\[1\]][1],...

## What does this pull request do? OpenTracing API allows to explicitly set start and end timestamps of spans but the implementation in this project does not allow that. That...

OpenTracing specs allow passing explicit timestamps when starting new spans, but in the OT binding the APM agent this argument is being ignored: https://github.com/elastic/apm-agent-python/blob/9b360e0c466974df974f5da4f0e34af0735a9942/elasticapm/contrib/opentracing/tracer.py#L79 This issue addressed in this PR...

agent-python

[Currently](https://github.com/ziyasal/vscode-open-in-github/blob/540b5328d1ad436f3c5101dcdfd9ab0db5c6349f/src/extension.js#L53) the plugin expect remote with name `origin` to be present and assumes, that user wants to retrieve a link for the project, specified in this remote. But this is...

help wanted

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

bug
r/container

This patch makes MarkdownParser rely on WikiParser to parse WikiText instead of hackish low-level recursive code previously encapsulated in tiddlify() function. Addresses #7.