stubs
Here are 73 public repositories matching this topic...
I think it would be helpful if the partial subs page mentioned the need to add:
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>YOUR TEST ASSEMBLY</_Parameter1>
</AssemblyAttribute>
<AssemblyAttribute Include="System.Runtime.CompilerServices.I
Update README.md
Update all information from v3 to v4.
-
Updated
May 19, 2020 - Go
Would it be possible to make the type for JSON columns accept Mapping[str, Any] instead of (in addition to?) Dict[str, Any]? My specific use case is I have a fixed JSON schema that I represent with a TypedDict, but this is only compatible with Mapping, not Dict, so I have to either ignore the type or cast it when crea
-
Updated
Jun 9, 2020 - PHP
Hello, could you please describe how to make my own stubs?
I'd like to add Autodesk Navisworks, AutoCAD, Civil3D and a couple of other dll's. I use VS Code.
-
Updated
May 15, 2020 - PHP
-
Updated
Jun 19, 2020 - Python
-
Updated
May 27, 2020 - PHP
-
Updated
Jun 11, 2020 - PHP
We should probably use this: https://github.com/typeddjango/pytest-mypy-plugins .
One particular disadvantage of the current way of testing is that you can't do "negative tests" by which I mean you can't specify that something should throw an error.
-
Updated
Dec 9, 2019 - PHP
-
Updated
Jun 18, 2020 - PHP
A Project Style Specification for YARD tags is Needed.
Perhaps it could actually be the project README doc ?
WITHDRAWN (Thomas notes there are drawbacks as YARD treats the README file specially.)
@thomthom: Maybe we just name it STYLEGUIDE.md?
I vote yes on this filename.
EDIT: Thomas has instead decided upon:
"Documentation Guide.md"
(You
-
Updated
Jun 2, 2020 - PHP
We need to add run script command for convenient developing.
Script should rerun server after changing source files
Expected Behavior
Documentation should be use focused and have more user focused discussion and answers. For example, like adding a faq w
Add DocFX
-
Updated
Jun 15, 2020 - Python
-
Updated
Jan 24, 2020 - Swift
-
Updated
Aug 12, 2017 - PHP
Improve this page
Add a description, image, and links to the stubs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stubs topic, visit your repo's landing page and select "manage topics."
Describe the bug
When the (string) representations of the expected outcome and the actual outcome of e.g.
assert.calledWith()are equal, the resulting error message is very confusing and hinting at a bug in the display logic. Instead of<red>actual</red> <green>expected</green>(with<color>...</color>my attempt at showing the expected terminal output color), it displays `actual