Alex Maslakoff
Alex Maslakoff
Arch linux, sdl2 is installed, the "-dev" is installed automatically with sdl2. but: ``` error: linking with `cc` failed: exit code: 1 | = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L"...
Is there a way to create my own custom markdown tags and, consequently, define the way they're rendered? For instance: ``` [alert] fdsafdsafdsfed [/alert] ``` would become something similar to...
Say, I have a text and in it there's "img" How can I preprocess it such that I could replace its attributes, for instance, url? It could be anything else,...
Has anyone managed to compile and run the project from IDE like IntelliJ or Android Studio? I've gotten a lot of errors, although I could compile the project from the...
Let's say, I've authenticated in the browser at instagram.com -- normally. And now I want to make a special request in a JS/TS examples/***.ts. I see that there's `csrftoken` in...
``` var editor = new Pen(document.getElementById('my_elem')); ``` Error: ``` pen.js:485 Uncaught Error: Can't find config at new Pen (pen.js:485) at edit:102 ```
An error in the version 1.3.8, sbt 0.12.4, scala 2.10.4 ``` Error:(109, 41) value parseDelimitedFrom is not a member of object my_app123.MyClass private def readClass123() = MyClass123.parseDelimitedFrom(in).getOrElse(throw new Exception("No server...
I get an error: ``` /Users/alex/Documents/projects/android/my_app123/src/main/protobuf/webapi.proto Error: No such file or directory ``` But that path does exist.
Plenty of compilation errors: ``` $ swift build Compile Swift Module 'SwiftyJSON' (1 sources) Compile Swift Module 'Alamofire' (17 sources) /home/alex/projects/swift/hello/.build/checkouts/SwiftyJSON.git-4543827707270191952/Source/SwiftyJSON.swift:1294:20: error: cannot convert value of type '[Any]' to type...