kairoswater-jason

Results 9 issues of kairoswater-jason

memory leak detected ``` ==34135==ERROR: LeakSanitizer: detected memory leaks Direct leak of 9 byte(s) in 1 object(s) allocated from: #0 0x7f97d8fb7867 in __interceptor_malloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:145 https://github.com/elzoughby/Base64/pull/1 0x55c784089423 in test_b64_encodef /home/jason/Desktop/libbase64/test.c:169 https://github.com/elzoughby/Base64/issues/2...

This is the only place I see to ask this question. Let me know if I have posted in the wrong spot. The community chatroom associated with this project looks...

question

liquid-rust version: "0.26.4" rust version: rustc 1.75.0 (82e1608df 2023-12-21) OS: Ubuntu 22.04.3 LTS Does liquid-rust support 64 bit unsigned integers? Should it? Attempting to populate a template with an ```Option```...

In the embedded world of microcontrollers/microprocessors/etc. running `no_std` type rust and C software all sorts of weird and wonderful architectures (and proprietary/customized/obscure/obsolete/etc. compilers) are used. Many more than just on...

In diesel, it is possible to check the validity of structs (names and types of fields) at compile time by adding the following above a struct declaration `#[diesel(check_for_backend(diesel::pg::Pg))]` What would...

### I have found these related issues/pull requests https://github.com/launchbadge/sqlx/pull/3641 This issue persists even with the above fix ### Description When writing SELECT and INSERT queries on the examples below, the...

bug

## Setup Any migration script similar to the following up.sql ``` SET search_path='foo'; --alternatively you could use: --SELECT pg_catalog.set_config('search_path', '', false); ``` ### Versions - **Rust:** 1.90 - **Diesel:** ```...

bug
help wanted
postgres

I'm not sure if this is expected behavior or not. Using pg_cron 1.6.4 (the version is installed by default in PostgreSQL 16.6 databases in AWS RDS). I'm not sure if...

The STM32G0 series (and probably others) is missing a way to access the unique ID ``` Unique device ID register (96 bits) Base address: 0x1FFF 7590 RM0444, Page 1368 Section...