cracksalad
cracksalad
I have read and understood the Contributor's Certificate of Origin available at the end of https://raw.githubusercontent.com/hetzneronline/community-content/master/tutorial-template.md and I hereby certify that I meet the contribution criteria described in it. Signed-off-by:...
**Describe the bug** When the setting PHP > Editor > Save Actions > Organize use statements is on and you use `true` in a namespaced class, eclipse/PDT will add a...
I am new to Rust for STM32, so please excuse any stupid mistakes. When I cloned the quickstart and configured it, the following errors show up during compilation: ``` Compiling...
**Description** `\COPY timescaledb_information.continuous_aggregates_stats TO ‘continuous_aggregates_stats.csv’ csv header` should actually be `\COPY timescaledb_information.continuous_aggregate_stats TO ‘continuous_aggregate_stats.csv’ csv header` (aggregate without an s at the end). Additionally at least my psql says >...
This is my very first attempt to program my STM32s using Rust. So the following might totally be my fault: When building basically the snippet from the README.md... ```rust use...
Fixes #100 Although this builds with the quick start, I am not sure if it actually works. I will test it as soon as I find some time.
Since ext-imap is about to be EOL (see [reason to unbundle ext-imap](https://wiki.php.net/rfc/unbundle_imap_pspell_oci8#extimap), [plans for ext-imap](https://github.com/php/pecl-mail-imap/issues/12#issuecomment-2373612962)), I am wondering what the plans are for this repo. Will the `ext-imap` dependency be...
This PR corresponds to [this PR on php/doc-en](https://github.com/php/doc-en/pull/4482).
The PECL msgpack extension (a MessagePack implementation) is not yet documented. This PR aims to change that. Although this PR does not currently include a fully featured documentation, I hope...
This is a follow up of #3873 The `callback` and `connection_str` parameters are not yet documented. https://github.com/php/doc-en/blob/54eaf4ed9edc37074870a13dc0de605df4285c3b/reference/memcached/memcached/construct.xml#L40-L55