Sukera
Sukera
You can use the same account you used on your android phone. You will have to do the tutorial on an android or iOS device first, since it hasn't been...
The app currently allows catching pokémon without having done the tutorial. However, this is very easily detected on Niantics side, so it is really discouraged if you don't want to...
The problem with using gifs for movement (or any moving picture/video format really) is that we can't realistically get the animations for everything in a sufficiently high resolution in order...
No, we're not resizing the gifs - but the OS will when it's scaling the content for bigger screens. They'll look bad in that case, even on mobile devices.
This isn't about the maximum size in XAML or c# relative to screen size or anything similar. It's about loss of quality and details when upscaling images.
I've tried to do this manually by defining ``` SQLite.sqlreturn(context, val::DateTime) = SQLite.sqlreturn(context, string(val)) ``` as is described for `BigInt` in the docs, but when retrieving the inserted values I...
Oh that's a good find! I wonder if that could simply be the default fallback, though this might be problematic if more than one non-default struct is serialized that way..
I'll reopen, but want to add that I'm not sure having a different issue to try to solve a particular version of the problem is good for tracking the overall...
> For tracking purposes, would it be better to make this proposal as a comment in https://github.com/JuliaLang/julia/issues/15276 instead of a separate issue? I think so, yes. Alternatively, a PR implementing...
What about `@assume` as an alternative to `@check`? [According to juliahub, that is still free](https://juliahub.com/ui/Search?q=assume&type=symbols&t=macro) and IMO has a much stronger association with not being removed than `@check` does.