Arham

Results 14 comments of Arham

> Agree. Thanks for creating the issue. Would you like to work on this? You can simply run the frontend react application by referring to the instructions mentioned in this...

@cool-pants Go Ahead for sure! Currently my college Unit Test are about to begin, So I won't be able to start until the next Saturday. In short, Give it a...

@ByteC0d3 I also came across this problem when I tried wrapping `RSyntaxTextArea` in `SwingNode` (when I initially started writing my [IDE](https://github.com/omegaui/omegaide)) and this is not related to fonts. In the...

Hi! Take a look at **src/omega/instant/support/java/JavaCodeNavigator.java** On this repo ![omegaide](https://github.com/omegaui/omegaide)

When is this likely to get done!

Add your Copyright Notice in the code Change the package to - **org.controlsfx.control** Create a pull request

I am having the same problem. I am going to try using an earlier version.

@Hutsaliuk > The same for me! > The last version doesn't work on Linux! I tried using an earlier version, but Even an earlier version isn't working on linux

Currently using id3 for MP3 files.

@Hutsaliuk You can access the artwork like below ```dart MP3Instance mp3instance = MP3Instance(File(track.path).readAsBytesSync()); if(mp3instance.parseTagsSync()){ dataMap = mp3instance.getMetaTags(); if(dataMap != null) { dynamic apicMap = dataMap?['APIC']; if(apicMap != null) { artworkBytes...