Lucidiot

Results 14 comments of Lucidiot

Exactly. The example code I put is just hypothetical of course, so if adding a class to the marker is easier, let's go with that. But the end goal is...

I am experiencing the same problem: * CPU AMD Ryzen 7 1700X Eight-Core Processor (3.4 GHz) * OS Ubuntu Server 18.04.2 (GNU/Linux 4.15.0-54-generic x86_64) * Python version Python 3.6.8 (default,...

This might be a duplicate of #115 and might have been fixed in version 6.0.0. I no longer have access to a Ryzen CPU, so I cannot confirm that myself,...

The required leading slash is a requirement from OpenAPI itself (see the [Paths Object specs](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#paths-object)). Here is the workaround we used: ``` python from urllib.parse import urlsplit class MyClient(apistar.Client): def...

[s3blob](https://godoc.org/gocloud.dev/blob/s3blob#example-package) allows to use `aws.Config`, which lets you configure [pretty much anything](https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config) including a custom endpoint, so it seems that would work.

URLs in the `member_illust.php?id=...` can be opened in PxView but they will lead to a blank screen or a crash.

Well if we could get the server to redirect a few URLs, we would, but in many cases such as using GitHub Pages, you just do not have control over...

Doesn't this imply someone could just kill someone else's plant by making the JSON file invalid if their owner did not visit in 5 days, since the game will act...

I will try to make a pull request with a basic unit test and CI configuration already done to at least have that ready. I will use Travis CI for...

DRF does need some fixes, and I mentioned them [in this discussion](https://github.com/encode/django-rest-framework/discussions/8833) on its repo, but since DRF still relies on Django's validators to perform the actual validation, it already...