Nick L.
Nick L.
Okay… this is a moderate challenge to fix… Indeed, the search bug was caused by the migration from MyISAM to InnoDB in https://github.com/e107inc/e107/issues/4501. We somehow need to `CREATE FULLTEXT INDEX`...
@rafikc30, thank you for looking into this issue. I should inform you that I am no longer involved with the company where I encountered this bug. Since I don't have...
The core dump and server logs are in [the original post](https://github.com/gluster/glusterfs/issues/4378#issue-2357909074) under the collapsed "Details" section.
I'm currently using this type-annotated wrapper to make the `Typer.callback()` and `Typer.command()` decorators compatible with both async and non-async functions: ```python import asyncio import inspect from collections.abc import Callable, Coroutine...
@Moc: Last I knew, guest sessions were triggered by the e107 CAPTCHA system, which stores the CAPTCHA answer in a session. I want to eliminate sessions for guests by storing...
It turned out that there were more places where e107 was creating sessions needlessly for guests. `secure_image` was just one of the several: - Key `.e107sess.__form_token` – CSRF token -...
@CaMer0n: @Jimmi08 [noticed](https://github.com/e107inc/e107/discussions/5352#discussioncomment-13629093) that https://github.com/e107inc/e107/commit/7d94bca7d6c95f1853902c9cac31d49e971bdbc1#diff-4ee967a74a3b677565ad255c813e718fcb25c6c9fbbe4f6e44385ddd81f5fa67L1211 reverted a usage of `e107::getUser()->checkAdminPerms()` to the [deprecated `getperms()`](https://github.com/e107inc/e107/pull/5070). Is there a problem with [the replacements](https://github.com/e107inc/e107/blob/dfe446df8c5602ab6c3d0a1de68dcdde1c950b05/class2.php#L1328-L1335) that necessitates going back to `getperms()`?
I found made free\* alternatives for `gh copilot suggest` and `gh copilot explain`. Old answer ## Replacing `gh copilot suggest` @ricklamers's [Shell-AI](https://pypi.org/project/shell-ai/) is my replacement for `gh copilot suggest`: ```bash...
Hey everyone! I took some time to recreate the `gh copilot suggest` (`ghcs`) and `gh copilot explain` (`ghce`) experience that we're all missing. Introducing… [**`shell-ai suggest`**](https://github.com/Deltik/shell-ai/blob/v0.5.1/README.md#suggest-xkcd-1168-tar) and [**`shell-ai explain`**](https://github.com/Deltik/shell-ai/blob/v0.5.1/README.md#explain-xkcd-1654-universal-install-script)! Pre-compiled...