The best Hacker News stories from Show from the past day

Go back

Latest posts:

Show HN: Bloben – Self-hosted web CalDAV calendar client

Hello all,<p>I have been working on a self hosted CalDAV calendar client Bloben <a href="https://github.com/nibdo/bloben-app" rel="nofollow">https://github.com/nibdo/bloben-app</a><p>This is mostly an alternative to other web clients like great AgenDAV with some additional features I wanted to use like email invites, alarms, webcalendars, etc.<p>You can play with demo (limited to read access) here: <a href="https://demo.bloben.com/api/v1/users/login-demo?username=demo&password=Bg8v16a4q7gvC&redirect=https://demo.bloben.com/calendar?demo=true" rel="nofollow">https://demo.bloben.com/api/v1/users/login-demo?username=dem...</a><p>In the end it should provide separate clients also for CalDAV tasks and notes.<p>One thing I would maybe like to discuss more is adding encryption, which is obviously quite problematic when using standards like CalDAV. Initially I just added non-compatible fully encrypted calendars, but realised this might not be useful for many people using different clients.<p>Something halfway is adding an option to protect only some, say sensitive, events by encrypting fields like title, description or location. That way events will still be displayed via standard mobile apps and decrypted only in Bloben client (with link to open from description).<p>As part of this project I published also React calendar component <a href="https://github.com/nibdo/kalend" rel="nofollow">https://github.com/nibdo/kalend</a><p>Thank you, if you are interested and feel free to ask me anything.

Show HN: Bloben – Self-hosted web CalDAV calendar client

Hello all,<p>I have been working on a self hosted CalDAV calendar client Bloben <a href="https://github.com/nibdo/bloben-app" rel="nofollow">https://github.com/nibdo/bloben-app</a><p>This is mostly an alternative to other web clients like great AgenDAV with some additional features I wanted to use like email invites, alarms, webcalendars, etc.<p>You can play with demo (limited to read access) here: <a href="https://demo.bloben.com/api/v1/users/login-demo?username=demo&password=Bg8v16a4q7gvC&redirect=https://demo.bloben.com/calendar?demo=true" rel="nofollow">https://demo.bloben.com/api/v1/users/login-demo?username=dem...</a><p>In the end it should provide separate clients also for CalDAV tasks and notes.<p>One thing I would maybe like to discuss more is adding encryption, which is obviously quite problematic when using standards like CalDAV. Initially I just added non-compatible fully encrypted calendars, but realised this might not be useful for many people using different clients.<p>Something halfway is adding an option to protect only some, say sensitive, events by encrypting fields like title, description or location. That way events will still be displayed via standard mobile apps and decrypted only in Bloben client (with link to open from description).<p>As part of this project I published also React calendar component <a href="https://github.com/nibdo/kalend" rel="nofollow">https://github.com/nibdo/kalend</a><p>Thank you, if you are interested and feel free to ask me anything.

Show HN: Bloben – Self-hosted web CalDAV calendar client

Hello all,<p>I have been working on a self hosted CalDAV calendar client Bloben <a href="https://github.com/nibdo/bloben-app" rel="nofollow">https://github.com/nibdo/bloben-app</a><p>This is mostly an alternative to other web clients like great AgenDAV with some additional features I wanted to use like email invites, alarms, webcalendars, etc.<p>You can play with demo (limited to read access) here: <a href="https://demo.bloben.com/api/v1/users/login-demo?username=demo&password=Bg8v16a4q7gvC&redirect=https://demo.bloben.com/calendar?demo=true" rel="nofollow">https://demo.bloben.com/api/v1/users/login-demo?username=dem...</a><p>In the end it should provide separate clients also for CalDAV tasks and notes.<p>One thing I would maybe like to discuss more is adding encryption, which is obviously quite problematic when using standards like CalDAV. Initially I just added non-compatible fully encrypted calendars, but realised this might not be useful for many people using different clients.<p>Something halfway is adding an option to protect only some, say sensitive, events by encrypting fields like title, description or location. That way events will still be displayed via standard mobile apps and decrypted only in Bloben client (with link to open from description).<p>As part of this project I published also React calendar component <a href="https://github.com/nibdo/kalend" rel="nofollow">https://github.com/nibdo/kalend</a><p>Thank you, if you are interested and feel free to ask me anything.

Show HN: MetricFlow – open-source metric framework

