Daniele Lupo

Results 7 issues of Daniele Lupo

In the README is possible to read, at the beginning: ``` cpprestsdk is in maintenance mode and we do not recommend its use in new projects. We will continue to...

I've the following class for retrieving data from websocket and convert them in a format usable by my program: ``` from curses import cbreak import cbpro import logging import schedule...

Graticule at the moment works only in geocentric mode, not in projected mode. I'm seeing that it's a TODO in the documentation of `osgEarth::Util::Graticule` class, but I'd like to know...

request

**Describe the bug** I'm trying to create a bidimensional array of spheres. The bidimensional array should be obtained putting two Array Modifiers in cascade. While the first array works well,...

I made a request, and the reply body is ``` [[1618160400,0.0000958,0.0000983,0.000096,0.0000976,14170.94],[1618156800,0.0000956,0.000098,0.0000956,0.0000959,12175.8],[1618153200,0.0000948,0.0000964,0.0000953,0.0000956,2815.79],[1618149600,0.0000948,0.0000957,0.0000948,0.0000951,1451.8],[1618146000,0.0000943,0.0000953,0.0000951,0.0000947,2114.07],[1618142400,0.0000934,0.0000954,0.0000942,0.0000954,3783.13]] ``` It's a JSON array, and every array element is an array itself, where the first value is an...

Hi. This is a really nice library, thanks!!! I'm studying it but I don't really understand what's the purpose of the Gateway struct. You write > Optionally use a Gateway...

I've created a windows application with SARibbon, but the style of the ribbon bar does not match the style of the main window: ![image](https://github.com/user-attachments/assets/6d7c2c1e-bc0e-4a4d-bd26-ea787ab2b4be) I've set Dark2 as theme, and...