floratmin

Results 32 issues of floratmin

The `addMessage` method on the `Extractor` class does not allow to add messages where some fields are null. But the definition of the `IMessage` interface allows `null` values for `text`,...

bug

Gettext allows the following comments: ``` #| msgctxt previous-message-context #| msgid previous-untranslated-string-singular #| msgid_plural previous-untranslated-string-plural ``` It would be nice if these would be supported for custom extractors.

enhancement

In node I can get the width of the console from process.stdout.columns. So I can get the available rest width for one column with the following formula: ``` const fixedColumnsWidth...

enhancement

### Description In my workspace I do not have an `.eslintrc.cjs` in my root directory. When setting `eslint --fix .` into my `lint-staged` entry then the `eslintrc.cjs` files in my...

Hello, i started to use tap and for my testing scenarios i need to pretty print queries before and after i run a function. But when i raise a notice...

enhancement

- [X] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-21983 - [X] Required: The PR title must be prefixed with a JIRA Issue number. - [X] Required: The PR description must include the link...

Hello, I try to understand how i can handle bytea in plv8. I want to create the same object internally as used by plv8: ``` create or replace test_buffer(n int)...

This pull request solves the problem from https://github.com/sveltejs/sapper/issues/922 probably https://github.com/sveltejs/sapper/issues/1074 and some of the problems of https://github.com/sveltejs/sapper/issues/1575 . With this commit it is possible to have the sapper installation in...

When I try to validate if a choice request is valid I get the error `The data model element passed to GetValue (adl.nav.request_valid.choice.{target=settings}) is not a valid SCORM data model...

### Describe the bug  I have set up a monorepo with nx workspace. The sveltekit app is located in a subdirectory. When building storybook with `nx build-storybook toolapp` the build...

bug
help wanted
svelte
nx
sveltekit
sev:S3