opensource.microsoft.com icon indicating copy to clipboard operation
opensource.microsoft.com copied to clipboard

header ui update on tablet

Open Arhell opened this issue 2 years ago • 8 comments

resolve https://github.com/microsoft/opensource.microsoft.com/issues/197

Arhell avatar Apr 10 '22 17:04 Arhell

Удалите мою страницу окончательно!

@emmairwin I don't know if the translation is right. But seems like a spam comment to me.

Aaron-Junker avatar Apr 12 '22 10:04 Aaron-Junker

@emmairwin @jeffwilcox I'm not able to build the dockerimage anymore (for no branch). I always get this error message:

> [build 6/9] RUN bundle install:
#12 0.417 Bundler 2.3.11 is running, but your lockfile was generated with 2.1.4. Installing Bundler 2.1.4 and restarting using that version.
#12 1.640 Fetching gem metadata from https://rubygems.org/.
#12 1.679 Fetching bundler 2.1.4
#12 1.979 Installing bundler 2.1.4
#12 2.760 Fetching gem metadata from https://rubygems.org/.........
#12 4.111 listen-3.2.1 requires ruby version >= 2.2.7, ~> 2.2, which is incompatible with
#12 4.111 the current version, ruby 3.1.1p18
------
executor failed running [/bin/sh -c bundle install]: exit code: 5

Any ideas why this happens?

Aaron-Junker avatar May 08 '22 05:05 Aaron-Junker

Are you running this locally or in codespaces? I ran in codespaces and wasn't able to repro your issue.

Here is a snippet showing the pertinent data.

