pbtsrc

Results 7 issues of pbtsrc

Is it possible to render a code with add-on symbol like in this image (see page 284 of GS1 General Specifications Release 21.0.1): ![Screenshot_20211229_002742](https://user-images.githubusercontent.com/13901855/147608470-70b95f33-54c9-402d-bba8-24c9403f3e45.png) This add-on symbol is used, for...

contributions welcome

``` import deepl auth_key = '_____' client = deepl.Translator(auth_key, send_platform_info=False) text_1_plain = ''' ‘So you want this hung up in the window, my — in the window, miss?’ asked Mr...

``` import deepl auth_key = '_____' client = deepl.Translator(auth_key, send_platform_info=False) in_text = ''' title during the day, writing letters, conversing and praying and singing. Between three, and four o'clock at...

text= ```html Chapter I. Margaret Makes Herself at Home Chapter II. Stephen's Life Goes On ``` translate_text(text, source_lang='EN', target_lang='DE', tag_handling='html') for the above text returns this: ```html Kapitel I. Margaret...

Since the numbers after the dot in humidity or pressure do not make much sense, it would be very useful to be able to round values.

enhancement

From the DeepSeek documentation (https://api-docs.deepseek.com/) the actual URLs are: https://api.deepseek.com https://api.deepseek.com/v1 Unfortunately, both URLs do not work in the eclipse-chatgpt-plugin (Request failed with status code: 404 and response body: {"error_msg":...

Assist AI 1.0.6.202503282135. The font size in the ChatGPT View is too small for me on the last versions of the plugin. Is there any way to adjust this?