dawg
dawg
We should provide nicer guidelines for the license field and validate that as well. Whitelist: https://spdx.org/licenses/ Intuitively I'd pick `/` to separate multiple licenses, but we should look at what...
eg, see these: https://github.com/etcimon/botan/issues/35 http://code.dlang.org/packages/botan.json it contains: ``` "dependencies":{"memutils":{"path":"../memutils","version":">=0.0.0"}}, ``` => `Failed to load path based dependency memutils: No package file found in ../memutils/, expected one of dub.json/dub.sdl/package.json` and this:...
At least it's not possible to edit it.
Just saw that the signature of free functions are shown with their (referenced?) parameter names in the overview, e.g. `socketAddr(addr, port)` (https://martinnowak.github.io/io/std/io/net/addr.html). Would be cool if that was the default...
When each overloads has it's own doc comment (instead of ditto) they should be listed in the output in lexical order.
``` d import luad.all; void main() { auto lua = new LuaState; lua.doString("func()"); } ``` Stack unwinding doesn't work reliably from the panic handler as it requires C-like stacks and...
Would be great being able to build this project with dub. http://code.dlang.org/
No longer builds out of the box and the build script requires gdc. Would be nice to update this project.
Right now usage of dietTraits requires either different template codepaths (`if (dice) compile!TraitsA else compile!TraitsB`) or global variables. This is a bit unfortunate since most mechanisms in the traits could...
### Issue type Support ### Have you reproduced the bug with TensorFlow Nightly? Yes ### Source binary ### TensorFlow version tf 2.15.0.dev ### Custom code No ### OS platform and...