並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 81件

新着順 人気順

@propertyの検索結果1 - 40 件 / 81件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

@propertyに関するエントリは81件あります。 cssテストJavaScript などが関連タグです。 人気エントリには 『入門プロパティベーステスト/learning-property-based-testing』などがあります。
  • 入門プロパティベーステスト/learning-property-based-testing

    ユニットテスト新着トピック3選!イチからわかるイマドキのテスト https://trident-qa.connpass.com/event/314818/ での発表資料です。

      入門プロパティベーステスト/learning-property-based-testing
    • Property-based Testing の位置付け / Intro to Property-based Testing

      2023/12/20(水) https://findy.connpass.com/event/303813/

        Property-based Testing の位置付け / Intro to Property-based Testing
      • content-visibility: the new CSS property that boosts your rendering performance  |  Articles  |  web.dev

        The content-visibility property, launching in Chromium 85, might be one of the most impactful new CSS properties for improving page load performance. content-visibility enables the user agent to skip an element's rendering work, including layout and painting, until it is needed. Because rendering is skipped, if a large portion of your content is off-screen, leveraging the content-visibility proper

        • JSAI2024/The Impact of Pachinko Parlors on Property Crime in Japan

          [2I4-OS-1b-04] The Impact of Pachinko Parlors on Property Crime in Japan 6.5 Years of Geographic Information on Crime 〇Kenji Yokotani1, Nobuhito Abe2, Masahiro Takamura3, Tetsuya Yamamoto1, Hideyuki Takahashi4 (1. tokushima university, 2. kyoto university, 3. shimane university, 4. osaka university) Keywords:pachinko parlor, property offence, geographic information We investigate the relationship

            JSAI2024/The Impact of Pachinko Parlors on Property Crime in Japan
          • hypothesis+panderaで始める、データフレームに対するProperty Based Testing - Sansan Tech Blog

            技術本部 R&D研究員の前嶋です。梅雨の季節ですが、少しでも快適に過ごせるようにOnのCloud 5 wpを購入しました。水に強くて軽快な履き心地で最高ですね。(追記:この記事の公開作業をしている間に梅雨が終わってしまいました) 今回は、データフレームのテストについての記事です。 データフレームのテストをどう書くか データが中心となるサービスのネックになるのが テストをどう書くか です。というのも、データフレームは行×列の構造になっているため、入力あるいは出力値がデータフレームになるような関数が多いプログラムでは、テストケースを書くのが非常に面倒です。仕様の変更があった場合、それぞれのテスト用の疑似データに修正を加えることを考えると、より簡潔にデータフレームのバリデーションをする方法が欲しいところです。実は、データフレームのテストはProperty Based Testingという考え方と

              hypothesis+panderaで始める、データフレームに対するProperty Based Testing - Sansan Tech Blog
            • RubyKaigiで紹介されたGem「PBT(Property Based Testing)」を試してみた - Findy Tech Blog

              こんにちは!ファインディでTeam+開発チームのEMをしている浜田です。 以前公開した記事「ファインディはRubyKaigi 2024 にPlatinum Sponsorsとして協賛します!」で紹介した通り、ファインディはRubyKaigi 2024に協賛しており、現地で参加してきました! tech.findy.co.jp 今週(5/20〜25)はRubyKaigi 2024の振り返りも兼ねてRubyKaigiに関連した記事を投稿していきます! この記事では、私が聞いたセッションの中の1つ「Unlocking Potential of Property Based Testing with Ractor 」で紹介されたGem「PBT」を試してみたので共有します。 Unlocking Potential of Property Based Testing with Ractor 「Unloc

                RubyKaigiで紹介されたGem「PBT(Property Based Testing)」を試してみた - Findy Tech Blog
              • プロパティベーステスト (Property Based Testing) を Ruby で書き雰囲気を味わう - DIGGLE開発者ブログ

                2023 年 10 月 30 日に『実践プロパティベーステスト ― PropErとErlang/Elixirではじめよう』(以下 実践プロパティベーステスト本)という本が出版されました。 プロパティベーステストというのは、テストの一手法なのですが、これまでとは違う範囲をカバーするテストです。 今回はそれを Ruby に適用するとどうなるか検証、また似ている既知との概念と対比して理解を深めました。 これは Ruby Advent Calendar 2023 15 日目の記事です。 プロパティベーステストとはどのような形式か 既知の概念との対比 普段書いているテストと、プロパティベーステスト データ(テーブル)駆動テストと、プロパティベーステスト ファジングと、プロパティベーステスト 型と、プロパティベーステスト まとめ 実践プロパティベーステスト本は 2023 年 12 月現在、テストの一手

                  プロパティベーステスト (Property Based Testing) を Ruby で書き雰囲気を味わう - DIGGLE開発者ブログ
                • Type safe CSS design systems with @property · September 1, 2023

                  Type safe CSS design systems with @propertySeptember 1, 20238 min read CSS types are a worthy investment into type safety in your front-end work. We're still awaiting cross browser interop, but we'll get there 🙂 In case you've never seen one, here's a typed CSS variable with @property: @property --focal-size { syntax: '<length-percentage>'; initial-value: 100%; inherits: false; } Used that one so

                    Type safe CSS design systems with @property · September 1, 2023
                  • fast-check - Property based testing for JavaScript and TypeScript

                    Property based testing is another way to test programs. Instead of relying on hard-coded inputs and outputs, it checks characteristics of the output given the whole range of possible inputs. Coverage more > By nature, property based testing puts less constraints on the inputs. As a consequence, the scope of covered inputs is much higher and can lead to unexplored code paths

                    • はじめてのvue-property-decorator (nuxtにも対応) - Qiita

                      この記事はVueを勉強している段階からTypeScriptでクラスベースのVueアプリを作りたい!という方へ向けて例を交えながらvue-property-decoratorの機能を基本と応用、上級の3セクションに分けて説明していきます。 基本では、Vueでアプリを作る上で必須となる機能を、応用では用意されている便利なデコレータを、上級では普通の開発ではほぼ使わない機能について説明します。 とりあえずは基本のみ理解しておけば困ることはないでしょう。 また、最後にnuxt-property-decorator独自のデコレータも紹介しています。 2019/12/09 追記:nuxt-property-decorator独自のデコレータの紹介を追加しました 動作確認バージョン vue-property-decorator v8.4.2 nuxt-property-decorator v2.5.1

                        はじめてのvue-property-decorator (nuxtにも対応) - Qiita
                      • Super fast super property access · V8

                        Show navigation The super keyword can be used for accessing properties and functions on an object’s parent. Previously, accessing a super property (like super.x) was implemented via a runtime call. Starting from V8 v9.0, we reuse the inline cache (IC) system in non-optimized code and generate the proper optimized code for super property access, without having to jump to the runtime. As you can see

                        • Why Japan is so successful at returning lost property

                          Cultural norms, complex religious influences and friendly police officers make losing something no big deal. But does this tell the whole story about Japan’s relationship with honesty?

                            Why Japan is so successful at returning lost property
                          • New aspect-ratio CSS property supported in Chromium, Safari Technology Preview, and Firefox Nightly  |  Articles  |  web.dev

                            Aspect ratio Aspect ratio is most commonly expressed as two integers and a colon in the dimensions of: width:height, or x:y. The most common aspect ratios for photography are 4:3 and 3:2, while video, and more recent consumer cameras, tend to have a 16:9 aspect ratio. Two images with the same aspect ratio. One is 634 x 951px while the other is 200 x 300px. Both have a 2:3 aspect ratio. With the ad

                            • FundaGroup Insurance Brokers | Business And Property| Liability | Contract Works | Home And Contents | Taxi | Private Vehicle | Commercial Motor | Insurance

                              Protecting Your Future Fundagroup Insurance Brokers is a locally owned & operated family business, with a qualified team ready to find the right insurance solutions for you. We have been operating in the insurance market for over 15 years, building reputable long-standing relationships with both our clients and the wide range of insurance underwriters.

                              • VueJS with typescriptでしばしば遭遇するProperty 'XXX' does not exist on type 'CombinedVueInstanceの解消法 - Qiita

                                みたいなエラーに遭遇します。 これはわりと有名な問題で検索すると色々な情報がひっかかるんですが、「結局どうすればええんや?」というところがわかりにくかったので整理してみます。 調査自体は趣味の範疇ですが、調査に使ったコードは仕事のものなのでコードサンプルはありません。ごめんよ。 何が起こっているのか? VueJSで画面(またはコンポーネント)を作る場合、独自にprops, state, methodなどを定義していくわけですが、その際に型推論が効かなくなって「そんなメソッド(プロパティ)知らんがな」と、言われているのがこのエラーです。 同じようにコードを書いていても型推論が効いたり聞かなかったりするのでやっかいです。 ちなみにこのエラーが出ても実行自体には問題ありません。 安直な解決方法 手っ取り早く解決するなら型を無視するのが楽です。

                                  VueJS with typescriptでしばしば遭遇するProperty 'XXX' does not exist on type 'CombinedVueInstanceの解消法 - Qiita
                                • FundaGroup Insurance Brokers Services | Business And Property| Liability | Contract Works | Home And Contents | Taxi | Private Vehicle | Commercial Motor | Insurance

                                  Business & Property Insurance For many business owners, commercial property and the assets contained within represent a vital investment. Property insurance is designed to protect your business assets from any unforeseen events, such as damage or theft. We can tailor an individual solution that suits your business requirements, covering everything from Property Damage, Assets, Business Interruptio

                                  • Property based testing を試してみよう - Qiita

                                    Property based testingとは 歴史的な背景として2000年にJohn HughesとKoen Clasessenによって 開発されたQuickCheckがProperty based testingとしてHaskellエコシステムに実装されました。 QuickCheckはプロパティ(特定の入力が与えられると出力として期待される特性) を与えることで、 テストデータをランダムに生成して、失敗するケースを見つけるHaskellで実装されたフレームワークです。 それによってテスト対象のシステムがプロパティに従っているかどうかをチェックします。 QuickCheckは単体テストだけではなく、統合テストやサンプルベースのテスト等幅広く使われています。 このテスト方法はProperty based testingとして知られるようになりました。 2020年現在は、HaskellのQ

                                      Property based testing を試してみよう - Qiita
                                    • SwiftUIのデータ管理 Property Wrapper編

                                      SwiftUIでアプリを開発していると@Stateや@Bindingの使い分けについて迷ったりしていませんか? SwiftUIではデータを管理するProperty Wrapperがたくさんあります。 @State、@Binding、@StateObject、@ObservedObjectなどなどです。 Property Wrapperそれぞれの特徴を理解できれば、SwiftUIのアプリ開発がはかどるでしょう。 今回はSwiftUIのデータ管理を行うProperty Wrapperの使い分けについて解説します。 この記事は私が12月9日に発表した資料、 「SwiftUIのデータ管理」を記事化したものです。 SwiftUIのデータ管理記事一覧 SwiftUIのデータ管理 Single Source of Truth編 前回の記事 SwiftUIのデータ管理 Property Wrapper編

                                        SwiftUIのデータ管理 Property Wrapper編
                                      • Vue: When a computed property can be the wrong tool

                                        If you're a Vue user, you likely know computed properties, and if you are like me, you probably think they are awesome - rightfully so! To me, computed properties are a very ergonomic and elegant way to deal with derived state - that is: state which is made up from other state (its dependencies). But in some scenarios, they can also have a degrading effect on your performance, and I realized that

                                          Vue: When a computed property can be the wrong tool
                                        • Pythonの@propertyによるプロパティへのアクセス制御のまとめ | HEADBOOST

                                          Python では、プログラム設計者が想定していない変更が加えられることによって、重大なエラーが発生することを防ぐために、クラスのプロパティ(インスタンス変数やクラス変数の値)を、外部から読み取ったり、更新したりできないようにすることができます。 これは、オブジェクト指向プログラミングにおいて、とても重要な知識であり、テクニックです。 これらを使いこなせるようになると、保守性も拡張性も高いコードを書くことができるようになります。ぜひ、一つずつ理解を深めていきましょう。 1. Python の非公開変数の作り方 オブジェクト指向プログラミングでは、第三者が、クラスの設計者が意図しない操作をしてしまうことによって、重大なエラーが発生してしまうような事態を防ぐ仕組みがいくつかあります。 プロパティの制御がまさにそれですが、その前に、非公開変数から解説しておきたいと思います。「非公開変数」とは、外

                                            Pythonの@propertyによるプロパティへのアクセス制御のまとめ | HEADBOOST
                                          • SwiftUIのProperty Wrappersとデータへのアクセス方法 - Qiita

                                            2019/7/17 @GestureStateについて追記しました。 2019/7/19 BindableObjectがdidChange->willChangeなど変更されていたので修正しました。 https://developer.apple.com/documentation/swiftui/bindableobject 2019/7/30 Xcode11 Beta5でBindableObjectはdeprecatedになりObservableObjectを使うようになったので追記しました。@ObjectBindingも@ObservedObjectに名前が変わりました。 2019/7/31 ObservableObjectがCombineに含まれること、IdentifiableはStandard Libraryに移動したことについて記載しました。また@Publishedをつけるとw

                                              SwiftUIのProperty Wrappersとデータへのアクセス方法 - Qiita
                                            • Nuxt.jsでVuetifyを使う(with vue-property-decorator) | DevelopersIO

                                              スクラッチでNuxt.jsをTypeScriptを利用して開発する環境に対して、Vuetifyを使う環境作成の手順を確認したかったので、方法を調べつつ実際に作成してみました。 前回作成した記事(「Nuxt.jsでTypeScriptを使う(with vue-property-decorator)」)で作成した環境に対して、Vuetifyを使う環境にするための方法についてまとめています。 前回と同様に、できる限りミニマムな構成で作成したいのと、自分的には理解のブラックボックス化が進みやすいため可能な限りVue CLIやcreate-nuxt-appは使用したくなかったため使用していません。(より簡単に早く、動くものを作りたい場合にはVue CLIやcreate-nuxt-appの利用をおすすめします。) はじめに 「Nuxt.jsでTypeScriptを使う(with vue-propert

                                                Nuxt.jsでVuetifyを使う(with vue-property-decorator) | DevelopersIO
                                              • Ractorを用いたproperty based testingの並列実行についてRubyKaigi 2024で発表しました - valid,invalid

                                                表題の通りRactorを用いたproperty based testingの並列実行についてRubyKaigi 2024で発表してきました。かつスピーカーとしての参加は初めてで、いろいろ稀有な体験ができて総合的にはめちゃくちゃ楽しかった。 発表内容について "Unlocking Potential of Property Based Testing with Ractor"という題で、property based testing(以下PBT)において発生する小さくて大量のタスクをRactorで並列実行させるというアイデアと仮説検証の結果を報告しました。 日本語のテキストで概要を知りたい方はTechouse社の記事をご参照ください。登壇者の自分が発信したどのテキストよりも丁寧にわかりやすくまとめてくださってます。この場を借りて感謝いたします! developers.techouse.com

                                                  Ractorを用いたproperty based testingの並列実行についてRubyKaigi 2024で発表しました - valid,invalid
                                                • First Look At The CSS object-view-box Property

                                                  I have always wanted a native CSS way to crop an image and position it in any direction I need. This has been possible by using an additional HTML element combined with different CSS properties that I will explain later. In this article, I will walk you through the new CSS property object-view-box that was suggested by Jake Archibald early this year. It allows us to crop or resize replaced HTML el

                                                    First Look At The CSS object-view-box Property
                                                  • The Complex But Awesome CSS border-image Property — Smashing Magazine

                                                    The CSS border-image property is one of those properties you undoubtedly know exists but may not have ever reached for. Or maybe you have reached for it but found all of its slicing logic difficult and cumbersome. That’s because it is! But the property is also capable of some really interesting things if we take the time to understand its syntax. In this article, Temani Afif demonstrates different

                                                      The Complex But Awesome CSS border-image Property — Smashing Magazine
                                                    • pythonのtyping_extensions.Protocolがなぜ嬉しいか(propertyの例) - podhmo's diary

                                                      mypyで使えるProtocolが便利という話の例。 structural subtypingをやる際にgoでもほしいと想うことが多かった例がProtocolでは大丈夫なので良いなーという例(今回はそのうちのひとつだけを紹介)。 Protocol? Protocolをいつ使いたくなるかというと、大抵は複数ある何かを同一視したくなった場合。 例えば以下の様な例があげられる。 クラスの継承関係を無視して同様のふるまいを持つものを同一視したいとき ある値を持つものを同一視したいとき 関数とcallable objectを同一視したいとき 同一視した表現を受け取って再帰的に同一視した表現を返したいとき (self-reference) mypyでの型チェックはnominalなので、こういう構造を利用して同一視したい場合にはstructural subtypingが欲しくなる。これ用のinterfa

                                                        pythonのtyping_extensions.Protocolがなぜ嬉しいか(propertyの例) - podhmo's diary
                                                      • Unlocking Potential of Property Based Testing with Ractor

                                                        RubyKaigi 2024 - Event page: https://rubykaigi.org/2024/presentations/ohbarye.html - Ruby gem: https://github.com/ohbarye/pbt

                                                          Unlocking Potential of Property Based Testing with Ractor
                                                        • WordPress用プラグイン「Easy Property Listings」にCSRFの脆弱性

                                                            WordPress用プラグイン「Easy Property Listings」にCSRFの脆弱性 
                                                          • Swift 5.1がリリース、モジュール安定性、Opaque Return Type、Property Wrapperなどを提供

                                                            Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                                                              Swift 5.1がリリース、モジュール安定性、Opaque Return Type、Property Wrapperなどを提供
                                                            • @property: giving superpowers to CSS variables  |  Articles  |  web.dev

                                                              @property: giving superpowers to CSS variables Stay organized with collections Save and categorize content based on your preferences. CSS Houdini is an umbrella term that covers a set of low-level APIs that expose parts of the CSS rendering engine, and give developers access to the CSS Object Model. This is a huge change for the CSS ecosystem, as it enables developers to tell the browser how to re

                                                              • Windows Property System を使って C# から曲情報を取得する - しばやん雑記

                                                                GW なので趣味アプリの開発を行っていると、音楽ファイルに保存された曲情報を取得する必要が出てきたので、Windows Property System を使って実現したという話です。 曲情報というのは以下のようにファイルのプロパティから確認出来るメタデータのことです。 単純にファイルからメタデータを読み込むだけなら TagLib# というライブラリを使うと、特に難しい処理が必要なく読み取ることが出来ます。しかし最近はアップデートがほぼ止まっていて、偶に PR はマージされていますがリリースがされていない状態が続いています。 そういう経緯もあり、別の方法を検討した結果 Windows Property System に辿り着きました。 Windows Explorer やファイルのプロパティから確認出来る各種メタデータは、Windows Property System という統一されたインタ

                                                                  Windows Property System を使って C# から曲情報を取得する - しばやん雑記
                                                                • Nuxt.jsでTypeScriptを使う(with vue-property-decorator) | DevelopersIO

                                                                  概要 スクラッチでNuxt.jsをTypeScriptを利用して開発する環境作成の手順を確認したかったので、方法を調べつつ実際に作成してみました。 できる限りミニマムな構成で作成したいのと、自分的には理解のブラックボックス化が進みやすいため可能な限りVue CLIやcreate-nuxt-appは使用したくなかったため使用していません。(より簡単に早く、動くものを作りたい場合にはVue CLIやcreate-nuxt-appの利用をおすすめします。) 前提 Nuxt.js 2.14.4を利用 html-property-decoratorを利用 やってみたこと 以下の流れで、index.vueに内容されている子コンポーネントに値を引き渡して表示するアプリケーションを作成してみました。 必要なライブラリのインストール nuxt, nuxt/typescript-build等のインストール p

                                                                    Nuxt.jsでTypeScriptを使う(with vue-property-decorator) | DevelopersIO
                                                                  • 偏愛食堂 1つの食を愛しすぎ、味も、知識も徹底的に極めた「偏愛フーディスト」がプロデュース</title> <meta property=

                                                                    食の偏人たちが全国から選び抜いた今一番オススメの店舗を誘致、偏愛ぶりを感じる偏愛メニューをお楽しみいただける「偏愛食堂」が西武渋谷店A館8階=レストラン街「ダイニングプラザ」にオープンいたします。 約2週間ごとにテーマを変え、それぞれが愛した食を監修、ここでしか味わえない限定メニューを含め種類豊富に展開。また、ランチ・ディナー、週によってメニューが変化するので、いつ来ても新鮮な気持ちで楽しめます。これぞまさに偏愛! 店舗所在地 西武渋谷店A館8階=レストラン街「ダイニングプラザ」 ※A館地下1階=西武食品館にて弁当販売も同時展開 営業時間 <平日> ランチタイム 午前11時~午後3時(ラストオーダー 午後3時) カフェタイム 午後3時~午後5時(ドリンクメニューのみの提供) ディナータイム 午後5時~午後9時(ラストオーダー 午後8時) <土日祝> 午前11時~午後9時(ラストオーダー 午

                                                                      偏愛食堂 1つの食を愛しすぎ、味も、知識も徹底的に極めた「偏愛フーディスト」がプロデュース</title> <meta property=
                                                                    • Helping Browsers Optimize With The CSS Contain Property — Smashing Magazine

                                                                      The CSS contain property gives you a way to explain your layout to the browser, so performance optimizations can be made. However, it does come with some side effects in terms of your layout. In this article, I’m going to introduce a CSS Specification that has just become a W3C Recommendation. The CSS Containment Specification defines a single property, contain, and it can help you to explain to t

                                                                        Helping Browsers Optimize With The CSS Contain Property — Smashing Magazine
                                                                      • Property 'dataset' does not exist on type 'EventTarget'

                                                                        When trying to access the dataset on a button after a click, I get this^ error. linkProvider = (ev: React.SyntheticEvent<EventTarget>) => { console.debug('ev.target', ev.target.dataset['ix']) // error } // in render providers.map((provider, ix) => ( <button key={provider} data-ix={ix} onClick={this.linkProvider}>{provider}</button> )) Any ideas how to make it work?

                                                                          Property 'dataset' does not exist on type 'EventTarget'
                                                                        • 腑に落ちるまでProperty wrappers | DevelopersIO

                                                                          SwiftUI を一定期間触り続けていたのですが、SwiftUI とも関係が深い Property wrappers のことをよくわかってないまま使っているのにそろそろ耐えられなくなってきたので、プロポーザルやドキュメントを調べて他の人の実装を読んで、自分でも Property wrappers を使って玩具を実装していると少しずつ頭が整理されてきたので記事にしようと思います。 わからないもののインターフェースを覚えて課題を解決するためにうまく扱えるのは大切なスキルだと思います。が、自分の興味のある領域ぐらいは腹落ちしているレベルで理解しておきたいのが正直な気持ちです。 SwiftUI を一定期間触り続けていたのですが、SwiftUI とも関係が深い Property wrappers のことをよくわかってないまま使っているのにそろそろ耐えられなくなってきたので、プロポーザルやドキュメント

                                                                            腑に落ちるまでProperty wrappers | DevelopersIO
                                                                          • slick.js で Uncaught TypeError: Cannot read property 'add' of null のエラーがでる

                                                                            slick.js で Uncaught TypeError: Cannot read property 'add' of null のエラーがでる slick.js で Uncaught TypeError: Cannot read property 'add' of null とエラーが出てしまうことがありました。 // これだとエラーになる $(".slider").slick({}); // .not('.slick-initialized') // これを下記のように書くとエラーが消えた。 $(".slider").not('.slick-initialized').slick({}); 2回initするとエラーになるらしく、初期化された状態になったらたぶん.slick-initializedのクラスが付いて、その状態ではslick処理は走らせない、ってするとエラーにならない? .

                                                                            • Property wrappers in Swift | Swift by Sundell

                                                                              Articles, podcasts and news about Swift development, by John Sundell. When dealing with properties that represent some form of state, it’s very common to have some kind of associated logic that gets triggered every time that a value is modified. For example, we might validate each new value according to a set of rules, we might transform our assigned values in some way, or we might be notifying a

                                                                                Property wrappers in Swift | Swift by Sundell
                                                                              • VFX GraphにおけるVFX Property Binderの活用 - Qiita

                                                                                この記事はUnity Advent Calender 2019 18日目の記事です。 Unityの新しいエフェクト制作ツールであるVFX Graph、皆さんは活用されていますでしょうか? 本記事ではVFX Graphを使う上で知っておくと便利な機能、VFX Property Binderの紹介をします。 *Unityのバージョンについては2019.3.0b12を使用しています。バージョンによって単語や操作について相違点がある場合もあるのでご注意ください。 Unityの新しいエフェクトツールです。Compute ShaderによるGPUパーティクルとノードベースのエディターが特徴で、Package Managerから導入することができます。 映像作成やxRコンテンツなど、様々な用途にUnityが進化を遂げていく中で自分がかなり期待している機能の一つです。 機能自体の導入や基本操作に関しては省

                                                                                  VFX GraphにおけるVFX Property Binderの活用 - Qiita
                                                                                • Amazon EC2 adds new AMI property to flag outdated AMIs

                                                                                  You can now specify a new property called ‘DeprecationTime’ on your Amazon Machine Images (AMIs) to indicate when the AMI will become outdated. Previously, owners of an AMI changed the AMI name or description to indicate that the AMI was outdated. You can now clearly specify when an AMI will become deprecated by using the ‘DeprecationTime’ attribute. An AMI becomes deprecated when the DeprecationT

                                                                                    Amazon EC2 adds new AMI property to flag outdated AMIs

                                                                                  新着記事