Ninjaman494

Results 5 issues of Ninjaman494

Currently, stemming returns one stem, but some conjugations can have multiple conjugations. For example 갈 거예요 could be either 가다 or 갈다 depending on the context. Another example is #66....

I'm using the Sentry Release action to create a release of my React Native app and part of that is uploading sourcemaps. Here's how I'm doing it: ```yml - name:...

I was updating to `9.1.0` with the following dependencies in my `build.gradle`: ``` implementation 'org.rm3l:maoni:9.1.0@aar' api 'org.rm3l:maoni-common:9.1.0@aar' ``` However, when I tried using Maoni builder to create a `MaoniActivity` I...

bug

I'm using this api in my Android app to send a slack message containing a screenshot and some diagnostic text, which is in the initial comment. Everything works great when...

## Motivation behind PR I wasn't able to install this node package in its current state. Upon further investigation I found that the version of `node-java` it's using was outdated...