learnxinyminutes-site icon indicating copy to clipboard operation
learnxinyminutes-site copied to clipboard

Results 30 learnxinyminutes-site issues
Sort by recently updated
recently updated
newest added

I found the values of `Select theme` are not properly synced with the source data. This is not correct: ![image](https://user-images.githubusercontent.com/24759802/69030977-fb00a000-0a13-11ea-9159-71b0dbc1e5a9.png) but the entry in https://github.com/adambard/learnxinyminutes-site/blob/master/data/i18n.yaml is correct ![image](https://user-images.githubusercontent.com/24759802/69031011-12d82400-0a14-11ea-9273-f5aaa2526839.png) Besides, I...

Bumps [sprockets](https://github.com/rails/sprockets) from 2.12.4 to 2.12.5. Commits - [`d51c58c`](https://github.com/rails/sprockets/commit/d51c58c01075c47ef8a0c5ef603aa7c7aca12802) v2.12.5 - [`18b8a7f`](https://github.com/rails/sprockets/commit/18b8a7f07a50c245e9aee7854ecdbe606bbd8bb5) Do not respond to http requests asking for a `file://` - [`2199a60`](https://github.com/rails/sprockets/commit/2199a6012cc2b9cdbcbc0049361e5ee02770dff0) Add test-unit gem - [`18309b0`](https://github.com/rails/sprockets/commit/18309b00d757cdc0e3306ce7cabaa5be2a95d27e) Test...

dependencies
ruby

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.23 to 1.11.1. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.11.1 / 2019-05-20 > ------------------- > > Changed: > * Raise required ruby version to >=2.0. [#699](https://github-redirect.dependabot.com/ffi/ffi/issues/699), [#700](https://github-redirect.dependabot.com/ffi/ffi/issues/700)...

dependencies
ruby

Adding more metadata to the head, especially ogp.me or schema.org fields would add previews to shared links on many platforms. This results in significantly more visible links on social media...

Just found this project, it's cool. There seems to be a small but steady flow of bug reports regarding highlighting issues. I'm not quite able to tell how redcarpet and...

The content area's width of 840px is not sufficiently wide to accommodate 80 characters per line when using Chrome on a completely fresh install of Linux Mint 17.3. Specifically, only...

It would be probably meaningful to add line numbers to be able to reference different sections of the code examples. Proposed by @kiru.

I suggest something like: ``` javascript $(function() { if (location.hash.indexOf('code-') == 0) { $(document).scrollTop($(location.hash).offset().top); } $(".highlight > span").each(function(i) { this.id = "code-"+i; }).click(function() { location.hash = this.id; }); }); ```

Bumps [rake](https://github.com/ruby/rake) from 12.0.0 to 12.3.3. Changelog Sourced from rake's changelog. === 12.3.3 ==== Bug fixes Use the application's name in error message if a task is not found. Pull...

dependencies
ruby

This lets us make the URLs cleaner https://learnxinyminutes.com/docs/ru-ru/python-ru/ becomes https://learnxinyminutes.com/ru/python/ and for english it's just https://learnxinyminutes.com/python/