並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 78件

新着順 人気順

Propertyの検索結果1 - 40 件 / 78件

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

Propertyに関するエントリは78件あります。 csstechfeedJavaScript などが関連タグです。 人気エントリには 『CSS変数がもっと便利になる新しい記述方法、CSSの次世代変数@propertyがすべてのブラウザにサポートされました』などがあります。
  • CSS変数がもっと便利になる新しい記述方法、CSSの次世代変数@propertyがすべてのブラウザにサポートされました

    CSSの@propertyがFirefoxにサポートされ、デスクトップ・スマホのすべてのブラウザでサポートされました。 @propertyは次世代変数と呼ばれるもので、これまでの変数(カスタムプロパティ)の使い勝手が大幅に向上します。@propertyによるカスタムプロパティの記述方法、@propertyを使ったCSSのテクニックを紹介します。 @property: Next-gen CSS variables now with universal browser support by Una Kravets 下記は各ポイントを意訳したものです。 ※元サイト様のライセンスに基づいて翻訳しています。基づいてというのは、貢献部分に関して同ライセンスも含みます。 はじめに @propertyのメリット @propertyによるカスタムプロパティの記述方法 @propertyの使い方: きらめくグ

      CSS変数がもっと便利になる新しい記述方法、CSSの次世代変数@propertyがすべてのブラウザにサポートされました
    • 入門プロパティベーステスト/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

          • CSS の `@property` ルールでカスタムプロパティを定義する

            CSS の @property ルールを使うことで、CSS のカスタムプロパティ を定義できます。カスタムプロパティを定義することでプロパティの構文チェック、初期値の設定、プロパティが値を継承するかどうかの設定が可能になります。 @property --my-color { /** red や #fff のように色のキーワードまたはカラーコードを代入可能 */ syntax: "<color>"; inherits: false; initial-value: red; } /* カスタムプロパティを使用 */ .my-element { --my-color: blue; color: var(--my-color); } @property ルールのメリット @property ルールを使うことで、以下のようなメリットがあります。 カスタムプロパティによりコードをドキュメント化する 誤

              CSS の `@property` ルールでカスタムプロパティを定義する
            • 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, 20237 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

                        • 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

                          • CSSの「@property」を活用しておしゃれなボタンを作る方法をエキスパートが解説

                            Firefoxが2024年7月9日にリリースしたバージョン128で、CSSの「@property」に対応したことにより、主要なブラウザ全てで「@property」の記法を使用できるようになりました。「@property」を使うことで実現できるデザインの一例について、ウェブエンジニアのライアン・マリガン氏がブログに投稿しました。 CSS @property and the New Style https://ryanmulligan.dev/blog/css-property-new-style/ マリガン氏がデモとして提示したのは下図のようなボタンのアニメーションです。 最初にマリガン氏はボタンの周りをループする光について解説しています。カスタムプロパティとして「--gradient-angle」を宣言し、宣言においてこのカスタムプロパティには「angle(角度)」の値を設定可能で、初期値

                              CSSの「@property」を活用しておしゃれなボタンを作る方法をエキスパートが解説
                            • Why Japan is so successful at returning lost property

                              A police officer stands guard outside a police box in Tokyo (Credit: Getty Images) Cultural norms, complex religious influences and friendly neighbourhood police officers make losing something in Japan no big deal. But does this tell the whole picture about Japan’s relationship with honesty? For most, losing a wallet or purse is more than an inconvenience. While smartphones now let us make contact

                                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

                                • CSS @property and the New Style

                                  The @property at-rule recently gained support across all modern browsers, unlocking the ability to explicitly define a syntax, initial value, and inheritance for CSS custom properties. It seems like forever ago that CSS Houdini and its CSS Properties and Values API were initially introduced. I experimented sparingly over time, reading articles that danced around the concepts, but I had barely scra

                                    CSS @property and the New Style
                                  • 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
                                    • 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
                                      • 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
                                          • 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

                                            • 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
                                                    • GitHub - bramus/style-observer: MutationObserver for CSS. Get notified when the computed value of a CSS property changes.

                                                      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 - bramus/style-observer: MutationObserver for CSS. Get notified when the computed value of a CSS property changes.
                                                      • 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=
                                                                    • Line Item Property – Shopify UI Elements Generator

                                                                      Line item properties are used to collect customization information for an item added to the cart. This information can be collected from the buyer on the product page. To learn more about line item properties, see the line_item object Liquid reference.

                                                                      • 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, Rachel Andrew is 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

                                                                          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
                                                                            • 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
                                                                              • GitHub - kuzudb/kuzu: Embeddable property graph database management system built for query speed and scalability. Implements Cypher.

                                                                                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 - kuzudb/kuzu: Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
                                                                                • 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

                                                                                  新着記事