Alexey Romanov
Alexey Romanov
Fixes http://jira.qos.ch/browse/SLF4J-236.
According to README.textile, slf4s is OSGi compliant. It isn't clear precisely what this means, since `package` command of sbt produces a plain jar, not a bundle.
``` error[cxxbridge]: unsupported type: char ┌─ tokenizers-cpp/pre_tokenizers.rs:56:52 │ 56 │ fn char_delimiter_pre_tokenizer(delimiter: char) -> Box; │ ^^^^ unsupported type ``` Is the reason that some `u32` values are not valid...
Первая попытка не сработала, странные ошибки. - [ ] Минимальный пример презентации на один слайд с русским текстом и кодом - [ ] Перенос слайдов всех презентаций - [ ]...
I was trying to use `unimported --config tmp/.unimportedrc.json`, but it wasn't working in the way I expected. In fact, `unimported --config tmp/.unimportedrc.json --show-config` showed the same config as from `.unimportedrc.json`....
I learned about this crate from cxx's build script, which [has](https://github.com/dtolnay/cxx/blob/4bce6df73c44f836a3771e0642be86e94deeed8c/build.rs#L9) `.cpp_link_stdlib(None) // linked via link-cplusplus crate`, but the documentation doesn't mention setting this. Is it necessary/useful? Or will cc-rs'...
Or possibly, there should be another "Little Vimperator" variant which doesn't bind them. See this thread: http://www.mozdev.org/pipermail/vimperator/2008-October/002350.html
When generating projects for a multi-project SBT build, I get two ``` ``` and ``` ``` lines in .classpath in one of the projects (which depends on the other).
I think most people would expect Eclipse project dependencies to include sources by default, same as with Maven integration.