Perfect Makanju

Results 6 issues of Perfect Makanju

Will you be supporting create react app 2?

What is the status of work on the opus Codec? I see it marked as `next` in the readme, is there an ETA for release?

enhancement

## Description Based on a recommendation from the gundb channels, this enables some more configuration to improve the ability of gundb to sync data with the relay peer. It also...

## Expected Behaviour Github Actions should run existing integration tests successfully on windows-latest machine ## Actual Behaviour Integrations tests run on the `windows-latest` operating systems are failing. ## Extra Information...

enhancement
good first issue
help wanted

## Summary Generate documentation the `Libra*` modules exposed by this library. This would make it easier for people to explore all the functions and their possible arguments. ## Definition of...

documentation
enhancement

In Icicle Preprocessor [here](https://github.com/segunfamisa/icicle/blob/master/icicle-processor/src/main/java/com/segunfamisa/icicle/processor/IcicleProcessor.java#L57), you check `if (element.getKind() != ElementKind.FIELD) {`, but why are you checking for this if the `Freeze` annotation class already has an annotation type target `@Target(ElementType.FIELD)`...