Tim Whitlock

Results 7 issues of Tim Whitlock

Hi. I notice that the `BodyLocation` for "body" parameters adds the name of the bound parameter to the request body. e.g. `[ 'raw' => 'data' ]` gets posted as an...

Hi. I'm now using your data in my application. So many thanks! Regarding the "low tax" regions of Guadeloupe, Martinique and Réunion. As far as I understood (which is not...

enhancement

There are two examples of plural forms on [this page](http://messageformat.github.io/Jed/) 1. `"%d key" : [ "%d key", "%d keys" ],` 2. `"test singular": ["test plural", "test_1 singular", "test_1 plural"],` These...

Hello, I get an error running `java -jar LangTool.jar -e MyApp file.csv`: ``` Exception in thread "main" java.lang.NullPointerException at com.gdubina.tool.langutil.ToolExport.export(ToolExport.java:73) at com.gdubina.tool.langutil.ToolExport.run(ToolExport.java:68) at com.gdubina.tool.langutil.ToolExport.run(ToolExport.java:56) at com.gdubina.tool.langutil.Tool.main(Tool.java:22) ``` On Mac OS...

I've got this working great with URLs and even STDIN via a PHP command line script. However, it seems to fail with local file paths. I've even tried prefixing them...

This is required for XLIFF 2.0 files produced by Symfony's `XliffFileDumper`. The `name` attribute is [only rendered when the translation key is 80 bytes or less](https://github.com/symfony/translation/blob/7.0/Dumper/XliffFileDumper.php#L172-L174). When absent, Loco's standard...

### System Info Running on my Mac Mini (M2 chip) macOS Sonoma (14.6.1). This occurs in PHP 8.2, but PHP 8.3 seems unaffected. ### PHP Version 8.2.19 ### Environment/Platform -...

bug