ITR
ITR
> We've settled on including the relevant lines from the Unity project's Podfile in the flutter Podfile manually which does the trick. How did you do this? I think I...
Any updates on this?
If implemented it would be nice if this was optional
Update: Managed to have it find the correct installation by using `--python 3.10`. Still unsure why this isn't the default and why it does not show up in --support
Ran a diff on the output of `pipenv --support` and `python -m pipenv --support`, both are the same. `python --version` is 3.10.4 `where pipenv` is `C:\Users\ITR\scoop\apps\python\current\Scripts\pipenv.exe` Despite the support output...
There's still the issue of pipenv --support only listing 2 python installations, but for installation it now works, yes. It's possible it stored which python executable I used after I...
> After looking at the DynamicBitSetUnmanaged code, I think that there are 2 problems. The first is that setAll() shouldn't change the padding bits. And second is that iterator() shouldn't...
> `items` is [part of the API](https://ziglang.org/documentation/0.6.0/std/#std;ArrayList). It is not an internal implementation detail. Has it been removed from the documentation? It's not mentioned on [std.ArrayList](https://ziglang.org/documentation/master/std/#std.ArrayList) or [std.array_list.ArrayList](https://ziglang.org/documentation/master/std/#std.array_list.ArrayList), and [std.array_list.ArrayListAligned](https://ziglang.org/documentation/master/std/#std.array_list.ArrayListAligned)...
Doesn't F# already have proper Tail Call Optimization? Wouldn't this just be a slower version of that, or am I missing something.
> This is an interesting perspective. My (relatively uninformed) view was that the use of these images was debated if it was either 1) Emulating the style of a specific...