並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 280 件 / 302件

新着順 人気順

pluginの検索結果241 - 280 件 / 302件

  • GitHub - cometkim/gatsby-plugin-typegen: Let's give developers using GatsbyJS better DX with extreme type-safety

    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 - cometkim/gatsby-plugin-typegen: Let's give developers using GatsbyJS better DX with extreme type-safety
    • Improve your webpack build with the DLL plugin - LogRocket Blog

      LogRocket’s Galileo AI watches every session, surfacing impactful user struggle and key behavior patterns. As a JavaScript developer, you’ve probably had ample opportunity to come across webpack, whether it be while bundling frontend assets with React or transpiling some TypeScript Node.js code. Most of the time you never have to interact with webpack directly. Rather, you interact with webpack in

        Improve your webpack build with the DLL plugin - LogRocket Blog
      • bitnami redmineにpluginを追加する - Qiita

        はじめに bitnamiのredmineにpluginをインストールした際にちょっと、pluginのgitに記載されている手順と違ったのでメモついでに書いておきます。 また、今回インストールを行ったのはredmine-view-customizeという「redmineの画面をCSSやJavascriptを使ってカスタマイズするプラグイン」となります。 手順 今回はbitnamiのため、以下のパスにpluginを配置する必要があります。 $ cd /opt/bitnami/apps/redmine/htdocs/plugins/ $ git clone https://github.com/onozaty/redmine-view-customize.git view_customize Cloning into 'view_customize'... remote: Enumerating

          bitnami redmineにpluginを追加する - Qiita
        • GitHub - spywhere/tmux.nvim: neovim plugin for turning neovim into terminal multiplexer

          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 - spywhere/tmux.nvim: neovim plugin for turning neovim into terminal multiplexer
          • GitHub - antfu-collective/vite-plugin-inspect: Inspect the intermediate state of Vite plugins

            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 - antfu-collective/vite-plugin-inspect: Inspect the intermediate state of Vite plugins
            • Advanced Config for CRXJS Vite Plugin

              The CRXJS Vite plugin has been in beta long enough to get a good sample of developer use cases. Thanks to everyone who has helped by creating issues and participating in discussions! Your input is super valuable. These are some answers to the most common developer questions we've fielded. I'm Jack Steam, creator of CRXJS. So, if you're looking to add extra HTML pages, extend the manifest at build

                Advanced Config for CRXJS Vite Plugin
              • Android Gradle plugin requires Java 11と言われてSyncできないときの対処法 - Qiita

                AGP 7.0.0-alpha02からJava 11が必須になったようです。 https://developers-jp.googleblog.com/2020/12/announcing-android-gradle-plugin.html あの設定どこだっけってときどきなって、かなり高確率で最初に当たるので、メモしておきます。 An exception occurred applying plugin request [id: 'com.android.application'] > Failed to apply plugin 'com.android.internal.application'. > Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. You can try

                  Android Gradle plugin requires Java 11と言われてSyncできないときの対処法 - Qiita
                • Grafana DuckDB Data Souce Plugin

                  Grafana で DuckDB が使えたらいいのに。ログは S3 に置いておくだけで、あとは JSONL や Parquet を DuckDB が引っ張ってきて解析した結果を Grafana で表示できたら。 この夢を実現する Grafana プラグインが最近公開されました。 MotherDuck が開発し OSS (Apache-2.0) で公開されています。 GitHub - motherduckdb/grafana-duckdb-datasourceContribute to motherduckdb/grafana-duckdb-datasource development by creating an account on GitHub.GitHubmotherduckdb 自社製品のログを Fluent Bit で MinIO (S3 または S3 互換オブジェクトストレージ

                    Grafana DuckDB Data Souce Plugin
                  • Plugin Boutique「Scaler 2」使い方やレビュー!人気コード進行作成ソフトプラグイン

                    コード進行を作成するソフト「Scaler」がバージョンアップ「Scaler 2」になりました。 正直個人的にはこういった作曲支援ソフトには半信半疑な部分もありましたが、実際に使ってみると音楽に関する知識が多少ある方でも利用できる便利なソフトでした。 この記事ではそんなScaler 2をレビュー、メリットやデメリット・注意点から使い方まで解説します。 是非参考にしてください。

                      Plugin Boutique「Scaler 2」使い方やレビュー!人気コード進行作成ソフトプラグイン
                    • GitHub - inexio/thola: Tool for monitoring network devices (mainly using SNMP) - monitoring check 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 - inexio/thola: Tool for monitoring network devices (mainly using SNMP) - monitoring check plugin
                      • Introduction | CRXJS Vite Plugin

                        What is CRXJS?CRXJS Vite Plugin is a tool that helps you make Chrome Extensions using modern web development technology. Things like HMR and static asset imports work out of the box so you can get started making a modern Chrome Extension, not configuring build tools. We have getting started guides for the following frameworks: React​ Solid​ Vanilla JavaScript​ Vue​The first two sections for any fr

                        • Azure WebApp Plugin for Gradleを使って、GradleコマンドでApp Serviceへデプロイする | DevelopersIO

                          Azure WebApp Plugin for Gradleを使って、GradleコマンドでApp Serviceへデプロイする いわさです。 JavaアプリをApp Serviceへデプロイしたいとき、MicrosoftのドキュメントやSpring公式ではMavenのプラグインを使った手順が案内されています。 実はGradleについてもプラグインが用意されています。 本日は、Gradleプラグインを試してみました。 確認用のアプリを用意 まずは、Gradleプロジェクトの作成とローカル実行をしてみます。 今回は、Visual Studio CodeのSpring Boot拡張機能を使いました。 Spring Initializr: Create a Gradle Project... -> Spring Webを選択します。 JDKはせっかくなので、Amazon Correttoを使って

                            Azure WebApp Plugin for Gradleを使って、GradleコマンドでApp Serviceへデプロイする | DevelopersIO
                          • GitHub - egoist/vite-plugin-compile-time: Some compile-time magic for your Vite project

                            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 - egoist/vite-plugin-compile-time: Some compile-time magic for your Vite project
                            • GitHub - knowledge-work/eslint-plugin-strict-dependencies: ESlint plugin to define custom module dependency rules.

                              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 - knowledge-work/eslint-plugin-strict-dependencies: ESlint plugin to define custom module dependency rules.
                              • 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
                                • 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 - javierbrea/eslint-plugin-boundaries: Eslint plugin checking architecture boundaries between elements

                                      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 - javierbrea/eslint-plugin-boundaries: Eslint plugin checking architecture boundaries between elements
                                      • GitHub - folke/lazy.nvim: 💤 A modern plugin manager for Neovim

                                        📦 Manage all your Neovim plugins with a powerful UI 🚀 Fast startup times thanks to automatic caching and bytecode compilation of Lua modules 💾 Partial clones instead of shallow clones 🔌 Automatic lazy-loading of Lua modules and lazy-loading on events, commands, filetypes, and key mappings ⏳ Automatically install missing plugins before starting up Neovim, allowing you to start using it right aw

                                          GitHub - folke/lazy.nvim: 💤 A modern plugin manager for Neovim
                                        • 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 - 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 - 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.
                                                • 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 - 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.
                                                      • 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
                                                        • 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
                                                          • 楽曲のコード進行をアシストする Plugin Boutique Scaler 2 新機能

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

                                                              楽曲のコード進行をアシストする Plugin Boutique Scaler 2 新機能
                                                            • 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
                                                              • 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
                                                                  • 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
                                                                    • 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
                                                                        • 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
                                                                          • 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
                                                                            • 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

                                                                                Andrey Sitnik Author of PostCSS and Autoprefixer, Principal Frontend Engineer 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 mo

                                                                                  PostCSS 8.0: Plugin migration guide—Martian Chronicles, Evil Martians’ team blog
                                                                                • 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