John-Scott Atlakson

Results 32 comments of John-Scott Atlakson

Actually there is still a stray DEBUG OBJECT call in the views => https://github.com/ionelmc/django-redisboard/blob/master/src/redisboard/views.py#L129

I'm a little unclear how `ASGITracingMiddleware` and the dynamically injected "elasticapm.contrib.django.middleware.TracingMiddleware" are supposed to interact or if they are both supposed to be used at the same time. The documentation...

Correct. Here's my `asgi.py`: ```python django_asgi_app = get_asgi_application() application = ProtocolTypeRouter( { "http": django_asgi_app, } ) ``` My `settings.ELASTIC_APM`: ```python {'SERVICE_NAME': 'myapp', 'SERVER_URL': 'http://fleet-server:8200', 'SECRET_TOKEN': '*************', 'ENVIRONMENT': 'development', 'DEBUG': True}...

> the controls will default to the unpinned bar @nicklee would this be something we could control via a setting so it could be pinned by default? Discoverability is an...

> So to clarify, you'll be able to position your cursor anywhere in a block of text (not highlighting anything) and click the '+' or type '/' to insert things...

Thanks for sharing this prototype, this is very helpful! I may be still misunderstanding what @nicklee described above: > The add menu that is displayed via the backslash or plus...

Please revert 533a83053, which introduced a major bug and was not a proper solution for the new feature request (to dynamically add forms that aren't in the initial `form_list`). For...

@martey, it should be reverted because 2.4 is a broken release that breaks real projects and costs people valuable time and money. It's not very reasonable to expect everyone to...

Apologies if this is the wrong place to ask, but would the proposal above address the fact that running ``devcontainer build`` followed by ``devcontainer open`` opens VS Code but then...

@Chuxel, the short answer is: yes, I did have a `features` entry in `devcontainer.json`. I added details in the [other issue](https://github.com/microsoft/vscode-remote-release/issues/6558#issuecomment-1089554380) to avoid polluting this thread further with my tales...