Dmitry Shpika

Results 10 issues of Dmitry Shpika

Some phrases can be translated in multiple ways in both directions. For example, 「…ですか。」 vs 「…です?」. Both are valid endings for questions, since question mark is a real thing in...

Enhancement

For ease of memorization and education purposes, some of these tips should have at least short explanations. Example: ~~~ Delete remote branch git push origin --delete Alternatives: git push origin...

#### System information AKASHA version: `0.6.2` Operating System: `Linux Ubuntu 16.04.3 LTS` #### Expected behaviour All non-static dapp resources (images, fonts, etc.) should be loaded from a local IPFS node....

Add [JSON schema](http://json-schema.org/specification.html) files and a task for running the validation for each dictionary.

enhancement

It turns out, Aozora replaces some kanji with images, providing a decomposition in the `alt` attribute (see [外字注記](https://www.aozora.gr.jp/gaiji_chuki/index.html)). Since the dataset was generated by processing HTML files as plain text,...

bug

Sometimes I can't input `%` an `^` characters, they show up as incorrect input when I type them in. I noticed that as I was typing some Clojure source and...

I've found some GLSL code containing tabs in assignment statement after `=` (for vertical alignment, I guess). Browser switches between interactive elements on the page when I press `tab`.

When I open it directly at , I get the following error: ``` This page contains the following errors: error on line 3 at column 33: xmlns:i: '&ns_ai;' is not...

I saw a chess version of this game mode. Basically, you only see the cells surrounding your own stones. I guess 8 surrounding cells, but maybe wider ranges will be...

enhancement
modifier

Hello @midudev Just watched your video, you forgot to add `class-6/.env` to `.gitignore`. I suggest adding `**/.env` in the top-level `.gitignore`. Cheers!