Ian Macalinao

Results 60 issues of Ian Macalinao

## Motivation Errmap strings have extra leading spaces in them. ### Have you read the [Contributing Guidelines on pull requests](https://github.com/move-language/move/blob/main/CONTRIBUTING.md#developer-workflow)? Yes ## Test Plan N/A

## Motivation easier to read ### Have you read the [Contributing Guidelines on pull requests](https://github.com/move-language/move/blob/main/CONTRIBUTING.md#developer-workflow)? Yes ## Test Plan WIP

# 🚀 Feature Request Support underscores in number literals ## Motivation Hard to read long numbers, e.g.: ``` const HARD_CAP: u64 = 1_000_000_000000; ``` for a coin with 6 decimals

enhancement

The React JSX transform detects JSX by seeing if it's already in the file, but it won't know about transformed JSX if the node visitors were never hit. https://github.com/babel/babel/blob/02fc9e835ceac71eb4de7dac6137fd0489176c29/packages/babel-helper-builder-react-jsx-experimental/src/index.js#L328 This...

I think semantic commits would be great to enforce: http://seesparkbox.com/foundry/semantic_commit_messages

I use the prettier defaults for everything. Is there a way to skip the part that creates the `.prettierrc`?

Allows creating a 'load more' button that paginates. In theory, one could build an async version of this pretty easily. ```typescript import * as R from "ramda"; import { useState...

# Description =0.1.1587211753 Downloading schemainspect-0.1.1587214651.tar.gz (19 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished...

Changes: - `"declarationMap": true` allows IDEs to link to the source - `"inlineSources": true` makes it easier for external tools to read sourcemaps - removed `types` from `package.json` on all...

It seems odd to have this one event not use a constant when every other emitted event should be using constants. I think that there should be this method in...