Hi HN community, I’m Nick, co-founder/CEO of Transform.co. I’m thrilled to share MetricFlow, an open-source metric creation framework: <a href="https://github.com/transform-data/metricflow" rel="nofollow">https://github.com/transform-data/metricflow</a><p>MetricFlow strives to make what has historically been an extremely repetitive process, writing SQL queries on core normalized data models, much more DRY. MetricFlow consolidates the definitions for joins, aggregations, filters, etc., and programmatically generates SQL to construct data marts. You can think of it like LookML, but more powerful and ergonomic (and open source!). The project has three components:<p>1. MetricFlow Spec: The specification encapsulates metric logic in a more reusable set of abstractions: data_sources, measures, dimensions, identifiers, metrics, and materializations.<p>2. DataFlow Planner: The Query Planner is a generalized SQL constructor. We take in data sources (ideally normalized data models) and generate a graph of data transformations (a flow, if you will) – joins, aggregations, filters, etc. We take that graph and render it down to db-specific SQL while optimizing it for performance and legibility.<p>3. MetricFlow Interfaces: The CLI and Python SDK rely on the flexibility of the Spec and Planner to build just about any query you could ask for on top of your data warehouse.<p>These components enable novel features that other semantic layers struggle to support today:<p>- MetricFlow enables the user to traverse the entire graph of a company’s data warehouse without confining their analysis to pre-built data models (dbt), Explores (in Looker), or Cubes (in lots of tools).<p>- The Metric abstraction allows the construction of complex metrics that traverse the graph described above to rely on multiple data sources. We support several common metric types today, and adding more is a critical part of the open-source roadmap.<p>- The Materialization abstraction allows users to define and then programmatically generate data marts that rely on a single DRY expression of the metrics and dimensions.<p>MetricFlow is open source(<a href="https://github.com/transform-data/metricflow" rel="nofollow">https://github.com/transform-data/metricflow</a>) and distributed through pypi (`pip install metricflow`). You can set up (`mf setup`) a set of sample configs and try out a tutorial (`mf tutorial). The docs are all here(<a href="https://docs.transform.co/docs/overview/metricflow-overview" rel="nofollow">https://docs.transform.co/docs/overview/metricflow-overview</a>). We’d love contributions on GitHub. We’re adding new Issues to share our roadmap in the coming days, but feel free to open your own.<p>We’re also opening up a Slack community(<a href="https://community.transform.co/metricflow-signup" rel="nofollow">https://community.transform.co/metricflow-signup</a>) to talk about the project and, more generally, metric tooling.<p>Let us know what you think – we’ll be here answering any questions!

Show HN: MetricFlow – open-source metric framework

Hi HN community, I’m Nick, co-founder/CEO of Transform.co. I’m thrilled to share MetricFlow, an open-source metric creation framework: <a href="https://github.com/transform-data/metricflow" rel="nofollow">https://github.com/transform-data/metricflow</a><p>MetricFlow strives to make what has historically been an extremely repetitive process, writing SQL queries on core normalized data models, much more DRY. MetricFlow consolidates the definitions for joins, aggregations, filters, etc., and programmatically generates SQL to construct data marts. You can think of it like LookML, but more powerful and ergonomic (and open source!). The project has three components:<p>1. MetricFlow Spec: The specification encapsulates metric logic in a more reusable set of abstractions: data_sources, measures, dimensions, identifiers, metrics, and materializations.<p>2. DataFlow Planner: The Query Planner is a generalized SQL constructor. We take in data sources (ideally normalized data models) and generate a graph of data transformations (a flow, if you will) – joins, aggregations, filters, etc. We take that graph and render it down to db-specific SQL while optimizing it for performance and legibility.<p>3. MetricFlow Interfaces: The CLI and Python SDK rely on the flexibility of the Spec and Planner to build just about any query you could ask for on top of your data warehouse.<p>These components enable novel features that other semantic layers struggle to support today:<p>- MetricFlow enables the user to traverse the entire graph of a company’s data warehouse without confining their analysis to pre-built data models (dbt), Explores (in Looker), or Cubes (in lots of tools).<p>- The Metric abstraction allows the construction of complex metrics that traverse the graph described above to rely on multiple data sources. We support several common metric types today, and adding more is a critical part of the open-source roadmap.<p>- The Materialization abstraction allows users to define and then programmatically generate data marts that rely on a single DRY expression of the metrics and dimensions.<p>MetricFlow is open source(<a href="https://github.com/transform-data/metricflow" rel="nofollow">https://github.com/transform-data/metricflow</a>) and distributed through pypi (`pip install metricflow`). You can set up (`mf setup`) a set of sample configs and try out a tutorial (`mf tutorial). The docs are all here(<a href="https://docs.transform.co/docs/overview/metricflow-overview" rel="nofollow">https://docs.transform.co/docs/overview/metricflow-overview</a>). We’d love contributions on GitHub. We’re adding new Issues to share our roadmap in the coming days, but feel free to open your own.<p>We’re also opening up a Slack community(<a href="https://community.transform.co/metricflow-signup" rel="nofollow">https://community.transform.co/metricflow-signup</a>) to talk about the project and, more generally, metric tooling.<p>Let us know what you think – we’ll be here answering any questions!

