Melvin Otieno

Results 11 issues of Melvin Otieno

I have added all the dependencies required in react including jquery. However, the select is never rendered on the browser

bug

Because flutter_math =0.22.0

tent start mongo starts mongo db with access-control enabled. How do I disable this option as I do not want to pass user and password to the container instance. I...

Does using tent start persist the podman container after OS restarts? If so, then that's not the case on my OS. Fedora 34, running latest version of podman and tent.

I know this issue has been raised before but I did not find any of the solutions helpful for my use case. What I would like to to get the...

There's absolutely no documentation for using this with NestJS

**Describe the bug** I am using the instructions on this link https://docs.goauthentik.io/docs/installation/docker-compose locally but when visiting the link http://localhost:9000//if/flow/initial-setup/ I get the error not found **To Reproduce** Steps to reproduce...

bug

**Describe the bug** Trying to serialize a third party class through use of the experimental serialization API @Serializer(forClass = Class::class). The trouble I am having is, most of the times...

I have a third party class that is generated as the following ``` kt data class Example ( property: String ) data class AnotherExample ( property: Example ) ``` I...