Ivan

Results 17 issues of Ivan

Hi, Boost Thread library not build for iPhone simulator with version 1.55.0. Only for iPhone (all architectures).

Here is file produced by `SWHttpTrafficRecorder`: GET //getFile.php\?filename=.*$ 200 application/zip;base64 Content-Type: application/zip As you see we have Content-Type = application/zip from request's header and also content type generated by recorder....

I haven't found any information about this. I tried to add source folder but it gives compilation error about `CGFloat` in `Coefficients.swift` file. I don't use tools like CocoaPods and...

## Description When I try to connect to server with `Aes128Sha256RsaOaep` and Username/Password I get `Bad_EncodingLimitsExceeded` error. ## Background Information / Reproduction Steps 1. Configure server with `UA_ServerConfig_setDefaultWithSecurityPolicies` function. 2....

Is it possible to make FetchContent support? If I use this declaration: ``` FetchContent_Declare( hiredis GIT_REPOSITORY https://github.com/redis/hiredis GIT_TAG origin/master GIT_SHALLOW TRUE ) set(DISABLE_TESTS OFF) FetchContent_MakeAvailable(hiredis) ``` I get header files...

feature

Looks like currently Snowman doesn't support FPU instructions: .text:0054C430 mov eax, [esp+arg_0] .text:0054C434 fld dword ptr [eax+68h] .text:0054C437 push esi .text:0054C438 fsub ds:flt_5A21A4 .text:0054C43E mov esi, [ecx+0CCh] .text:0054C444 push edi...

With current log level INFO it produces too much noise: ``` tskv timestamp=2023-11-17T21:45:12.014288 level=INFO module=MakeQuerySpan ( userver/postgresql/src/storages/postgres/detail/connection_impl.cpp:594 ) db_statement=SELECT 1 AS ping db_type=postgres pg_conn_id=6 ```

I'm trying to use library on TV with Android 4.4 and with master branch I have this error D/UsbDeviceConnectionJNI( 1227): close I/USBMonitor( 1227): name=/dev/bus/usb/003/003,desc=58,busnum=3,devnum=3,rawDesc=[B@41f7bff0 V/CameraThread( 1227): handleOpen: V/CameraThread( 1227): handleClose:...

This fix solves "Invalid/Corrupted file" problem with FBX SDK and FBX Review app.

Hello, We faced with I/O error which in fact is EBUSY error. Here is stack trace: W/System.err( 1337): com.jwoolston.android.uvc.StreamCreationException: Probe set request failed: Input/Output Error W/System.err( 1337): at com.jwoolston.android.uvc.StreamManager.establishStreaming(StreamManager.java:87) W/System.err(...