-
There were a few things I knew that needed to be checked at runtime, but with the addition of the aggregate stuff, the basics of this should really be implemented before being made public.
-
So we recently did our first totally nasty hack to the language module (`Element|Finished elementAt(Integer index)`) for the purpose of avoiding the cost of a runtime type assertion check. That's a ba…
-
eg.
command: cat /sys/bus/pci/devices/*00.1f.3/mahine-driver-name/DAPM/* | grep "On"
Should no "On" if need enter runtime PM suspend
-
### Xmake Version
2.8.9
### Operating System Version and Architecture
Windows 11
### Describe Bug
When two packages have the same dependencies, but one of them mark it as private, the p…
-
`setuptools` is missing from the `runtime/requirements.txt` leading to a build error as it is required for building the `snitch_cluster` subproject.
Part of the output is:
```cmdline
[14/19] Pe…
-
Is it also possible to check if the application is sandboxed and if it is opted into the enhanced runtime? Also notarization status would be great too if that's not already included in the checks perf…
-
This has been proposed and discussed in https://github.com/python-attrs/attrs/issues/215, as a possible use case for the newly added `type` argument to `attr.ib()` #239
quoting @hynek https://git…
-
Hi,
On ubuntu 22
I have installed the FreeCad 0.20.2 conda AppImage.
Using installed hisa and cfmesh (not docker but I have tried the docker image).
OpenFoam version 9 from apt install openfoam9…
-
In continuation of #239, I'd like to discuss an idea for generic models with runtime type-checking without using a class factory. In #242, support for truly generic models was added by means of a gene…
-
Bad:
```
function combine(val1, val2) {
if (
(typeof val1 === "number" && typeof val2 === "number") ||
(typeof val1 === "string" && typeof val2 === "string")
) {
return val1 +…