alhimik45

Results 9 comments of alhimik45

Наверно лучше по умолчанию второй вариант, а кому не хочется рекламировать чужой ресурс, пусть меняют на свою ссылку.

Clooj use clojure with version that specified in project.clj

doc macro is in clojure.repl namespace. Clooj's repl works in namespaces of your project. There is no clojure.repl included. If you need only doc, select the word and press Tab....

Clooj supports UTF-8, but some fonts not. I have tired to input this (茶) in clooj. It works

I foung and fixed bug. You can download source code from [my fork](https://github.com/alhimik45/clooj) or [download compiled jar](https://drive.google.com/file/d/0Bz7Myw57yQvoMGlOYUxMeGp4b1U/edit?usp=sharing). If all is well I will pull request

Can you try on bug a [newer version](https://drive.google.com/file/d/0Bz7Myw57yQvod2N6SjZMOVVTT28/edit?usp=sharing)?

@claunia Yeah. As I understand from FUSE docs `fuse_exit` and thus `Stop()` can be used only inside file system operations. You can use workaround, as mentioned in fusepy/fusepy#116: ```csharp using...

@observer1 I [ported](https://www.nuget.org/packages/Mono.Fuse.NETStandard/) this library to .NET Standard and uploaded to nuget, so you can use it with Mono 5.4 or .NET Core 2