並び順

ブックマーク数

期間指定

  • から
  • まで

281 - 320 件 / 331件

新着順 人気順

pluginの検索結果281 - 320 件 / 331件

  • GitHub - eslint-community/eslint-plugin-n: Additional ESLint rules for Node.js

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

      GitHub - eslint-community/eslint-plugin-n: Additional ESLint rules for Node.js
    • ESLintをより強力に!eslint-plugin-unicornとeslint-plugin-perfectionistの活用法

      はじめに ESLintはJavaScriptやTypeScriptのコード品質を向上させるためのツールですが設定に悩むことも多いです 本記事ではESLintの設定をシンプルかつ強力にするための2つのプラグインeslint-plugin-perfectionistとeslint-plugin-unicornを紹介します これらのプラグインを使うことで、手間をかけずに厳格なコードチェックを実現できます! eslint-plugin-perfectionistとは eslint-plugin-perfectionistはオブジェクト、インポート、型、列挙型、JSXプロパティなどのデータを整然と並べ替えるためのESLintプラグインです 並べ替えの基準にはアルファベット順や自然順、行の長さ順などがあります このプラグインの特徴としてすべてのルールが自動修正可能であり、開発者が手動で修正する必要がな

        ESLintをより強力に!eslint-plugin-unicornとeslint-plugin-perfectionistの活用法
      • Terraformで「Could not load plugin」エラーが起きた | DevelopersIO

        Terraformを使っている際に、以下のようなCould not load pluginエラーに遭遇しました。 Error: Could not load plugin Plugin reinitialization required. Please run "terraform init". Plugins are external binaries that Terraform uses to access and manipulate resources. The configuration provided requires plugins which can't be located, don't satisfy the version constraints, or are otherwise incompatible. Terraform automatically dis

          Terraformで「Could not load plugin」エラーが起きた | DevelopersIO
        • Spring Boot Gradle Plugin を使ってビルド情報をアプリケーションに埋め込む

          Gradle で管理されている Spring Boot アプリケーションのバージョン情報などをアプリケーションコードから動的に参照できるようにするためのメモです。 ビルド情報を Spring Boot アプリケーションに埋め込む 具体的にやるべきことは リファレンス にも書かれているとおり、以下の 2 つだけです。 Spring Boot Gradle Plugin を利用する build.gradle ファイルに以下を記述する 試しに、上記設定を記述した状態で ./gradlew bootBuildInfo を実行すると、build/resources/main/META-INF ディレクトリ配下に以下のような、バージョン番号などビルドされる (された) アーティファクトに関わる内容の build-info.properties ファイルが生成されます。 build.artifact=s

            Spring Boot Gradle Plugin を使ってビルド情報をアプリケーションに埋め込む
          • GitHub - mrmckeb/typescript-plugin-css-modules: A TypeScript language service plugin providing support for CSS Modules.

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

              GitHub - mrmckeb/typescript-plugin-css-modules: A TypeScript language service plugin providing support for CSS Modules.
            • GitHub - mprt-org/rollup-plugin-incremental: A Rollup plugin which makes your (development) builds much faster, by recompiling only changed modules.

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - mprt-org/rollup-plugin-incremental: A Rollup plugin which makes your (development) builds much faster, by recompiling only changed modules.
              • GitHub - storybookjs/eslint-plugin-storybook: 🎗Official ESLint plugin for Storybook

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - storybookjs/eslint-plugin-storybook: 🎗Official ESLint plugin for Storybook
                • GitHub - tokens-studio/figma-plugin: Official repository of the plugin 'Tokens Studio for Figma' (Figma Tokens)

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - tokens-studio/figma-plugin: Official repository of the plugin 'Tokens Studio for Figma' (Figma Tokens)
                  • GitHub - vitejs/vite-plugin-vue2: Vite plugin for Vue 2.7

                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                      GitHub - vitejs/vite-plugin-vue2: Vite plugin for Vue 2.7
                    • GitHub - cshuaimin/ssr.nvim: Treesitter based structural search and replace plugin for Neovim.

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - cshuaimin/ssr.nvim: Treesitter based structural search and replace plugin for Neovim.
                      • IntelliJ Plugin 「kotlin-fill-class」の現在 - suusan2号の戯れ

                        この記事は suusan2go Advent Calendar 2019 - Adventar の12日目の記事です。 kotlin-fill-classとは 自分が趣味で作っていたIntelliJ IDEAのPluginで、Kotlinのコンストラクタを(実は今は関数の引数も)シュッと補完してくれます。 suzan2go.hatenablog.com 実際に見ていただくとどんなものか分かるかと思います Kotlin Festのなかでも発表させていただきました。 公開されたあとも地味に色々と機能が追加されているので、このブログではその紹介をします。 kotlin-fill-classの現在 独自クラスでも再帰的にコンストラクタを埋められるようになりました これまではInt, Stringなど組み込みの型については自動で埋められていたものの、 例えば以下のようなValue Objectを用い

                          IntelliJ Plugin 「kotlin-fill-class」の現在 - suusan2号の戯れ
                        • GitHub - codepunkt/webpack-license-plugin: Manage third-party license compliance in your webpack build

                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                            GitHub - codepunkt/webpack-license-plugin: Manage third-party license compliance in your webpack build
                          • GitHub - svermeulen/vimpeccable: Neovim plugin that allows you to easily map keys directly to lua code inside your init.lua

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - svermeulen/vimpeccable: Neovim plugin that allows you to easily map keys directly to lua code inside your init.lua
                            • Master plugin for Figma — Dominate components.

                              Do you use components? Dominate them. Create, attach, clone and move components in a couple of clicks without losing any overrides. New: includes Fix Detached Instances!

                                Master plugin for Figma — Dominate components.
                              • How to Create Your Own ChatGPT Plugin | Weaviate

                                Introduction​A couple weeks back in our blog on ChatGPT plugins we talked about the potential for plugins to help expand ChatGPT’s functionality by allowing it to leverage third-party resources to act upon the conversations that you have with it. The value for these plugins is greatest when they help make up for a current short-coming that ChatGPT has. For example ChatGPT is built on top of GPT 4.

                                  How to Create Your Own ChatGPT Plugin | Weaviate
                                • 【CVE-2019-10429】 Jenkins GitLab Logo Plugin v1.0.4をリリースした - くりにっき

                                  作ったきり特にメンテしていなかった Jenkins GitLab Logo Plugin ですが、Jenkinsチームから脆弱性の報告を受けたので修正しました。 jenkins.io https://jenkins.io/security/advisory/2019-09-25/#SECURITY-1575 にも書いてますが、GitLabのprivate tokenを暗号化せずにそのまま保存していたので暗号化して保存するようにしています バージョンアップ時の注意点 Global configをsaveするだけで暗号化されて保存されます 日本語の関連記事 blog.trendmicro.co.jp その他 CVEは採番されてないですが Jenkins ChatWork plugin も同様の問題を抱えていたためv1.0.9で修正しています

                                    【CVE-2019-10429】 Jenkins GitLab Logo Plugin v1.0.4をリリースした - くりにっき
                                  • Mavenでjarを生成する際にmaven-antrun-pluginでコピーができない

                                    前提・実現したいこと Eclipse上で作成したプロジェクトをjarにしてEC2にデプロイしようとしています。 そこでEclipseからMavenでjarにビルドする時に、 application.propertiesに記述してあるRDSのエンドポイントをローカルのものから本番のものに書き換えたいのですが書き換えられません。 記述後Mavenプロジェクトの更新や.m2ディレクトリ内のフォルダを全削除してもう一度更新してみましたが状況変わらずでした。 maven-antrun-pluginが動作していない?と思うのですが。。 ちなみにjarファイルの生成はSUCCESSしています。 どなたか何か分かる方がいればご回答よろしくお願いします。 必要な情報等ありましたらおっしゃって下さい。 随時追記していきます。 <?xml version="1.0" encoding="UTF-8"?> <pr

                                      Mavenでjarを生成する際にmaven-antrun-pluginでコピーができない
                                    • Fresh 1.6: Tailwind CSS plugin, simplified typings and more

                                      Fresh 1.6 at a glance 🌊 First class Tailwind CSS plugin We’re moving from Twind to Tailwind CSS. It features better Editor integrations and moves the CSS generation out of the rendering path. 📨 Partials with forms Partials are now supported on Form elements. 🧯 Partials on error pages Partials can now be used to render error pages. 🕵️‍♀️ Closable error overlay The custom error overlay that is s

                                        Fresh 1.6: Tailwind CSS plugin, simplified typings and more
                                      • API scenario testing tool with plugin package

                                        API scenario testing tool with plugin package Go Conference 2019 Autumn

                                          API scenario testing tool with plugin package
                                        • LottieFiles plugin for WordPress – Add animations to your website for free

                                          Add free Lottie animations to your WordPress site with the LottieFiles for WordPress plugin -- even if you can't code or design.

                                            LottieFiles plugin for WordPress – Add animations to your website for free
                                          • rehype-plugin-image-native-lazy-loading を NPM package として公開した

                                            rehype-plugin-image-native-lazy-loading を NPM package として公開した2020/09/19 9/2 に書いた記事で紹介した、 nuxt/content で Markdown 内の画像に Native Lazy-Loading をつけるコードに需要がありそうだったので、rehype plugin としてそのまま切り出しました。 既にこのブログの lazy-loading の付与ロジックは該当パッケージに差し替わっています。 https://github.com/potato4d/rehype-plugin-image-native-lazy-loading ネイティブの lazy-loading のサポートブラウザについて iOS Safari を除く全てのブラウザで動作します。 また、loading attribute については、存在し

                                              rehype-plugin-image-native-lazy-loading を NPM package として公開した
                                            • PostCSS 8.0: Plugin migration guide—Martian Chronicles, Evil Martians’ team blog

                                              PostCSS received a major update with the release of version 8.0, codenamed “President Ose”. Plugin creators can now opt in for a new API that сan increase build speeds and reduce the size of dependencies for the end-users of their tools. This guide describes the steps you need to take as a plugin developer to make the most out of the improved framework. PostCSS—a framework for processing CSS with

                                                PostCSS 8.0: Plugin migration guide—Martian Chronicles, Evil Martians’ team blog
                                              • New maintainer for the Obsidian plugin docs - Marcus Olsson

                                                I wrote the unofficial plugin docs for Obsidian when I was learning how to build a plugin myself. Eventually the plugin docs became a whole project of its own. I’m thrilled to tell you that the Obsidian team has accepted the plugin docs as the official developer documentation. As such, I’m no longer maintaining the docs. You can find the new plugin documentation over at the Obsidian Developer Docs

                                                  New maintainer for the Obsidian plugin docs - Marcus Olsson
                                                • 社内のデザイナーの業務をサポートする LDSG Figma Plugin を作りました

                                                  LINE株式会社は、2023年10月1日にLINEヤフー株式会社になりました。LINEヤフー株式会社の新しいブログはこちらです。 LINEヤフー Tech Blog こんにちは、LINE Growth Technology UITチームの keishima です。普段はフロントエンドエンジニアとして LINEポイントクラブの開発に携わっています。 本記事では、この半年間で LINE Growth Technology のエンジニア・プロジェクトマネージャーと、 LINE のデザイナーがタッグを組んで作成した、LDSG Figma Plugin についてご紹介します。 LDSGとは? Figma Plugin の話に入る前に、まずは LDSG と、LDSG が提供している Figma Library についてご紹介します。 LDSG とは LINE Design System for Glo

                                                    社内のデザイナーの業務をサポートする LDSG Figma Plugin を作りました
                                                  • rehype-plugin-auto-resolve-layout-shift を利用した Markdown ドキュメントにおける Layout Shift の解消

                                                    rehype-plugin-auto-resolve-layout-shift を利用した Markdown ドキュメントにおける Layout Shift の解消2021/02/22 このブログは @nuxt/content で運用しており、執筆環境としては非常に快適に利用できている一方で、Markdown ベースの宿命として、Markdown 記法で画像を貼り付けている限り Layout Shift が発生するという課題が存在していました。 暫定的な対処としてしばらく <img> で置き換えてきましたが、根本的に対処するため、連休を活かして rehype-plugin-auto-resolve-layout-shift を開発しました。 この記事では、かんたんにその報告と紹介をしたいと思います。 Markdown の Layout Shift について Markdown は # で h

                                                      rehype-plugin-auto-resolve-layout-shift を利用した Markdown ドキュメントにおける Layout Shift の解消
                                                    • Bundler: How to write a Bundler plugin

                                                      How to write a Bundler plugin What is a plugin? Bundler plugins are specialized gems that are aimed at integrating and extending Bundler’s functionality. This guide will help you start writing your own Bundler plugins. Why would I use a plugin? Plugins are able to integrate with and extend Bundler. Currently, a plugin is able to: Add commands to Bundler (e.g. bundle my_command) Add a special handl

                                                      • Demo for Leaflet-Geoman - the most powerful geospatial management plugin for Leaflet

                                                        • GitHub - RunDevelopment/eslint-plugin-clean-regex: An ESLint plugin for writing better regular expressions.

                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                            GitHub - RunDevelopment/eslint-plugin-clean-regex: An ESLint plugin for writing better regular expressions.
                                                          • 楽曲のコード進行をアシストする Plugin Boutique Scaler 2 新機能

                                                            今回は以前解説して好評をいただきましたScalerが、2にバージョンアップされましたので、主な新機能を解説していきたいと思います。 これまでの機能に加えて、さらに作曲・アレンジを支援してくれる機能が充実しましたので、ぜひご注目ください。 前バージョンの基本機能については踏襲されていますので、初めての方はこちらもチェックしてみてください。

                                                              楽曲のコード進行をアシストする Plugin Boutique Scaler 2 新機能
                                                            • Flip Counter Plugin

                                                              Flip is the most advanced Flip counter plugin available on the web. It's super easy to setup, amazingly flexible and beautifully animated.

                                                                Flip Counter Plugin
                                                              • GitHub - AlexSergey/eslint-plugin-file-extension-in-import-ts

                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                  GitHub - AlexSergey/eslint-plugin-file-extension-in-import-ts
                                                                • GitHub - azu/eslint-plugin-typescript-compat: ESLint rule for browser compatibility of your TypeScript code

                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                    GitHub - azu/eslint-plugin-typescript-compat: ESLint rule for browser compatibility of your TypeScript code
                                                                  • GitHub - samuelmeuli/glance: 🔎 All-in-one Quick Look plugin

                                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                      GitHub - samuelmeuli/glance: 🔎 All-in-one Quick Look plugin
                                                                    • Yet Another Related Posts Plugin(YARPP)の基本設定とカスタマイズ例

                                                                      webサイトの回遊性向上のためには、記事下への関連記事設置が有効です。 しかし、記事を書くたびに関係性の高い記事を探して紹介するのでは、手間がかかりすぎます。 そこで今回は、関連記事を自動で表示してくれるWordPressの無料プラグイン「Yet Another Related Posts Plugin」(以下、YARPP)を紹介します。 簡単な設定ですぐに使えるので、WordPress初心者でも心配なく導入できることもポイントです。 この記事では、インストールから基本設定、初歩的なカスタマイズまで紹介していきます。 cssなどが苦手な人でも手順通りに設定すればすぐに見栄えよく設置できるので、ひとつずつ確認していきましょう。 1.YARPPのインストールと有効化 手順1:プラグインを新規追加する ダッシュボード(管理画面)左のメニューから、①「プラグイン」>②「新規追加」で、プラグイン検索

                                                                        Yet Another Related Posts Plugin(YARPP)の基本設定とカスタマイズ例
                                                                      • GitHub - wellle/context.vim: Vim plugin that shows the context of the currently visible buffer contents

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                          GitHub - wellle/context.vim: Vim plugin that shows the context of the currently visible buffer contents
                                                                        • GitHub - dosentmatter/babel-plugin-const-enum: Transform TypeScript `const` enums

                                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                            GitHub - dosentmatter/babel-plugin-const-enum: Transform TypeScript `const` enums
                                                                          • React + Typescriptプロジェクトでplugin-styled-componentsを使うときの設定 - じまろぐ

                                                                            styled-components使ってる env !== "production" のときにクラス名にファイル名が入るようにしたい デバッグのため babel-plugin-styled-componentsがある TypeScriptだとこのプラグインは効かない ts-loaderでトランスパイルしてるから storybookでも使いたい という感じで、ts-loaderを使ってるのでTypeScriptプロジェクトの場合は typescript-plugin-styled-components を使う必要がある。babelでやってる場合は babel-plugin-styled-components で大丈夫なはず。 設定 webpack.config.js で ts-loaderのoptionを設定する。 const path = require("path"); const cr

                                                                              React + Typescriptプロジェクトでplugin-styled-componentsを使うときの設定 - じまろぐ
                                                                            • How to build a plugin system in Rust

                                                                              How to build a plugin system in RustMay 29, 2024Software used by businesses often needs to be extensible. For Arroyo, a real-time SQL engine, that means supporting user-defined functions (UDFs). But how can we support dynamic, user-written code in a static language like Rust? This post dives deep into the technical details of building a dynamically-linked, FFI-based plugin system in Rust. Arroyo i

                                                                                How to build a plugin system in Rust
                                                                              • Paint.NET 上で、PDF ファイルを入力&出力 できるようにするプラグイン「PDF Plugin for Paint.NET」

                                                                                「PDF Plugin for Paint.NET」は、Paint.NET 上で PDF を入力&保存 できるようにするプラグインです。 (Paint.NET 4.2.16 以降が必要です) Paint.NET 上で PDF ファイルを読み書きできるようにし、画像を編集するのと同じような感覚で PDF を編集できるようにしてくれます。 基本的にインストーラーを使ってインストールするだけで PDF ファイルに対応できるようになるので、設定は非常に簡単です。 (インストールを手動で行うこともできる) 普段、“ PDF を編集したい! ” と思うことがよくある人におすすめです。 ちなみに、AI ファイルを読み込めるようにする機能も付いています。 ダウンロード PDF Plugin for Paint.NET をダウンロードする PDF Plugin for Paint.NET をインストールする

                                                                                  Paint.NET 上で、PDF ファイルを入力&出力 できるようにするプラグイン「PDF Plugin for Paint.NET」
                                                                                • Magenta Studio - Ableton Live Plugin

                                                                                  Magenta Studio is an Ableton Live plugin built on Magenta’s open source tools and models. They use cutting-edge machine learning techniques for music generation. Magenta Studio was formerly available as a collection of standalone applications. They are not actively maintained but may still work on your operating system. For more information, please see Magenta Studio v1.0. Table of Contents Overvi

                                                                                    Magenta Studio - Ableton Live Plugin