Show HN: MetricFlow – open-source metric framework

Hi HN community, I’m Nick, co-founder/CEO of Transform.co. I’m thrilled to share MetricFlow, an open-source metric creation framework: <a href="https://github.com/transform-data/metricflow" rel="nofollow">https://github.com/transform-data/metricflow</a><p>MetricFlow strives to make what has historically been an extremely repetitive process, writing SQL queries on core normalized data models, much more DRY. MetricFlow consolidates the definitions for joins, aggregations, filters, etc., and programmatically generates SQL to construct data marts. You can think of it like LookML, but more powerful and ergonomic (and open source!). The project has three components:<p>1. MetricFlow Spec: The specification encapsulates metric logic in a more reusable set of abstractions: data_sources, measures, dimensions, identifiers, metrics, and materializations.<p>2. DataFlow Planner: The Query Planner is a generalized SQL constructor. We take in data sources (ideally normalized data models) and generate a graph of data transformations (a flow, if you will) – joins, aggregations, filters, etc. We take that graph and render it down to db-specific SQL while optimizing it for performance and legibility.<p>3. MetricFlow Interfaces: The CLI and Python SDK rely on the flexibility of the Spec and Planner to build just about any query you could ask for on top of your data warehouse.<p>These components enable novel features that other semantic layers struggle to support today:<p>- MetricFlow enables the user to traverse the entire graph of a company’s data warehouse without confining their analysis to pre-built data models (dbt), Explores (in Looker), or Cubes (in lots of tools).<p>- The Metric abstraction allows the construction of complex metrics that traverse the graph described above to rely on multiple data sources. We support several common metric types today, and adding more is a critical part of the open-source roadmap.<p>- The Materialization abstraction allows users to define and then programmatically generate data marts that rely on a single DRY expression of the metrics and dimensions.<p>MetricFlow is open source(<a href="https://github.com/transform-data/metricflow" rel="nofollow">https://github.com/transform-data/metricflow</a>) and distributed through pypi (`pip install metricflow`). You can set up (`mf setup`) a set of sample configs and try out a tutorial (`mf tutorial). The docs are all here(<a href="https://docs.transform.co/docs/overview/metricflow-overview" rel="nofollow">https://docs.transform.co/docs/overview/metricflow-overview</a>). We’d love contributions on GitHub. We’re adding new Issues to share our roadmap in the coming days, but feel free to open your own.<p>We’re also opening up a Slack community(<a href="https://community.transform.co/metricflow-signup" rel="nofollow">https://community.transform.co/metricflow-signup</a>) to talk about the project and, more generally, metric tooling.<p>Let us know what you think – we’ll be here answering any questions!

Show HN: Tilepieces – An open source project for visually editing HTML documents

Hi all, My name is Simone Di Nuovo and i'm the creator of tilepieces, an open source project to visually editing HTML documents and Web applications.<p>Tilepieces is a software that allows you to create applications for editing HTML documents, using some of the popular interfaces of the browser developer tools (with which it is possible to integrate css edits).<p>Tilepieces also allows you to reuse your favorite code and libraries, and exposes APIs that are useful for editing multiple files at a time. You can start using tilepieces with its progressive web application version at <a href="https://pwa.tilepieces.net" rel="nofollow">https://pwa.tilepieces.net</a>!<p>I will be happy to receive any comments from you.

Show HN: Tilepieces – An open source project for visually editing HTML documents

