Artemiy Solopov

Results 6 issues of Artemiy Solopov

I have [this file.](https://github.com/brianmario/charlock_holmes/files/2885966/text_without_bom.txt) I produced it by converting some UTF-8 text to UTF-16LE via iconv, which doesn't produce a BOM. When I try to detect its encoding, I get...

## How to reproduce * Set up a Rails project * Make a User "model": * [Migration](https://github.com/art-solopov/rom-rails-skeleton/blob/autoload-problem-demo/db/migrate/20150914213325_create_users.rb) * [Relation](https://github.com/art-solopov/rom-rails-skeleton/blob/autoload-problem-demo/app/relations/users.rb) * [Repository](https://github.com/art-solopov/rom-rails-skeleton/blob/autoload-problem-demo/app/repositories/user_repository.rb) * [Struct (Entity)](https://github.com/art-solopov/rom-rails-skeleton/blob/autoload-problem-demo/app/models/entities/user.rb) * Insert some test user names...

documentation

I'm trying to write my first ClojureScript project using NPM dependencies. Here's my project.clj file: ```clojure (defproject cljsplay "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" :license {:name "Eclipse Public License"...

When I'm trying to connect without specifying the host, username and password (which normally lets me log in via the peer authentication), I get the error that I failed the...

``` ruby class TestDoc < ArangoDb::Base collection :test end # Creating a new object b = TestDoc.new b.a = 10 #=> #, # @target= # #, # @transport=ArangoDb::Transport> b.a =...

### Describe the bug When I'm trying to import an SCSS file from a CSS file, I see either: * An "unknown word" error from postcss-import if there are any...

pending triage