ギアッチョ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://gitlab.com/gitlab-com/team-member-epics/access-requests/-/issues/5942 | |
https://gitlab.com/gitlab-org/quality/triage-ops/-/issues/631 | |
https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_requests/71331 | |
https://gitlab.com/gitlab-org/gitlab/-/issues/295282 | |
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/50862/diffs#note_478582827 | |
https://gitlab.com/gitlab-org/quality/triage-serverless/-/merge_requests/44/diffs#note_477988288 | |
https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_requests/70931#note_478214022 | |
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/50869 | |
https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/757 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi, GM is Kanna. | |
<1.4.4 version update contents> | |
================================================== ========================= | |
▶ New Hero Legion / Centurion Remus | |
- Remus is a commander in the fight against a powerful legion. | |
Remus's soldiers become more powerful as they get together because of strong training. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html lang="en"> | |
<head> | |
<title>Rib</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=792, user-scalable=no"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<link href="http://www.godfat.org/slide/asset/screen-8.4.css" rel="stylesheet" type="text/css"> | |
<style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'settingslogic' | |
class Settings < Settingslogic | |
source 'aa.yaml' | |
end | |
Settings.a['d'] = 2 | |
p Settings.a # {"b"=>0, "c"=>1, "d"=>2} | |
p Settings['a'] # {"b"=>0, "c"=>1} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rugged' | |
require 'fileutils' | |
def with_empty_bare_repository(name = nil) | |
path = name || 'empty-bare-repository' | |
yield(Rugged::Repository.init_at(path, :bare)) | |
ensure | |
FileUtils.rm_rf(path) |
NewerOlder