Deniz

Results 124 comments of Deniz

Has anything more happened here?

This doesn't seem to exist nowadays. All signs of a public API have disappeared.

I don't understand this PR, it works perfectly fine on Django 2.1 for me and it looks like you just added unused imports to urls.py?

Is this the same issue that I'm encountering? ``` In [7]: URL('http://localhost/foo/').add_path_segment('/bar').as_string() Out[7]: 'http://localhost/foo/%2Fbar' ``` I'd expect it to be `'http://localhost/foo/bar'`.

Is there any way to configure VSCode to use this mysterious flag for the language server? I couldn't find any obvious setting for it.

@lanshark Thanks for the report. I took a look at the code and it seems you have found a bug. When initializing DDRR, I am currently doing this: ```py if...

Could this be related to #7?

Agreed, the documentation looks very old. I'm not sure if anyone in the team saw this? So I'm bumping it, I guess.

[Deno 1.25](https://deno.com/blog/v1.25) makes it slightly easier to import modules directly from NPM, but even with that, I'm not sure how one would add a new "runtime" to Pulumi to use...