John Dimeo

Results 37 issues of John Dimeo

Hello, I've extended this plugin to support annotations to declare some function metadata on the function itself. If you think this is scope creep or don't prefer the approach/added dependency,...

- Update Maven plugins - Explicitly specify Java 8 level source in the Javadoc plugin - Fix a generics issue (didn't need to be parameterized) - Add XML dependency that...

Right now an API key is able to list languages, but not create them. Please add a scope to allow creation of languages via API keys. thanks!

Markdown is the "lingua franca" for conveying formatting through plain text, and it would be great if Tolgee ran translations through a Markdown renderer if enabled for a project so...

enhancement
cold

In our use case, we have a static HTML site. I would like to initially load that page in production mode with no API key. In our case, we don't...

In the similar vein of `initializeCollections` it would be really helpful to have an additional option to initialize object fields to avoid the need for a lot of null safe...

I feel like I may be using the APIs incorrectly, but I can't figure out what I'm doing wrong. The following code: ```java new YAMLMapper() .writer() .without(YAMLGenerator.Feature.WRITE_DOC_START_MARKER) .writeValueAsString(o) ``` still...

yaml
has-failing-test

When [querying for languages](https://tolgee.io/api#operation/getTranslations_1), the `filterState` parameter has these semantics: > Translation state in the format: languageTag,state. You can use this parameter multiple times. When used with multiple states for...

enhancement

In our situation, we have some keys that will never be translated for a given language. Say you are building financial software and one section only is relevant to a...

The UI always specifies `keyName` sort, but if you leave it `null` (even though it's an optional API parameter) the back end returns inconsistent results and skips some keys when...