faustinoaq

Results 51 issues of faustinoaq

Hi @jhass ! I think would be nice to have a favicon on https://play.crystal-lang.org/#/cr and https://carc.in/#/cr WDYT? ![screenshot_20180524_063806](https://user-images.githubusercontent.com/3067335/40483262-054e8ac0-5f1d-11e8-8ea1-e29c3391bb82.png)

enhancement
help wanted

### Description Chromium Browser doesn't update the code changes in `main.js` or `main.scss` ### Steps to Reproduce 1. `amber watch` 2. Open http://0.0.0.0:3000/ in Chromium Browser 2. Change `$primary` in...

### Description Document all of the amber codebase to be compatible with `crystal docs` and generate a nice web api page ### Steps to Reproduce Not applicable (feature request) ###...

status:help-wanted
kind:good-first-issue
status:Important
kind:documentation

### Description If I run an amber app with `process_count: 2` I get 3 processes. This is unexpected :sweat_smile: ### Steps to Reproduce 1. Run an amber app with `process_count:...

kind:bug
status:help-wanted

Hi @rhysd , What do you think of a logo for vim-crystal? I take inspiration from https://github.com/JuliaEditorSupport/julia-vim ![g4580](https://user-images.githubusercontent.com/3067335/29344839-431e1ab4-8200-11e7-90ea-490907cb8bc6.png)

Currently @TechMagister have a really good tool for autocompletion [0] I think we can implement auto completion on Scry using cracker [0] [0] - https://github.com/TechMagister/cracker ### Update Adding a TODO...

enhancement

Hi @crystal-lang-tools/scry community! This project is getting better everyday. I think is cool but some newcomers are getting confused on how to use scry. This is mainly because the lack...

enhancement
help wanted

After discussing with @RX14 on #104 I got the idea of modify the crystal compiler to ignore build errors and get implementations, symbols, hover even if you have a diagnostic...

enhancement
help wanted

This was suggested by @bew The idea is to use a `.scry.yml` file to store scry configuration just like [`.ameba.yml`](https://github.com/veelenga/ameba#configuration) Some use-cases: 1. Vertical vs Horizontal align for contexts on...

enhancement
help wanted

``` {"jsonrpc":"2.0","id":42,"method":"textDocument/hover","params":{"textDocument":{"uri":"untitled:Untitled-1"},"position":{"line":6,"character":37}}} textDocument/hover [Warn - 4:04:45 PM] Error opening file 'untitled:Untitled-1' with mode 'r': No such file or directory [Error - 4:04:45 PM] A error was found while searching contexts...

bug
help wanted