Alexander Tsybulsky

Results 223 comments of Alexander Tsybulsky

yes, no way to auto install offline anyway. so dependencies should be just ignored for offline. And then reponame is relatively reliable factor.

An opinion. Speaking about CSS I would much consider dev flow first. Themes is a great goal and feature but it quite complicates dev process. Any more or less significant...

from #3403 Next step is to completely disconnect gui_page from components and remove subclassing. To do this the following steps are to be done: - refactor ms_control in gui page...

The mentioned "css magic" is called `position: sticky` and is not supported by IE (although after some recent discoveries with SVG I already have some doubts if IE runs Edge...

problem with "fixed" is that you have to "calculate" how it will look at any scroll position (e.g. Save button in settings). and "sticky" is a combination of "fixed" and...

Option is: hard code messages to `zcx_abapgit_exception` as constants, then eventually add translations. This by the way may be also better because of readability. `RAISE EXCEPTION TYPE zcx_abapgit_exception MESSAGE e001(zabapgit_message_class)`...

Probably the renaming logic should be just smarter and rename only the duplicates. And maybe try using short hash suffix first. Or maybe even just a number (I think `lcl_some_stuff1`...

I can use just one util class. Or I can include functionality but don't what to include unit tests. Or the package can contain an example-of-usage program. It's just from...

- there may be more file to remove than to add - there may be changes to external library which I don't control - it will be an ordeal to...