Lukasz Olszewski

Results 15 issues of Lukasz Olszewski

RPI Zero 2 W (same BCM chip as RPI 3b) doesn't boot at all with the SD card image. It is as if there was no SD card present. Same...

### System Info An Ubuntu 20.04 Linux on a Ryzen 7 3900 CPU, 32GB RAM with a Nvidia RTX3070 GPU, a M2 SSD with plenty of free space. Latest version...

bug

**Describe the bug** com.azure.core.http.HttpClient when built with proxy name set, appears to perform only one DNS to IP address resolution during the build(). Later only the IP address is used...

bug
Client
Azure.Core
customer-reported
needs-author-feedback

### What happened? Trying to run yarn dev following init as per the quickstart results in the following errors shown below on the terminal. The same errors are shown when...

bug

### Description There is no mention of SSE4_1 in any documentation therefore I'm logging this issue. P rebuilt binaries fail to work on a CPU without SSE4_1 (in my tests...

type:docs-bug
type:bug
subtype:ubuntu/linux
Hardware:M.2 Accelerator B+M

### Jenkins and plugins versions report Environment ```text Jenkins: 2.426.1 OS: Linux - 3.10.0-1160.105.1.el7.x86_64 Java: 11.0.21 - Red Hat, Inc. (OpenJDK 64-Bit Server VM) --- Parameterized-Remote-Trigger:3.2.0 ace-editor:1.1 allure-jenkins-plugin:2.31.1 ansicolor:1.0.4 ant:497.v94e7d9fffa_b_9...

bug

If the endpoint parameter is set to anything including OpenAI's current endpoint" https://api.openai.com/v1/chat/completions" The extension fails to work. It doesn't even attempt to talk to the address provided, just errors...

This is in relation to https://github.com/JacksonKearl/ai-book/issues/4 I noticed theer was code to get stuff from notebook.metadata.parameters and put it in the options field of OpenAI api request. I wanted a...

My 5kW EASUN SMH-ii-7K worked fine for months with the fix in inverter.cpp shown below: - if (buf[0]!='(' || buf[replysize-1]!=0x0d) { + if (buf[0]!='(' || buf[replysize-1]!=0x0a) { (essentially my inverrter...