Amir Abiri

Results 10 issues of Amir Abiri

We are porting a large Ruby site to .NET with NancyFx & Compass. We make extensive use of compass [mixins](http://compass-style.org/reference/compass/css3/). We realized Compass doesn't support that yet. I've dug through...

I'm getting a `ClassCastException` on a simple attempt to get annotations of a class. I've attached a zip with code that reproduces the problem. The trigger is simple: public static...

Although Kowl's integration with schema registry is awesome, there is no support for cases where a topic uses a schema that was agreed between developers but without using schema registry....

feature
backend

`path()` and `file()` appear to only be available in JVM, but this isn't mentioned in the docs: https://ajalt.github.io/clikt/advanced/#multiplatform-support

The library appears to be adding a redundant `value:` to members of a polymorphic collection. This code: ``` @Serializable data class ConfigFile(val items: List) @Serializable sealed class Item @Serializable @SerialName("A")...

Running Redis commander inside Docker is limiting. I installed it via npm and run it and solved several issues I had. However this npm approach also has its drawbacks. I...

I've just pulled this Gem into our rails app, works perfectly. Only thing is I did not use the rails integration because we save the value in the DB in...

In certain cases a test may fail with a NoClassDefFoundError, and it's a nightmare to find the real error. For example: static final PostgreSQLContainer = PostgreSQLContainer("postgresxxx:11.5") .withDatabaseName("netonomy") .withUsername("postgres") .withPassword("password"); Then...

resolution/acknowledged

I have a command that has no options and I also cancelled its help options using context: ``` init { context { helpOptionNames = emptySet() } } ``` Once I...

I like this tool and I want to ditch telepresence in favour of it. However I am uncomfortable with something that continuously modifies my `/etc/hosts` file. I though a good...