axelthat

Results 11 issues of axelthat

When I run, `conventional-changelog -p angular -i CHANGELOG.md -s --commit-path .`, the changelog only shows commit message. How do I also show the commit body?

In assets/fonts, I have `materialdesignicons-webfont.ttf` and in assets/css, I have `materialdesignicons.css`. And finally in `main.js`, I have the following: ```` import {TNSFontIcon, fonticon} from 'nativescript-fonticon'; TNSFontIcon.debug = true; TNSFontIcon.paths =...

priority:low

### Describe the bug When you click the last pagination button inside popover, the popover closes. ### Steps to reproduce the bug 1. Go to https://codesandbox.io/s/vibrant-meadow-00u0ml?file=/src/main.js 2. Click on button....

### Describe the problem Native context menu is missing. ### Describe the solution you'd like It would be cool to have native context menu. Electron already supports this. ### Alternatives...

type: feature request
status: upstream
status: backlog
type: breaking change

### Is your feature request related to a problem? Please describe I have a static website generated via `nuxi build && nuxi generate`. When clicking a link via nuxt-link from...

enhancement

`.eslintrc.cjs` ``` module.exports = { env: { browser: true, es2021: true, node: true }, extends: [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:@typescript-eslint/recommended-requiring-type-checking', 'standard' ], parser: '@typescript-eslint/parser', parserOptions: { ecmaVersion: 'latest', sourceType: 'module', project:...

Only way right now I can see is to use webview to use canvas. I tried searching for the packages online but most of them seems to be abandoned. Can...

I am using MomentJS Timezone. However, when I do `moment.tz.guess()`, it returns my timezone with wrong spelling. ```` const timezone = moment.tz.guess(); console.log(timezone); //returns Asia/Katmandu instead of Asia/Kathmandu ```` I...

guess-intl

**Is your feature request related to a problem? Please describe.** File Uploader is a huge component for someone that only wants to use the minimal uploader with minimal functionalities. Thus,...

### Provide a general summary of the issue here If you pinch zoom on a custom modal overlay with height set to `var(--visual-viewport-height)`, the viewport height causes overlay to flicker....