-
I probably found a little issue:
add_settings_error( $this->page, 'settings_reset', __( 'Default settings have been reset.' ), 'updated' );
shouldn't this be
add_settings_error( $this->page, 'setti…
-
**Describe the bug**
From @wrobelda's comment https://github.com/microsoft/vcpkg/pull/18159#issuecomment-922486087:
> when I try to build a project that does the same, it fails in VS 2019 with:
>…
-
error: failed to run custom build command for `gettext-sys v0.19.8 (N:\gettext-rs\gettext-sys)`
process didn't exit successfully: `N:\gettext-rs\target\debug\build\gettext-sys-70cac4af73bac902\build-…
-
Package: gettext-libintl:x64-windows@0.22.5#2
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.39.33523.0
- vcpkg-tool version: 2024-08-01-fd884a0d390d12783076341bd43d77c3a6a156…
-
Dear Maël,
Thank you for your amazing work.
I try to install `amc` on MacOS Sonoma via Homebrew. After installing libraries and dependencies (everything seems to work fine), I ran `sudo auto-mul…
-
Hello, Iwant to extract this pdf, but the result is empty.
https://www.mediafire.com/file/azb7yddqo2ry55j/123.pdf/file
this is my code
```
$parser = new \Smalot\PdfParser\Parser(); // Parse pdf …
-
### Acceptance criteria
- [x] gettext is in the deps
- [ ] there's documentation in our readme about how to use it when you're adding a string in a template
- [ ] there's documentation on what to do i…
-
After a few fixes for flaky tests in MV3, it is noticeable that lots are related to an assertion pattern change, which is to find an element, then assert what its contents are. There's a racing condit…
-
### Describe the problem
We use GNU gettext for translating strings for embedded systems, with our programmers providing human-readable cues for things like maximum character length via the extract…
-
We're observing bursts of RecursionError in the LMS relating to Python's `gettext` module.
The earliest known case was May 15, but we don't know how far back these actually go, due to telemetry lim…