Matěj Račinský

Results 98 comments of Matěj Račinský

I am not sure. I try to block as many updates as possible. I use retail, non-steam version, and I know last week there was update which was kinda forced,...

To me this happens even when I have completely identical `Manifest.toml` and `test/Manifest.toml` files, no paths there, everything from git or package server.

I see, thanks. I am trying to follow the documentation, but there is also `run.sh` file in the Dockerfile and it's not in the repo, so should I create `run.sh`...

It seems the fixed version is not deployed, https://juliahub.com/ui/Registrator still throws the error.

Could you elaborate a bit on how the pagination should work and thich parameters should be used for that, so I could implement it myself?

Thanks for answer. I see, for followers list it is quite simple when the response provides me both min and max time. Unfortunately, for the `list_hashtag` the min_time and max_time...

On clear advantage: having this as artifact using Artifacts means it does not download directly, but it goes through the julia package server. When someone is using firewall and package...

Thanks. I used strings here, because it was easiest to implement for me, but in fact I got weird error when serializing different data structure, so if this is string-specific,...