Skip to content
View narekmalk's full-sized avatar

Block or report narekmalk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. c-sharp-questions Public

    Tricky C# questions and answers

    21 3

  2. vscode-run-git-difftool Public

    Visual Studio Code extension for running git difftool through context menu

    TypeScript 3 1

  3. react-native-todo Public

    React Native To-Do App with Redux

    JavaScript 1

  4. wp-share-buttons Public

    WordPress plugin for adding social share buttons to posts

    PHP

  5. x-default-browser Public

    Forked from jakub-g/x-default-browser

    💻 Detect default browser, cross-platform

    JavaScript

  6. SCSS utilities for using vw units
    1
    # The Function
    2
    
                  
    3
    Suppose we want a `div` to have `50px` width when the screen width is `500px` and a proportionate width when the screen width changes. We do math: `(50/500)*100 = 10` and set `width: 10vw`. The following simple function helps make our intention more clear:
    4
    ```scss
    5
    @function get-vw($valueAtWidth, $width) {

12 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 1 commit in 1 repository
Created 1 repository

Created a pull request in excalidraw/excalidraw that received 2 comments

feat: add container to MORE multiple text elements

Closes #9334 Updated actionWrapTextInContainer action's predicate, to check if some of the selected elements are textual

+2 −2 lines changed 2 comments
Loading