Jules Sam. Randolph
Jules Sam. Randolph
@Fortidude We could also write ```jsx {isVisible && } ``` and that would be fine with Stack, since falsy values are not accounted as children. If the controlling component (the...
A naive implementation of Stack with such feature: ```jsx import React, { Children } from "react"; import View from "react-native"; function shouldIncludeNode(element) { if (element && typeof element === "object")...
@emk2203 The thing is, it would add a lot of new dependencies for what seems like an edge-case. What is your typical use case?
> For reference: > > `xzcat file.img.xz | dd of=/dev/sdx` We don't use dd 100% of the time. For instance, to handle windows images or when we manually install a...
Although it is true that NTFS would not be concerned with the 4GB file size restriction, NTFS is not part of the UEFI standard and thus booting in UEFI mode...
@jonassmedegaard The rationale is that mismatching the major version leads to an important risk of producing an unbootable device (I remember trying that scenario with some popular recoveries ISOs). So...
@jonassmedegaard I understand that security is a good weight in the balance. I guess we could prompt the user to chose between the two options, unless he provides a flag...
@jonassmedegaard That seems all right, I don't have strong feelings about either solution; would you be willing to submit a PR?
@jonassmedegaard I guess you're [referring to this](https://www.fsf.org/blogs/licensing/do-githubs-updated-terms-of-service-conflict-with-copyleft). But anyway, I can craft the patch (and yes, I know `git apply`); I'll also need to update the man and completions. Can't...
@jonassmedegaard It looks like the licensing issues aren't theoretical anymore with the new AI-powered GIthub Copilot, see https://news.ycombinator.com/item?id=27676266 In this hackernews thread, a team developer has been very evasive on...