Not your computer? Use a private browsing window to sign in. Learn more
Design Tokens Format Module Draft Community Group Report 29 August 2024 Latest published version: https://tr.designtokens.org/format/ Editors: Daniel Banks Donna Vitan James Nash Kevin Powell Louis Chenais Feedback: GitHub design-tokens/community-group (pull requests, new issue, open issues) Abstract This document describes the technical specification for a file format to exchange design tokens be
import { Bench } from 'tinybench'; const bench = new Bench({ time: 100 }); bench .add('faster task', () => { console.log('I am faster') }) .add('slower task', async () => { await new Promise(r => setTimeout(r, 1)) // we wait 1ms :) console.log('I am slower') }) .todo('unimplemented bench') await bench.warmup(); // make results more reliable, ref: https://github.com/tinylibs/tinybench/pull/50 await
2022å¹´9æ9æ¥ã«ãããªãã¤ã¼ããããã¨ããã ã½ããã¦ã§ã¢ãã¹ãã®æ¸ç±ã»è³æã«ã¤ãã¦ãããããããããä½ã£ã¦ã¿ããããQAé¢é£ãã§ã§ããã¨ãããã ãã©ã縦軸ãå®ã¾ããªãã ä¸çªç¹°ãè¿ãèªãã§ããããªã«æ¬ããµã³ãã«ã«ãã¦ã¿ããã©ããã¹ãåæèªä½ããã§ã«åç´ãããªãæ°ããããããè²ä»ããé£ããããã¼ãã 誰ãä¸ç·ã«ããã¾ããï¼ï½ pic.twitter.com/R0lVJhcpkDâ Kazu SUZUKI (@kz_suzuki) 2022å¹´9æ9æ¥ ãä¸ç·ã«ãã£ã¦ããããï½ãã£ã¦ããæ¹ã ã«å£°ãããã¦ããã ãã1é±éãã¾ãã§ã¿ãã¿ãã§ãããã£ã¦ããã¾ããï¼ ã¿ãªããã®æ©ååé«ããã¦ããããã®å¯ä¸ã¯ã声ãããã¦æåã®ãã©ã¼ããããä½ã£ãããããã«ãªã£ã¦ãã¾ãã¾ãããã ã¨ãããã¨ã§ã以ä¸ã«å ¬éãã¾ãï¼ docs.google.com ãé²è¦§è ï¼ã³ã¡ã³ãå¯ï¼ãã¨ããã¢ã¯ã»ã¹æ¨©ãè¨å®ãã¦ãã¾ã
Youâve probably heard a lot of hype around one of the newest kids on the framework block, Remix. It may be surprising that it got its start back in 2019, but it was originally only available as a subscription-based premium framework. In 2021, the founders raised seed funding and open sourced the framework to let users start using Remix for free. The floodgates opened and everyone seems to be talki
After several months of development, the data APIs from Remix have arrived for React Router in v6.4. Feature Overview The web is a wonderful place where highly dynamic shopping experiences, creative productivity software, and super basic but excellent classified ads are all possible on the same platform. While these websites are all wildly different, they all have one thing in common: data coupled
Two factor authentication (2FA) is great- it secures your account by no longer just needing something you know (your password) with something you have (The key generator). This makes it a lot more difficult for bad actors to gain access to your account. However, I think that most implementations are missing a simple step that would make it a lot better. I have yet to come across a service that not
Technology is always changing and your processes and practices need to keep up with those changes. So while npm is 12 years old, your practices around npm package creation should hopefully be a lot more modern. If you have a feeling they may be a little out of date, though, keep reading. In this tutorial, weâre going to walk step by step through creating an npm package using modern best practices
ãä»æ¥ããåãã»ãã¥ãªãã£ãæ å½ãã¦ã»ãããçµç¹ä½ããé ¼ããââä¸å¸ã社é·ãããããªé¢¨ã«è¨ãããããä¸ä½ä½ããå§ããã°ããã ãããï¼ãfreeeã®CISOãåããåè·ã®DeNAã§ã¯ãæ©ã¿ã¤ã¤ã¼ãããã»ãã¥ãªãã£é¨éã®ç«ã¡ä¸ãã«æºãã£ãè岩ç¥æ¨¹æ°ããã»ãã¥ãªãã£ãã¼ã ã®ãªã¼ãã¼ã«ãªã£ããåãçµã¿ãããã¨ãã¨é¡ããè¬æ¼ãéãã¦ãèªãã®çµé¨ãå ã«ãããããã»ãã¥ãªãã£ãã¼ã ä½ããå§ãã人ãã¡ã«åããã¢ããã¤ã¹ãç´¹ä»ããã ã»ãã¥ãªãã£çµç¹ã®æ´åã¯ããCSIRTãä½ãããå§ããã ãã»ãã¥ãªãã£çµç¹ãã¼ãããç«ã¡ä¸ãã¦ã»ãããã¨è¨ãããå ´åãè岩æ°ãå§ããã®ã¯ãã¾ããCSIRTãï¼Computer Security Incident ResponseTeamï¼ã¨å¼ã°ããçµç¹ã®æ§ç¯ãç®æããã¨ã ã¨ãããè岩æ°ããã¤ã¦ãã»ãã¥ãªãã£çµç¹ä½ããå§ããã¯ãããã®ã®ä½ããåãçµãã°ãããåãããæ©ãã§ããæ
CORS is a necessity for many APIs, but basic configurations can create a huge number of extra requests, slowing down every browser API client, and sending unnecessary traffic to your backend. This can be a problem with a traditional API, but becomes a much larger issue with serverless platforms, where your billing is often directly tied to the number of requests received, so this can easily double
ã¯ããã« ã»ã¼ã¸ã§ããç¾å¨ã¯ç¹è¨±äºåæã§å¼ç士ããã¦ãã¾ãã æ¬ç¨¿ã¯ãç¹è¨±ãåå¾ãããã¨æã£ã¦ããã¨ã³ã¸ãã¢ã«åãããã®ã§ããç¹è¨±ã¨ã¯ã©ããããã®ããç¹è¨±ãåå¾ããããã®æµãã¯ã©ããªãã®ããã説æãã¦ããã¾ãã ä¸å¸ããç¹è¨±ãåãã¨è¨ããããã©ãä½ãã©ãããã°ããã®ï¼ ç¹è¨±äºåæããç¹è¨±ãåãããå 容ã®èª¬æè³æãä½ãã¨è¨ããããã©ãä½ãæ¸ãã°ããã®ï¼ ç¹è¨±ãåå¾ããããã®æéã»ãéã£ã¦ã©ãããããããã®ï¼ ãããªãæ©ã¿ããæã¡ã®æ¹ã¯ãæ¯éã覧ã«ãªã£ã¦ãã ããã æ³å®ããèªè 以ä¸ã®ãããªäººãæ³å®ãã¦ãã¾ã æ®æ®µã¯ã³ã¼ããæ¸ãã¦ããã©ãä¼ç¤¾ã®æ¥åã®ä¸ç°ã§ç¹è¨±åºé¡ãããå¿ è¦ãããã¨ã³ã¸ã㢠ç¹è¨±ãããããåãï¼ã¨ä¸å¸ããè¨ããããã©ãã¾ãç¹è¨±ã«é¦´æã¿ããªã管çè· ç¥è²¡é¨ï¼ã¾ãã¯ç¥è²¡æ å½è ï¼ã社å ã«ãªããã©ç¹è¨±ãåå¾ãããæ¹ â»ç¤¾å ã«ç¥è²¡é¨ãããå ´åã¯ããã®è¨äºã«æ¸ãã¦ãããã¨ã§ã¯ãªããç¥è²¡é¨ã®
The Qwik team is excited to announce that Qwik and Qwik City are in beta! To us, beta is an important milestone that we don't take lightly. To us, beta means: Complete features: All of the goals we set out to implement in this version have been implemented.Stable APIs: Weâre not aware of any API deficiencies that would need to be address and don't have any plans to change them for now.No blocking
ããã«ã¡ã¯ãLegalForce Researchã§ç 究å¡ããã¦ããç¥ç° (@kampersanda) ã§ãã LegalForce Researchã§ã¯ãMeCabäºæã®å½¢æ ç´ è§£æå¨Vibratoï¼ã´ã£ãã©ã°ãï¼ãéçºãã¦ãã¾ããããã°ã©ãã³ã°è¨èªRustã§å®è£ ãã¦ãããé«éã«åä½ãããã¨ã主ãªå©ç¹ã§ããVibratoã¯ãªã¼ãã³ã½ã¼ã¹ã½ããã¦ã§ã¢ã¨ãã¦ä»¥ä¸ã®ã¬ãã¸ããªã§å ¬éãã¦ãã¾ãã github.com æ¬è¨äºã§ã¯ãVibratoã®æè¡ä»æ§ã解説ãã¾ãã以ä¸ã®ãããªæ¹ãèªè ã¨ãã¦æ³å®ãã¾ãã èªç¶è¨èªå¦çã®è¦ç´ æè¡ã«èå³ã®ããæ¹ ãã¼ã¿æ§é ã»ã¢ã«ã´ãªãºã ã«èå³ã®ããæ¹ Rustã§ã®èªç¶è¨èªå¦çã«èå³ãããæ¹ Vibratoã«ã¤ã㦠æå°ã³ã¹ãæ³ã«ããå½¢æ ç´ è§£æ åèªã©ãã£ã¹ã®æ§ç¯ æå°ã³ã¹ãçµè·¯ã®è¨ç® é«éåã®åãçµã¿ è¾æ¸å¼ãã®ãã£ãã·ã¥å¹çå å®è£ ã§ã®æ³¨æç¹ é£æ¥ã³ã¹ãåç §ã®ãã£
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}