Kamil Kostrzewski

Results 14 issues of Kamil Kostrzewski

### Prerequisites - [X ] I have written a descriptive issue title - [X ] I have verified that I am running the latest version of Nancy - [ X]...

**Describe the bug** ``` System.BadImageFormatException: 'An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)' ``` **To Reproduce** i generated model with ``` https://github.com/teresawu/tensor-image-model/...

Hi i can't find in latest How to set client timeout. ![image](https://user-images.githubusercontent.com/26136300/83277536-82ed1100-a1d2-11ea-80d6-120609296c27.png)

https://developers.google.com/assistant/sdk/guides/library/python/extend/handle-device-commands here is depraced sample. Hot word option is not available.

Hello, i have implemented your code but i have some troubles: So i created server with .Net 6: ``` public RtcpServerService(ILogger logger) { this._logger = logger; Contract.EndContractBlock(); RtspUtils.RegisterUri(); _RTSPServerListener =...

Hello ``` { bool initStart = true; bool startExist = store.Exists("start"); if (!startExist) { initStart = true; store.Store("start", true); } if (initStart) { store.Store("start", true); store.Store("data", new SingleUserData { answers...

Hi when im trying to reach my mjpeg stream from motionEye i have an error "ERR_CLEARTEXT_NOT_PERMITTED" As i understand it has to have some little change in app: https://stackoverflow.com/questions/54752716/why-am-i-seeing-neterr-cleartext-not-permitted-errors-after-upgrading-to-cordo

Hello ``` this.reddit = new RedditSharp.Reddit(agent); ...(...)... Comment[] comments = reddit.GetPost(new Uri(interestedUri)).Comments; ``` How to order by date added or something? I see 37 oldest posts.

question