| name | git-commit | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | Plan, split, and write conventional git commits | ||||||||||
| version | 1.2.0 | ||||||||||
| metadata |
|
Discover gists
This file contains hidden or 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
| TypeError: u.default.State.currentlyFocusedInput is not a function. (In 'u.default.State.currentlyFocusedInput()', 'u.default.State.currentlyFocusedInput' is undefined) | |
| at ? (app:///entry-dc8d80474e3af4493403bcf7f1c69359.js:3150:620) | |
| at ? (app:///entry-dc8d80474e3af4493403bcf7f1c69359.js:319:4331) | |
| at mf (app:///entry-dc8d80474e3af4493403bcf7f1c69359.js:129:132439) | |
| at ? (app:///entry-dc8d80474e3af4493403bcf7f1c69359.js:129:137399) | |
| at qn (app:///entry-dc8d80474e3af4493403bcf7f1c69359.js:129:21473) | |
| at kf (app:///entry-dc8d80474e3af4493403bcf7f1c69359.js:129:133665) | |
| at Xd (app:///entry-dc8d80474e3af4493403bcf7f1c69359.js:129:166687) | |
| at Kd (app:///entry-dc8d80474e3af4493403bcf7f1c69359.js:129:166509) |
This file contains hidden or 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
| services: | |
| # vscode-server | |
| vscode-server: | |
| restart: on-failure:7 | |
| image: lscr.io/linuxserver/code-server:${VSCODE_SERVER_DOCKER_TAG:-latest} | |
| container_name: vscode-server | |
| ports: | |
| - 8443:8443 | |
| environment: | |
| - TZ=${TZ:-Europe/Paris} |
This file contains hidden or 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
| /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAQ4B4ADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwDw/R9F1DXr+Oy022aeeRgqgdMnJ5PQdD19DW9r3w51rQNNk1CSfT7y2hIE7WVwJTCT03DAIBzweR71U8DavPoni6xvIJthViNhBIlypGw4P8Wdue2c16D441HRLTwneW2j2tvbvcv5c8od5WWVSN0IyBg4yd3IwuM81aUbakNyuux43WlqXh7W9Hhjm1TR9QsY |
Roblox is a free-to-play online gaming platform and game creation system developed by Roblox Corporation. It allows players to explore millions of user-created games and experiences across genres such as adventure, role-playing, simulation, racing, action, horror, and survival. Roblox also includes Roblox Studio, a powerful development tool that enables users to create and publish their own games.
This file contains hidden or 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
| { | |
| "event_id": "3d3758f0467f4d6fa03f52a0151c5525", | |
| "project": 4511737102925824, | |
| "release": "01f9d22", | |
| "dist": null, | |
| "platform": "javascript", | |
| "message": "", | |
| "datetime": "2026-07-19T11:39:03.449000+00:00", | |
| "tags": [ | |
| [ |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
This file contains hidden or 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
| // Generated by NativeVibe - Merged for DartPad | |
| // Note: Some features may not work in DartPad | |
| import 'dart:convert'; | |
| import 'dart:html' as html show window; | |
| import 'dart:js_util' as js_util; | |
| import 'dart:typed_data'; | |
| import 'package:flutter/foundation.dart' show kIsWeb; | |
| import 'package:flutter/foundation.dart'; |
This file contains hidden or 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="ja"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>ウィークリー市場レポート 2026-W29 (0713-17)</title> | |
| <style> | |
| :root{--bg:#0e1116;--panel:#161b22;--panel-2:#1f2630;--border:#2a313c;--text:#e6edf3;--muted:#8b949e;--accent:#58a6ff;--accent-2:#79c0ff;--up:#3fb950;--down:#f85149;--neutral:#d29922;--highlight:#ffd33d;--link:#58a6ff} | |
| @media (prefers-color-scheme:light){:root{--bg:#f6f8fa;--panel:#fff;--panel-2:#f0f3f6;--border:#d0d7de;--text:#1f2328;--muted:#57606a;--accent:#0969da;--accent-2:#0550ae;--up:#1a7f37;--down:#cf222e;--neutral:#9a6700;--highlight:#bf8700;--link:#0969da}} | |
| *{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%} |
NewerOlder