zopsicle
zopsicle
Should `I(c)` where `I` is an interface that `typeof(c)` implements be supported as well?
> Requiring a declaration breaks the flow of an expression, and pollutes the scope when the declaration is only used once. This can be a simple library function: ```d T...
Another option is to define `impl From for Pid` or `Pid::from_child(&Child)`.
Even with relative paths, `--modules-dir` is buggy. For example, `pnpm install --modules-dir foo` creates _both_ `foo` and `node_modules` directories. Compare this with `yarn install --modules-folder foo`, it simply puts the...
Another workaround is to add padding fields to the base class for suitable alignment of the first field of the derived class. For instance, with the above example: ```patch class...
Curiously, if you do actually try to import numpy from the source directory, you don’t even get that error message. You get this instead: ``` Traceback (most recent call last):...