Dmitry

Results 127 issues of Dmitry

probably working fix for new versions of modules ("bootstrap-sass-official": "~3.3.5", "fontawesome": "~4.4.0") https://gist.github.com/ericbarnes/ac3ae075c97c1073869c#gistcomment-1565728 (sorry for not making pull-request - I'm unsure with this)

Great library! What about human-readable synonyms for `gt|lt|ge|le`? ``` is greater 500 300 is greater than 300 100 is less then 200 500 is greater or equal 200 200 is...

Hi! I love diakonos but when I open utf8 file with some russian characters it shows them as strange sequence of letters and signs, for example: the word `файл` is...

support

#### How to reproduce the bug `superset_config_docker.py`: ``` def filter_value_first( self, column: str, default = None, remove_filter: bool = False ): return self.filter_values(column, default, remove_filter)[0] JINJA_CONTEXT_ADDONS = { "filter_value_first": filter_value_first,...

#bug

Runtime error in browser: ``` Uncaught ReferenceError: exports is not defined at Module../src/vuetify/index.js (app.js:93043) ``` Many warnings during compilation: ``` "export 'default' (imported as 'mod') was not found ``` `babel.config.js`:...

There are MobX mention at README.md but I haven't found mobx middleware at the repo. Especially interested in https://github.com/mobxjs/mobx-state-tree integration Thanks

Does howl have option to show tabs-like buffers switcher at the top of the window like Chrome browser has?

awaiting-followup

Here you have `onDelete` field for the foreign key declaration: https://nanosql.io/query/create-table.html#indexes What about `onUpdate`?

Didn't merge code because of #105 . On my code forked from https://github.com/methodofaction/Method-Draw/tree/2f1793aeb23919d82b5d001d76dd4a2d1c621d9d there was an issue displaying selector when element and it's parent have transforms. Solved this issue by...

For example, I import image with `` element which have `transform` attribute with value. ``` matrix(1,0,0,1,16.98053,22.125) translate(1106.75,1180.008) rotate(270) scale(0.8,0.8) matrix(1,0,0,1,-16.98053,-22.125) ``` after I click on this `` element `recalculateDimensions()` runs...