:)

Results 64 issues of :)

I would like an option to generate a table without a header. Sometimes there is no meaning to the columns of the table, so the header cells are empty. As...

I am getting this problem when running pitest in a project that uses Kotlin coroutines: https://gist.github.com/Octogonapus/6a14d814b107c0c78e74979f79e88718 I'm not sure what pitest is trying to accomplish here. `arrow.typeclasses.ContinuationUtilsKt` appears frequently, could...

**Describe the bug** Tags that should not be applied due to the `--skip-tags` configuration are applied in files contained within subdirectories relative to where `yor` is run. ``` +---------------+----------------------------------------+----------------------+--------------------------------------+--------------------------------------+ |...

**Describe the bug** Using `Nothing` in a generic type argument fails with an internal error `Serializer for element of type Nothing has not been found`. **To Reproduce** This reproduces the...

bug
design

If you pass a RegistrySpec without a name (i.e., just set the url) then CompatHelper runs into this error: ``` ERROR: ArgumentError: `nothing` can not be interpolated into commands (`Cmd`)...

bug

Clang's static analyzer (`scan-build`) pointed this out, so I am sending the fix upstream.

This code causes a linter warning for a possible method call error, but I don't see an issue: ```julia struct Foo x::Int end bar(f::T) where {T

bug

I have a feature request for the feature to rename symbols inside of comments. I feel this is an important feature for refactoring large amounts of code while preserving the...

enhancement
upstream

I get an `IncompatibleClassChangeError` with any use of the `argThat` matcher. Full stacktrace: https://pastebin.com/4hr67L0r. I am using version `2.0.0`. Here is a simple example I replicated the problem with: ```kotlin...

type:question

This generated file (https://pastebin.com/vM1vCkwr) depends on another generated file (https://pastebin.com/2gWXjBbU). Both files are emitted into the same folder on disk, but their `package` statements differ, causing the former file to...

bug
meta