Hi all, My name is Simone Di Nuovo and i'm the creator of tilepieces, an open source project to visually editing HTML documents and Web applications.<p>Tilepieces is a software that allows you to create applications for editing HTML documents, using some of the popular interfaces of the browser developer tools (with which it is possible to integrate css edits).<p>Tilepieces also allows you to reuse your favorite code and libraries, and exposes APIs that are useful for editing multiple files at a time. You can start using tilepieces with its progressive web application version at <a href="https://pwa.tilepieces.net" rel="nofollow">https://pwa.tilepieces.net</a>!<p>I will be happy to receive any comments from you.

Show HN: Tilepieces – An open source project for visually editing HTML documents

Hi all, My name is Simone Di Nuovo and i'm the creator of tilepieces, an open source project to visually editing HTML documents and Web applications.<p>Tilepieces is a software that allows you to create applications for editing HTML documents, using some of the popular interfaces of the browser developer tools (with which it is possible to integrate css edits).<p>Tilepieces also allows you to reuse your favorite code and libraries, and exposes APIs that are useful for editing multiple files at a time. You can start using tilepieces with its progressive web application version at <a href="https://pwa.tilepieces.net" rel="nofollow">https://pwa.tilepieces.net</a>!<p>I will be happy to receive any comments from you.

Show HN: Rust test harness that measures energy consumption

Show HN: Rust test harness that measures energy consumption

Show HN: Flight Penguin – Like Hipmunk, but a browser extension

