Oleg Namaka

Results 8 issues of Oleg Namaka

* **What are you trying to do?** I am trying to build a docker container with the latest snapshot 0.0.23-SNAPSHOT. It fails with the following error: `022-07-05 22:07:29,979+0000 ERROR [features-2-thread-1]...

The snippet below mimics the logic from `implementsInterface` https://psalm.dev/r/9362046866 With an object passed to `implementsInterface` `Assert` produces the following error: ``` ERROR: TypeDoesNotContainType - 33:1 - Cannot resolve types for...

This library should have its own AssertException to avoid a need to: * override reportInvalidArgument method - a dubious solution as it breaks userland Psalm checks because each assert method...

After requesting the rebuilding composer-hosted index, the scheduled process failed to succeed with an error `No facet of type ContentFacet attached to repository composer-hosted` ``` 2023-03-21 01:26:28,176+0000 INFO [qtp379212480-786] admin...

* **What are you trying to do?** I am setting up a task that removes composer packages that have not been downloaded for a given number of days. The cleanup...

Assuming a tree-like package organization exists in a project, is there a way to generate documentation for all of them with a root index file?

question

## Issue Description The `htmx-ext-json-enc` extension (version 2.0.0) is converting JavaScript boolean values to strings when serializing data to JSON, which causes type errors when the server expects actual boolean...

I encountered an issue when using a generic type T in combination with the linter setting check-type-param: true. The following code results in a linting error: ``` func NewStorageValueUnexpectedError[T int...