Results 58 issues of Giovanni Cappellotto

In a function or block definition you can define a list of parameters. The parser implementation calls them arguments, but this name is imprecise. Here I'm updating some variable and...

kind:refactor
topic:compiler:parser

Update CodeMirror options as suggested by https://github.com/codemirror/codemirror5/issues/988#issuecomment-549644684 in order to indent code using spaces instead of tabs. Tested by running playground (`./bin/crystal play`) and updating some code: https://user-images.githubusercontent.com/153842/178105140-4aad0486-a937-4686-8904-5e9c0a87145b.mov Fixes #10213

kind:feature
topic:tools:playground

> Cannot read property 'MAX_VERTEX_TEXTURE_IMAGE_UNITS' of null At https://github.com/cwilso/Audio-Input-Effects/blob/master/js/visualizer/visualizer.js#L112

I think that separation of concerns in components is great and it just works, but I'd like to see **only one component per file**. Directories could be used to aggregate...

topic: meta

See: - https://solidity-by-example.org/sending-ether/ - https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/ Closes #307

These tests succeded because the error tested happens before another error in the block definition. Tested with: ``` $ crystal spec spec/compiler/parser/parser_spec.cr Finished in 225.2 milliseconds 2636 examples, 0 failures,...

topic:compiler:parser
kind:specs

See http://ycombinator.com/newsfaq.html and https://news.ycombinator.com/newpoll

Hi, I've fixed a call to the use_in_file_templates! deprecated method (since sinatra version 1.0). I've also added custom commit messages. Thanks for this git-wiki Best regards Giovanni