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
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
はじめに 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
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
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
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 互換オブジェクトストレージ
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 VueThe first two sections for any fr
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を使って
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
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
📦 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
IntroductionA 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.
前提・実現したいこと Eclipse上で作成したプロジェクトをjarにしてEC2にデプロイしようとしています。 そこでEclipseからMavenでjarにビルドする時に、 application.propertiesに記述してあるRDSのエンドポイントをローカルのものから本番のものに書き換えたいのですが書き換えられません。 記述後Mavenプロジェクトの更新や.m2ディレクトリ内のフォルダを全削除してもう一度更新してみましたが状況変わらずでした。 maven-antrun-pluginが動作していない?と思うのですが。。 ちなみにjarファイルの生成はSUCCESSしています。 どなたか何か分かる方がいればご回答よろしくお願いします。 必要な情報等ありましたらおっしゃって下さい。 随時追記していきます。 <?xml version="1.0" encoding="UTF-8"?> <pr
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
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
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 については、存在し
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
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
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く