ylemkimon

Results 33 issues of ylemkimon

![image](https://user-images.githubusercontent.com/888148/61996428-2828eb80-b0cf-11e9-975e-048ad18447a6.png) ![image](https://user-images.githubusercontent.com/888148/61996433-37a83480-b0cf-11e9-98d0-f3a8ce419efc.png) `\iiiint`, `\idotsint`, `\varoiint`, `\sqint`, `\sqiint`, `\ointctrclockwise`, `\ointclockwise`, `\varointclockwise`, `\varointctrclockwise`, `\fint`, `\landupint`, `\landdownint` **Link to or name of a (La)TeX package that provides the same feature:** esint: https://www.ctan.org/tex-archive/macros/latex/contrib/esint

enhancement

`\iftrue`, `\iffalse`, and `\ifmmode`. More conditionals can be defined using `defineConditional`. Fixes partially #1003.

See https://katex.org/docs/migration.html.

**What is the previous behavior before this PR?** Safari screenshots were tested using Browserstack which: - relied on an external service - was slow due to remote connection - has...

Set [`concurrency`](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idconcurrency) for the release job to prevent release from happening simultaneously.

Closes #2110. - [ ] Fix ~300 errors - [ ] Enable `typescript-eslint` References: - https://github.com/facebook/jest/pull/7554 - https://github.com/yarnpkg/yarn/issues/6953 - https://github.com/facebook/docusaurus/pull/1490 - https://github.com/storybookjs/storybook/issues/5030 - https://davidgomes.com/porting-30k-lines-of-code-from-flow-to-typescript/ - https://medium.com/the-vue-point/plans-for-the-next-iteration-of-vue-js-777ffea6fabf - https://medium.com/inato/migrating-from-flow-to-typescript-why-how-worth-it-5b7703d12089 Any comments...

help wanted

- [ ] `mftrace` - [ ] `makeFF` - [ ] `generate_fonts.py` base - [x] Babel plugin to remove `g` and `GlyphTable` - [x] Find file using `kpsewhich` - [...

**Size argument** Primitive commands, such as `\above` and kern commands don't not allow braced size argument. This PR introduces a new argument type `size_primitive` to parse it. For backward compatibility,...

https://github.com/semantic-release/cli/blob/8083cc0acd839a0bc279bb3691b6388106ff7242/src/lib/github.js#L46 https://github.com/semantic-release/cli/blob/a5910c91399ad5b6828ed7e631338de0a86d62b2/src/lib/github.js#L49

From https://docs.github.com/en/rest/reference/repos#create-a-release: > `discussion_category_name`: If specified, a discussion of the specified category is created and linked to the release. The value must be a category that already exists in the...

feature
help wanted