Zsolt Ero

Results 297 comments of Zsolt Ero

I believe the problem is the minzoom: 12 on highway-motorway-link-casing.

No, i'm running from command line. And it works with Pyglet 1.1.4. Videocard is a modern nvidia, so it cannot be a problem. On 7 March 2013 09:00, Adam Griffiths...

Yes, windows, python 2.7, 32-bit. It works (core/demo_simple), if I comment out: # major_version = 3, # minor_version = 2, # forward_compatible = True, Also, the official pyglet examples all...

And what about dropping pyglet at all? I mean just using PyOpenGL. It seems to be better supported for modern OpenGL, supports up to 4.3. On 7 March 2013 09:16,...

Ah, SDL never! And what's with PyOpenGL + FreeGLUT? I've read that GLFW is the preferred library these days, but what if PyOpenGL + FreeGLUT is working well on Python?...

Some questions about id-s: 1. mapbox-gl-draw uses `hat()` to generate string id-s, yet queryRenderedFeatures only supports integers, isn't this in conflict? 2. Are there any performance benefits from adding root...

Update: I did a binary compare on npm's build and github master's build, they are the same file. So it seems that both versions are really old, around 6.3.0.

I've found the following writeup about delegating domain-wide authority, but it still doesn't work. https://developers.google.com/identity/protocols/oauth2/service-account#delegatingauthority What is the scope I might need to add there?

Found the correct scope on the GAM wiki https://github.com/GAM-team/got-your-back/wiki#google-workspace-admins

Yes, but the last part is missing. Steps 12-16 in the linked GYT wiki.