-
A new issue within the CDXML parser was found with multi-ring/spirocyclic systems. Due to multiple parts of the ring getting bent at the same time upon parsing, it can sometimes place the ring such th…
-
```
"-13798000000-01-01T00:00:00Z"^^ .
```
is a triple from wikidata that describes the [age of the universe](https://www.wikidata.org/wiki/Q500699).
Parsing it with rdf4cpp causes
```
116…
-
```py
import socket
import time
import struct
# Setup Connection
def setup_connection(ip, port):
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
sock.connect((ip, port))
return s…
-
See this line: https://github.com/micke/valid_email2/blob/3ff4c929e54ecb701f952219de81726d29fbfe80/lib/valid_email2/address.rb#L26
If you run this script you'll see that loading parsers from the Ma…
-
Lubridate is not recognising 3 digit integer values in the begin_time variable of the details dataframe as valid times.
e.g. 900 will not be recognised as 09:00 and instead will return NA.
This is c…
-
Hey there,
i have an esp32 with can transceiver and i like to listen to multiple packages at the same time.
My code works like this:
```
void decode() {
int packetSize = CAN.parsePacket(…
-
### Is there an existing feature request for this?
- [X] I have searched the existing feature requests
### Is your feature request related to a problem? Please describe.
I'd like to use schem…
-
### 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…
-
### Describe the bug
Here's an example on using `.sinceTime()`
https://github.com/fabric8io/kubernetes-client/blob/08e54a9fa6da1d7eacd894f8251f3ae7848b6961/doc/CHEATSHEET.md#L2342-L2345
When …
-
Hi,
I am testing https://github.com/grafana/pyroscope-java/pull/136 with JFR support, what we see after running application for a longer period of time is these errors in console:
`2024-10-09 07:05:…