-
Hi, I am facing a bit of an issue and I am not sure what I am missing:
CREATE OR REPLACE TABLE api_driver_safety_records (
driverId BIGINT,
crashCount INT,
harshAccelCount INT,
…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
use Lazyvim
and nvim: 0.10.1
```lua
return {
{ "kcl-lang/kcl…
-
After the recent update (7.9.1) the URL parser does not fully parse the following URIs anymore:
> http://example.com/test?returnParm=%2ftest2?param=value
> http://example.com/test2??param=value
E…
-
The url parser seems to be treating this a valid URL:
http://ww.monitor.co.ugcom.coremedia.mauritius.cae.contentbeans.mauarticleimpl$$[id=1749038
Perhaps it would be better to filter out URLs of thi…
-
I'm trying to subscribe to the following stream url.
```sh
$ wsta wss://stream.binance.com:9443/ws/bnbbtc@depth
Connected to wss://stream.binance.com:9443/ws/bnbbtc@depth
{"e":"depthUpdate","E"…
-
### Component(s)
receiver/filelog
### What happened?
## Description
Description:
I am using the filelog receiver in the OpenTelemetry Collector Contrib to parse CSV log files. When parsing a sing…
-
-
### Summary
There is an issue on function: https://github.com/LadybirdBrowser/ladybird/blob/c04297129323904f15c743eb83a3ff934769b14d/Userland/Libraries/LibXML/Parser/Parser.cpp#L754
I was able to fi…
-
**What happened**:
I `pnpm start` to start the backend and this happened
```bash
[1647528556867] ERROR (1416 on DESKTOP-P67GFS3): Error queuing feeds
err: {
"type": "TypeError",
…
-
'''
It turns out that it is useful to "parse" strings that represent URL's. Golang makes this a bit easier because it has: https://golang.org/pkg/net/url/#Parse -- we'd like to do something similar.…