Hi HN! I'm Adam Goldstein, co-founder and CEO of Hipmunk (YC S10). Today we're launching Flight Penguin (<a href="https://www.flightpenguin.com" rel="nofollow">https://www.flightpenguin.com</a>) in public beta as a browser extension for Chrome and Chromium browsers.<p>Hipmunk was a travel metasearch site that sorted flights by "agony" and showed them in a Gantt chart view. I've missed using Hipmunk ever since SAP shut it down. So I decided to seed-fund a successor along with my Hipmunk co-founder (and Reddit CEO) Steve Huffman. More recently I brought on Max Morlocke (hn: maxmorlocke) as cofounder.<p>With Flight Penguin, you get a simple, time-based way to search for flights, and it pulls in results from multiple sites. By default Flight Penguin sorts by "pain," so you see the least painful options before the multiple-layover monstrosities Kayak loves to show first.<p>As some of you know, some airlines are now demanding anti-consumer provisions when they do deals with travel sites, such as insisting that sites hide cheaper flights, hide multi-airline itineraries, and hide certain booking options. We decided not to agree to any of those terms, because we want to make the best experience. Being a browser extension gives us the ability to show the lowest fares without going through airline servers or airline contracts, since we can search and compile all the data from your browser.<p>You can install it now at <a href="https://www.flightpenguin.com" rel="nofollow">https://www.flightpenguin.com</a>. We're also launching a crowdfunding round to keep our incentives aligned with our users: <a href="https://wefunder.com/flightpenguin" rel="nofollow">https://wefunder.com/flightpenguin</a>. Happy to answer any questions and would love your thoughts!

Show HN: Flight Penguin – Like Hipmunk, but a browser extension

Hi HN! I'm Adam Goldstein, co-founder and CEO of Hipmunk (YC S10). Today we're launching Flight Penguin (<a href="https://www.flightpenguin.com" rel="nofollow">https://www.flightpenguin.com</a>) in public beta as a browser extension for Chrome and Chromium browsers.<p>Hipmunk was a travel metasearch site that sorted flights by "agony" and showed them in a Gantt chart view. I've missed using Hipmunk ever since SAP shut it down. So I decided to seed-fund a successor along with my Hipmunk co-founder (and Reddit CEO) Steve Huffman. More recently I brought on Max Morlocke (hn: maxmorlocke) as cofounder.<p>With Flight Penguin, you get a simple, time-based way to search for flights, and it pulls in results from multiple sites. By default Flight Penguin sorts by "pain," so you see the least painful options before the multiple-layover monstrosities Kayak loves to show first.<p>As some of you know, some airlines are now demanding anti-consumer provisions when they do deals with travel sites, such as insisting that sites hide cheaper flights, hide multi-airline itineraries, and hide certain booking options. We decided not to agree to any of those terms, because we want to make the best experience. Being a browser extension gives us the ability to show the lowest fares without going through airline servers or airline contracts, since we can search and compile all the data from your browser.<p>You can install it now at <a href="https://www.flightpenguin.com" rel="nofollow">https://www.flightpenguin.com</a>. We're also launching a crowdfunding round to keep our incentives aligned with our users: <a href="https://wefunder.com/flightpenguin" rel="nofollow">https://wefunder.com/flightpenguin</a>. Happy to answer any questions and would love your thoughts!

Show HN: HomeSheet – easy-to-use home inventory software

Hi HN!<p>I've spent the last few months building HomeSheet - The all in one tool to track your personal assets. I built HomeSheet to make organizing and documenting my belongings a breeze. I've always wanted to put together a home inventory to protect myself in the event of a disaster, but I never found a solution that I liked.<p>Right now HomeSheet is in early access, and I'm still working on determining what additional features users would like. I'll be around in the comments if you have any feedback, questions, or just want to say hi!

Show HN: HomeSheet – easy-to-use home inventory software

Hi HN!<p>I've spent the last few months building HomeSheet - The all in one tool to track your personal assets. I built HomeSheet to make organizing and documenting my belongings a breeze. I've always wanted to put together a home inventory to protect myself in the event of a disaster, but I never found a solution that I liked.<p>Right now HomeSheet is in early access, and I'm still working on determining what additional features users would like. I'll be around in the comments if you have any feedback, questions, or just want to say hi!

Show HN: Datagridxl2.js – Fast Excel-like data table library

I'm Robbert, the creator of DataGridXL.js. Last month I released version 2 which includes many new features.<p>DataGridXL is a free (and commercial) editable data table library written in ES6.<p>My goal is to develop the most performant & user-friendly spreadsheet-like data table out there:<p>- It has zero dependencies. You don’t need any framework to use DataGridXL. - It is lightweight (~250kb) and easy to use. It does not even require messing with CSS. - It has its own Virtual DOM implementation to prevent DOM errors. - Developer friendly. Supports all modern web browsers<p>Please take a look at the performance demo (<a href="https://www.datagridxl.com/demos/one-million-cells" rel="nofollow">https://www.datagridxl.com/demos/one-million-cells</a>) to see the difference with other data grids out there. And let us know if you have any suggestions.<p>Please let me know if you have any suggestions or comments!

Show HN: Datagridxl2.js – Fast Excel-like data table library

I'm Robbert, the creator of DataGridXL.js. Last month I released version 2 which includes many new features.<p>DataGridXL is a free (and commercial) editable data table library written in ES6.<p>My goal is to develop the most performant & user-friendly spreadsheet-like data table out there:<p>- It has zero dependencies. You don’t need any framework to use DataGridXL. - It is lightweight (~250kb) and easy to use. It does not even require messing with CSS. - It has its own Virtual DOM implementation to prevent DOM errors. - Developer friendly. Supports all modern web browsers<p>Please take a look at the performance demo (<a href="https://www.datagridxl.com/demos/one-million-cells" rel="nofollow">https://www.datagridxl.com/demos/one-million-cells</a>) to see the difference with other data grids out there. And let us know if you have any suggestions.<p>Please let me know if you have any suggestions or comments!

Show HN: Datagridxl2.js – Fast Excel-like data table library

I'm Robbert, the creator of DataGridXL.js. Last month I released version 2 which includes many new features.<p>DataGridXL is a free (and commercial) editable data table library written in ES6.<p>My goal is to develop the most performant & user-friendly spreadsheet-like data table out there:<p>- It has zero dependencies. You don’t need any framework to use DataGridXL. - It is lightweight (~250kb) and easy to use. It does not even require messing with CSS. - It has its own Virtual DOM implementation to prevent DOM errors. - Developer friendly. Supports all modern web browsers<p>Please take a look at the performance demo (<a href="https://www.datagridxl.com/demos/one-million-cells" rel="nofollow">https://www.datagridxl.com/demos/one-million-cells</a>) to see the difference with other data grids out there. And let us know if you have any suggestions.<p>Please let me know if you have any suggestions or comments!

Show HN: Datagridxl2.js – Fast Excel-like data table library

I'm Robbert, the creator of DataGridXL.js. Last month I released version 2 which includes many new features.<p>DataGridXL is a free (and commercial) editable data table library written in ES6.<p>My goal is to develop the most performant & user-friendly spreadsheet-like data table out there:<p>- It has zero dependencies. You don’t need any framework to use DataGridXL. - It is lightweight (~250kb) and easy to use. It does not even require messing with CSS. - It has its own Virtual DOM implementation to prevent DOM errors. - Developer friendly. Supports all modern web browsers<p>Please take a look at the performance demo (<a href="https://www.datagridxl.com/demos/one-million-cells" rel="nofollow">https://www.datagridxl.com/demos/one-million-cells</a>) to see the difference with other data grids out there. And let us know if you have any suggestions.<p>Please let me know if you have any suggestions or comments!

Show HN: Warp, a Rust-based terminal

Hi HN community,<p>I’m Zach, founder and CEO of Warp, and am excited to show you Warp, a fast Rust-based terminal that’s easy to use and built for teams. As of today, Warp is in public beta and any Mac user can download it. It works with bash, zsh, and fish.<p>The terminal’s teletype-like interface has made it hard for the CLI to thrive. After 20 years of programming, I still find it hard to copy a command’s output; I always forget how to use `tar`; and I always have to relearn how to move my cursor. To fix fundamental accessibility issues, I believe we need to start innovating on the terminal, and keep pushing further into the world of shells, ultimately ending up with a better integrated experience.<p>At Warp we are building a Rust-based terminal that keeps what’s best about the CLI while modernizing the experience. We’ve built<p>1) An input area that works just like a code editor: selections, cursor positioning and completion menus 2) Grouped commands and outputs: so you can easily copy, search, and share terminal outputs 3) AI-powered Command Generation and Community-sourced Workflows [0]: so you can find useful commands without leaving the terminal 4) The ability to share your outputs with teammates: no more pasting long unformatted code into Slack 5) Project Workflows: save your team’s common commands into your project so your teammates can run them from Warp See a demo here: [1]<p>We built Warp in Rust with GPU-accelerated graphics, and along the way we built our own UI framework, a text editor that’s a CRDT, and an out-of-the-box theming system. You can learn more here [2]. Huge thanks to our early collaborators: Atom co-founder Nathan Sobo, Nushell co-founder Andres Robalino, and Fish shell lead developer Peter Ammon.<p>We are planning to first open-source our Rust UI framework, and then parts and potentially all of our client. As of now, the community has already been contributing new themes [3]. And we’ve just opened a repository for the community to contribute common useful commands. [4]<p>Our business model is to make the terminal so useful for individuals that their companies will want to pay for the team features. We will never sell your data.<p>We are calling today’s release a “beta” because we know there are still some issues to smooth out. You will notice that a log-in is required and that we do collect usage data and crash reports. We do so to enable team features and also to keep improving the product. Post-beta, we will allow users to opt out of usage data. You can see our privacy policy here [5].<p>While it is a “beta”, we are confident that even today the experience is meaningfully better than in other terminals. If you use a Mac, please give it a shot at warp.dev and let us know how it goes. Otherwise, sign up here [6] to be notified when Warp is ready for your platform.<p>Join our community on Discord [7] and follow us on Twitter [8]<p>Let me know what you think! Ask me anything!<p>[0] <a href="https://docs.warp.dev/features/workflows" rel="nofollow">https://docs.warp.dev/features/workflows</a> [1] <a href="https://youtu.be/X0LzWAVlOC0" rel="nofollow">https://youtu.be/X0LzWAVlOC0</a> [2] <a href="https://blog.warp.dev/how-warp-works/" rel="nofollow">https://blog.warp.dev/how-warp-works/</a> [3] <a href="https://github.com/warpdotdev/themes" rel="nofollow">https://github.com/warpdotdev/themes</a> [4] <a href="https://github.com/warpdotdev/workflows" rel="nofollow">https://github.com/warpdotdev/workflows</a> [5] <a href="https://warp.dev/privacy" rel="nofollow">https://warp.dev/privacy</a> [6] <a href="https://github.com/warpdotdev/warp/issues/120" rel="nofollow">https://github.com/warpdotdev/warp/issues/120</a> and <a href="https://github.com/warpdotdev/Warp/issues/204" rel="nofollow">https://github.com/warpdotdev/Warp/issues/204</a> [7] warp.dev/discord [8] twitter.com/warpdotdev

< 1 2 3 ... 589 590 591 592 593 ... 831 832 833 >