digitalMoksha

Results 14 issues of digitalMoksha

I'm always getting `Prettier service exited with code 126`. After clicking the "Restart Prettier", I get the same error. Using extension version 2.3.0, with Nova 9.2, prettier v1.22.17 First time...

the `short_version` contains the app's version number, while the `version` contains the build number. Fixes #15

The RM Rakefile can have different settings for development and release, for example by using ``` app.release do end ``` use `App.config_without_setup.build_mode = :release` to make sure we pick up...

It seems that the version numbers are backwards. In RubyMotion., `version` maps to `CFBundleVersion`, and `short_version` maps to `CFBundleShortVersionString`. In an OSX app, the `CFBundleShortVersionString` is the real app's version...

What do you think about supporting the tight and loose syntax as laid out by `jgm` in https://github.com/jgm/commonmark-hs/blob/master/commonmark-extensions/test/definition_lists.md? This follows the style of lists in general, where a tight list...

help wanted

When outputting ordered lists and ordered task lists to `commonmark`, there are a few minor problems with numbering. The outputted commonmark is technically correct, but it might be nice to...

good first issue

Minor update to the README to point the need for the `require 'pry-byebug'`

Found a couple autolink edge cases: - `See <<<http://example.com/>>>` comrak: `See <<<http://example.com/>>>` cmark-gfm: `See <<<http://example.com/>>>` - `http://example.com/[abc]` comrak: `http://example.com/[abc]` cmark-gfm: `http://example.com/[abc]`

Ran across this, Given `http://example.com/src/_mocks_/vscode.js` - comrak: `http://example.com/src/mocks/vscode.js` - cmark-gfm: `http://example.com/src/_mocks_/vscode.js` Looks like the underscores are getting recognized as markdown Related to https://github.com/kivikakk/comrak/issues/382

### Initial checklist - [X] I read the [support docs](https://github.com/micromark/.github/blob/main/support.md) - [X] I read the [contributing guide](https://github.com/micromark/.github/blob/main/contributing.md) - [X] I agree to follow the [code of conduct](https://github.com/micromark/.github/blob/main/code-of-conduct.md) - [X] I...

🤞 phase/open