Fetching gem metadata from https://rubygems.org/.........
Fetching public_suffix 4.0.6
Using bundler 2.2.9
Fetching colorator 1.1.0
Installing colorator 1.1.0
Installing public_suffix 4.0.6
Fetching concurrent-ruby 1.1.7
Fetching eventmachine 1.2.7
Installing concurrent-ruby 1.1.7
Installing eventmachine 1.2.7 with native extensions
Fetching http_parser.rb 0.6.0
Installing http_parser.rb 0.6.0 with native extensions
Fetching ffi 1.13.1
Installing ffi 1.13.1 with native extensions
Fetching forwardable-extended 2.6.0
Installing forwardable-extended 2.6.0
Fetching rb-fsevent 0.10.4
Installing rb-fsevent 0.10.4
Fetching rexml 3.2.5
Installing rexml 3.2.5
Fetching liquid 4.0.3
Installing liquid 4.0.3
Fetching mercenary 0.4.0
Installing mercenary 0.4.0
Fetching rouge 3.22.0
Installing rouge 3.22.0
Fetching safe_yaml 1.0.5
Installing safe_yaml 1.0.5
Fetching unicode-display_width 1.7.0
Installing unicode-display_width 1.7.0
Fetching mini_portile2 2.8.0
Installing mini_portile2 2.8.0
Fetching racc 1.6.0
Installing racc 1.6.0 with native extensions
Fetching addressable 2.8.0
Installing addressable 2.8.0
Fetching i18n 1.8.5
Installing i18n 1.8.5
Fetching sassc 2.4.0
Installing sassc 2.4.0 with native extensions
Fetching rb-inotify 0.10.1
Installing rb-inotify 0.10.1
Fetching pathutil 0.16.2
Installing pathutil 0.16.2
Fetching kramdown 2.3.1
Installing kramdown 2.3.1
Fetching terminal-table 1.8.0
Installing terminal-table 1.8.0
Fetching nokogiri 1.13.3 (x86_64-linux)
Installing nokogiri 1.13.3 (x86_64-linux)
Fetching em-websocket 0.5.1
Installing em-websocket 0.5.1
Fetching listen 3.2.1
Installing listen 3.2.1
Fetching kramdown-parser-gfm 1.1.0
Installing kramdown-parser-gfm 1.1.0
Fetching octicons 10.0.0
Installing octicons 10.0.0
Fetching jekyll-watch 2.2.1
Installing jekyll-watch 2.2.1```

The biggest difference is that I see you are using bundler 2.1.4 and I am using bundler 2.2.9. Try updating that if you are running locally.

jamesiri avatar May 10 '22 00:05 jamesiri

Are you running this locally or in codespaces? I ran in codespaces and wasn't able to repro your issue.

Here is a snippet showing the pertinent data.

Fetching gem metadata from https://rubygems.org/.........
Fetching public_suffix 4.0.6
Using bundler 2.2.9
Fetching colorator 1.1.0
Installing colorator 1.1.0
Installing public_suffix 4.0.6
Fetching concurrent-ruby 1.1.7
Fetching eventmachine 1.2.7
Installing concurrent-ruby 1.1.7
Installing eventmachine 1.2.7 with native extensions
Fetching http_parser.rb 0.6.0
Installing http_parser.rb 0.6.0 with native extensions
Fetching ffi 1.13.1
Installing ffi 1.13.1 with native extensions
Fetching forwardable-extended 2.6.0
Installing forwardable-extended 2.6.0
Fetching rb-fsevent 0.10.4
Installing rb-fsevent 0.10.4
Fetching rexml 3.2.5
Installing rexml 3.2.5
Fetching liquid 4.0.3
Installing liquid 4.0.3
Fetching mercenary 0.4.0
Installing mercenary 0.4.0
Fetching rouge 3.22.0
Installing rouge 3.22.0
Fetching safe_yaml 1.0.5
Installing safe_yaml 1.0.5
Fetching unicode-display_width 1.7.0
Installing unicode-display_width 1.7.0
Fetching mini_portile2 2.8.0
Installing mini_portile2 2.8.0
Fetching racc 1.6.0
Installing racc 1.6.0 with native extensions
Fetching addressable 2.8.0
Installing addressable 2.8.0
Fetching i18n 1.8.5
Installing i18n 1.8.5
Fetching sassc 2.4.0
Installing sassc 2.4.0 with native extensions
Fetching rb-inotify 0.10.1
Installing rb-inotify 0.10.1
Fetching pathutil 0.16.2
Installing pathutil 0.16.2
Fetching kramdown 2.3.1
Installing kramdown 2.3.1
Fetching terminal-table 1.8.0
Installing terminal-table 1.8.0
Fetching nokogiri 1.13.3 (x86_64-linux)
Installing nokogiri 1.13.3 (x86_64-linux)
Fetching em-websocket 0.5.1
Installing em-websocket 0.5.1
Fetching listen 3.2.1
Installing listen 3.2.1
Fetching kramdown-parser-gfm 1.1.0
Installing kramdown-parser-gfm 1.1.0
Fetching octicons 10.0.0
Installing octicons 10.0.0
Fetching jekyll-watch 2.2.1
Installing jekyll-watch 2.2.1```

The biggest difference is that I see you are using bundler 2.1.4 and I am using bundler 2.2.9. Try updating that if you are running locally.

@jamesiri Locally. As you can see it automatically downloads Bundler 2.1.4. I've 2.3.11 installed

Aaron-Junker avatar May 10 '22 15:05 Aaron-Junker

Hi @Aaron-Junker I have had similar problems in the past, which one time was due to having two different versions installed on my machine and ensuring Jekyll was looking at the right one. I would suggest if you continue to have this problem posting in forums with people who are expert with Jekyll, that's likely where you will get the quickest answer.

emmairwin avatar May 10 '22 17:05 emmairwin

any updates?

Arhell avatar Jul 28 '22 23:07 Arhell

I'm very sorry for this delay.

This PR looks good, but there is weird leftover item as shown in this screenshot:

image

Would it be possible to fix that too?

Possibly in another PR

Arhell avatar Jul 29 '22 11:07 Arhell

Please see comment in #197 I need more information please.

emmairwin avatar Jul 30 '22 18:07 emmairwin