Michael Nikitochkin
Michael Nikitochkin
There is an Medium API to allow submit posts. https://github.com/miry/medup/blob/v0.1.4/README.md#markdown
Build a library to work with medium api and json formats
There is a markdown extended that support id attribute for header https://www.markdownguide.org/extended-syntax/#heading-ids
Currently it is required core developers, who has access to crystal-lang/crystal to run tests and dist jobs. It is not effective with more contributors. circleci allows to trigger pipelines with...
Allow to run build scripts for darwin to test changes in PR. ## Tests Run a build: https://github.com/miry/distribution-scripts/actions/runs/7476572158 Download the artifact and checked arch: ```shell $ file embedded/bin/crystal embedded/bin/crystal: Mach-O...
Currently the llvm_bin points to archive: http://crystal-lang.s3.amazonaws.com/llvm/llvm-15.0.7-3-darwin-x86_64.tar.gz As I see from changes ed5f1f97e0a67157d886dd6675902e35199a1ab3 it should be `universal`. Would it make sense to rename the filename and update the https://github.com/crystal-lang/distribution-scripts/blob/f2c1e13a9df73530efc4442b15e2fba90fae56dc/omnibus/config/software/llvm_bin.rb#L21 to...
I am contributing to this repo to be able build and test crystal on Darwin arm64. There are some work required to be done. I am going to split my...
By default uses the target of the system where the script is executed. If run darwin build on MacOS M1 laptop, it generates 2 arm binaries. And command `lito` returns...
Homebrew crystal uses llvm 17. The current solution for darwin using llvm 15. Should it crystal package use the same LLVM version as for homebrew build script?
For last few crystal releases there is only crystal-darwin-universal. It means, there is no need to separate on ARCH in Makefiles or folder names for `darwin`. Update `darwin/Makefile` to use...